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

Replace yomcst.h by existing module

File:
1 edited

Legend:

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

    r5273 r5274  
    4444#endif
    4545#endif
     46    USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     47          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     48          , R_ecc, R_peri, R_incl                                      &
     49          , RA, RG, R1SA                                         &
     50          , RSIGMA                                                     &
     51          , R, RMD, RMV, RD, RV, RCPD                    &
     52          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     53          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     54          , RCW, RCS                                                 &
     55          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     56          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     57          , RALPD, RBETD, RGAMD
    4658    USE dimsoil_mod_h, ONLY: nsoilmx
    4759!****************************************************************************************
    48 ! Bucket calculations for surface. 
     60! Bucket calculations for surface.
    4961!
    5062    INCLUDE "clesphys.h"
    51     INCLUDE "YOMCST.h"
    5263
    5364! Input variables 
Note: See TracChangeset for help on using the changeset viewer.