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

Replace yomcst.h by existing module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/calwake.F90

    r5256 r5274  
    4242#endif
    4343#endif
    44   IMPLICIT NONE
     44  USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     45          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     46          , R_ecc, R_peri, R_incl                                      &
     47          , RA, RG, R1SA                                         &
     48          , RSIGMA                                                     &
     49          , R, RMD, RMV, RD, RV, RCPD                    &
     50          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     51          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     52          , RCW, RCS                                                 &
     53          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     54          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     55          , RALPD, RBETD, RGAMD
     56IMPLICIT NONE
    4557  ! ======================================================================
    46   include "YOMCST.h"
     58
    4759
    4860  ! Arguments
Note: See TracChangeset for help on using the changeset viewer.