Ignore:
Timestamp:
Oct 25, 2024, 3:41:23 PM (9 hours ago)
Author:
abarral
Message:

Replace yomcst.h by existing module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/surf_land_mod.F90

    r5273 r5274  
    7373#endif
    7474
    75     USE print_control_mod, ONLY: lunout
     75    USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     76          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     77          , R_ecc, R_peri, R_incl                                      &
     78          , RA, RG, R1SA                                         &
     79          , RSIGMA                                                     &
     80          , R, RMD, RMV, RD, RV, RCPD                    &
     81          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     82          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     83          , RCW, RCS                                                 &
     84          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     85          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     86          , RALPD, RBETD, RGAMD
     87USE print_control_mod, ONLY: lunout
    7688    USE dimsoil_mod_h, ONLY: nsoilmx
    77     INCLUDE "YOMCST.h"
     89
    7890    INCLUDE "clesphys.h"
    7991    INCLUDE "dimpft.h"
Note: See TracChangeset for help on using the changeset viewer.