Ignore:
Timestamp:
Nov 19, 2024, 5:44:27 PM (2 days ago)
Author:
jbclement
Message:

PEM:
Computation of <soil thermal intertia> and <H2O mass subsurface/surface exchange> according to the presence of subsurface ice provided by the (Norbert's) dynamic method + few cleanings.
JBC

File:
1 edited

Legend:

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

    r3178 r3525  
    9090endif ! of if (firstcall)
    9191
    92 IF (.not. firstcall) THEN
     92if (.not. firstcall) THEN
    9393! 2. Compute soil temperatures
    9494! First layer:
     
    120120END SUBROUTINE compute_tsoil_pem
    121121
    122 
     122!=======================================================================
    123123
    124124SUBROUTINE ini_tsoil_pem(ngrid,nsoil,therm_i,tsurf,tsoil)
     
    221221END SUBROUTINE ini_tsoil_pem
    222222
    223 
    224 
    225223END MODULE compute_soiltemp_mod
Note: See TracChangeset for help on using the changeset viewer.