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

Replace yomcst.h by existing module

File:
1 edited

Legend:

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

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