Ignore:
Timestamp:
Aug 2, 2025, 5:32:18 PM (22 hours 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/phyetat0.F90

    r3875 r3877  
    2222                                east_gwstress, west_gwstress
    2323  use tabcontrol_mod, only: dtime, radpas, length, tabcntr0
     24  use soil_mod, only: nsoilmx
    2425  use clesphys_mod
    2526
    2627implicit none
    27 !======================================================================
    28 include "dimsoil.h"
    29 !======================================================================
    3028
    3129character(len=*),intent(in) :: fichnom ! input file name
     
    4442  call open_startphy(fichnom)
    4543endif
    46 
    4744!
    4845! Load control parameters:
Note: See TracChangeset for help on using the changeset viewer.