Changeset 3538 for trunk/LMDZ.COMMON/libf/evolution/NS_fast_subs_mars.F90
- Timestamp:
- Dec 9, 2024, 12:35:05 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/NS_fast_subs_mars.F90
r3532 r3538 282 282 283 283 if (Fgeotherm>0.) then 284 Tb = Tmean1284 !Tb = Tmean1 285 285 typeG = 1 ! will be overwritten by depths_avmeth 286 286 rlow = 2*rhosatav(nz)-rhosatav(nz-1) 287 287 else 288 Tb = T(nz)288 !Tb = T(nz) 289 289 typeG = -9 290 290 rlow = rhosatav(nz-1)
Note: See TracChangeset
for help on using the changeset viewer.