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/phys_output_mod.F90

    r5252 r5274  
    5959    USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_STRATAER
    6060
    61     IMPLICIT NONE
     61    USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     62          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     63          , R_ecc, R_peri, R_incl                                      &
     64          , RA, RG, R1SA                                         &
     65          , RSIGMA                                                     &
     66          , R, RMD, RMV, RD, RV, RCPD                    &
     67          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     68          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     69          , RCW, RCS                                                 &
     70          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     71          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     72          , RALPD, RBETD, RGAMD
     73IMPLICIT NONE
    6274    include "clesphys.h"
    63     include "YOMCST.h"
     75
    6476
    6577    ! ug Nouveaux arguments n\'ecessaires au histwrite_mod:
Note: See TracChangeset for help on using the changeset viewer.