Ignore:
Timestamp:
Dec 9, 2024, 12:35:05 PM (2 weeks ago)
Author:
jbclement
Message:

PEM:
Fixing Norbert Schorghofer's subroutine which modified soil temperatures and was unwanted in the PEM loop.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/NS_fast_subs_mars.F90

    r3532 r3538  
    282282
    283283  if (Fgeotherm>0.) then
    284      Tb = Tmean1
     284     !Tb = Tmean1
    285285     typeG = 1   ! will be overwritten by depths_avmeth
    286286     rlow = 2*rhosatav(nz)-rhosatav(nz-1)
    287287  else
    288      Tb = T(nz)
     288     !Tb = T(nz)
    289289     typeG = -9
    290290     rlow = rhosatav(nz-1)
Note: See TracChangeset for help on using the changeset viewer.