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.COMMON/libf/dynphy_lonlat/phyvenus/writerestartphy.F

    r1530 r3877  
    88
    99
     10      USE soil_mod, only: nsoilmx
    1011c======================================================================
    1112c Ecriture de l'etat de redemarrage pour la physique (pour newstart)
    1213c======================================================================
    1314      IMPLICIT none
    14 #include "dimensions.h"
    15 #include "netcdf.inc"
    16 #include "dimsoil.h"
     15      include "dimensions.h"
     16      include "netcdf.inc"
    1717c======================================================================
    1818      CHARACTER*13 fichnom
Note: See TracChangeset for help on using the changeset viewer.