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_landice_mod.F90

    r5273 r5274  
    4949 
    5050!FC
    51     USE ioipsl_getin_p_mod, ONLY : getin_p
     51    USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     52          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     53          , R_ecc, R_peri, R_incl                                      &
     54          , RA, RG, R1SA                                         &
     55          , RSIGMA                                                     &
     56          , R, RMD, RMV, RD, RV, RCPD                    &
     57          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     58          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     59          , RCW, RCS                                                 &
     60          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     61          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     62          , RALPD, RBETD, RGAMD
     63USE ioipsl_getin_p_mod, ONLY : getin_p
    5264    USE lmdz_blowing_snow_ini, ONLY : c_esalt_bs, zeta_bs, pbst_bs, prt_bs, rhoice_bs, rhohard_bs
    5365    USE lmdz_blowing_snow_ini, ONLY : rhofresh_bs, tau_eqsalt_bs, tau_dens0_bs, tau_densmin_bs
     
    5971
    6072!    INCLUDE "indicesol.h"
    61     INCLUDE "YOMCST.h"
     73
    6274    INCLUDE "clesphys.h"
    6375
Note: See TracChangeset for help on using the changeset viewer.