Ignore:
Timestamp:
Aug 2, 2025, 5:32:18 PM (2 weeks ago)
Author:
emillour
Message:

Venus PCM:
Code tidying: get rid of dimsoil.h. Parameter nsoilmx is now
stored in soil.F as a module variable.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/soil.F

    r3835 r3877  
    1 !
    2 ! $Header: /home/cvsroot/LMDZ4/libf/phylmd/soil.F,v 1.1.1.1 2004/05/19 12:53:09 lmdzadmin Exp $
    3 !
     1      MODULE soil_mod
     2     
     3      IMPLICIT NONE
     4     
     5      INTEGER,PARAMETER :: nsoilmx=11 ! number of sub-surface soil layers
     6     
     7      CONTAINS
     8
    49      SUBROUTINE soil(ptimestep, knon, ptsrf, ptsoil,
    510     s          pcapcal, pfluxgrd)
     
    5055      IMPLICIT NONE
    5156      include "YOMCST.h"
    52       include "dimsoil.h"
    53 c      include "clesphys.h"
    5457
    5558c-----------------------------------------------------------------------
     
    230233
    231234     
    232       END
     235      END SUBROUTINE soil
     236     
     237      END MODULE soil_mod
Note: See TracChangeset for help on using the changeset viewer.