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

Replace yomcst.h by existing module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cv3p1_closure.f90

    r5268 r5274  
    2020
    2121  USE print_control_mod, ONLY: prt_level, lunout
    22   IMPLICIT NONE
     22  USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     23          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     24          , R_ecc, R_peri, R_incl                                      &
     25          , RA, RG, R1SA                                         &
     26          , RSIGMA                                                     &
     27          , R, RMD, RMV, RD, RV, RCPD                    &
     28          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     29          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     30          , RCW, RCS                                                 &
     31          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     32          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     33          , RALPD, RBETD, RGAMD
     34IMPLICIT NONE
    2335
    2436  include "cvthermo.h"
    2537  include "cv3param.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.