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/readaerosol_interp.f90

    r5268 r5274  
    2323  USE print_control_mod, ONLY: lunout
    2424
    25   IMPLICIT NONE
    26 
    27   INCLUDE "YOMCST.h"
     25  USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     26          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     27          , R_ecc, R_peri, R_incl                                      &
     28          , RA, RG, R1SA                                         &
     29          , RSIGMA                                                     &
     30          , R, RMD, RMV, RD, RV, RCPD                    &
     31          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     32          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     33          , RCW, RCS                                                 &
     34          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     35          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     36          , RALPD, RBETD, RGAMD
     37IMPLICIT NONE
     38
     39
    2840  INCLUDE "chem.h"     
    2941  INCLUDE "clesphys.h"
Note: See TracChangeset for help on using the changeset viewer.