Changeset 3347 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- May 27, 2024, 9:16:14 PM (6 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3345 r3347 324 324 == 23/05/2024 == JBC 325 325 Making "writediagsoilpem.F90" work in 3D with the correct PEM soil depth dimension. 326 327 == 27/05/2024 == LL 328 Fixing bug in update_soilthermal properties: in case of an ice table, the dry regolith was wrongly initialized. -
trunk/LMDZ.COMMON/libf/evolution/soil_thermalproperties_mod.F90
r3327 r3347 173 173 enddo 174 174 ! 3.2 Build the new ti 175 do isoil = 1,iref176 TI_PEM(ig,isoil,islope) = TI_PEM(ig,1,islope)177 enddo178 175 if (iref < nsoil_PEM) then 179 176 if (iref == iend) then
Note: See TracChangeset
for help on using the changeset viewer.