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

    r5268 r5274  
    1919
    2020  USE print_control_mod, ONLY: prt_level, lunout
    21   IMPLICIT NONE
     21  USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     22          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     23          , R_ecc, R_peri, R_incl                                      &
     24          , RA, RG, R1SA                                         &
     25          , RSIGMA                                                     &
     26          , R, RMD, RMV, RD, RV, RCPD                    &
     27          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     28          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     29          , RCW, RCS                                                 &
     30          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     31          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     32          , RALPD, RBETD, RGAMD
     33IMPLICIT NONE
    2234
    2335  include "cvthermo.h"
     
    2537  include "cvflag.h"
    2638  include "YOMCST2.h"
    27   include "YOMCST.h"
     39
    2840  include "conema3.h"
    2941
Note: See TracChangeset for help on using the changeset viewer.