Changeset 5196 for LMDZ6/trunk
- Timestamp:
- Sep 17, 2024, 1:37:34 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/surf_landice_mod.F90
r5188 r5196 466 466 do j=1,knon 467 467 i=knindex(j) 468 print*, "tempsmoothlic", tempsmoothlic(i)469 468 tempsmoothlic(i)=temp_air(j)*coef_tempsmooth+tempsmoothlic(i)*(1.-coef_tempsmooth) 470 469 if (tempsmoothlic(i) .lt. ta1) then
Note: See TracChangeset
for help on using the changeset viewer.