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

    r5268 r5274  
    1010!    USE indice_sol_mod, only : nvm_orch
    1111
    12     IMPLICIT NONE
     12    USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     13          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     14          , R_ecc, R_peri, R_incl                                      &
     15          , RA, RG, R1SA                                         &
     16          , RSIGMA                                                     &
     17          , R, RMD, RMV, RD, RV, RCPD                    &
     18          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     19          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     20          , RCW, RCS                                                 &
     21          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     22          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     23          , RALPD, RBETD, RGAMD
     24IMPLICIT NONE
    1325
    1426
    15     include "YOMCST.h"
     27
    1628    include "clesphys.h"
    1729    include "YOEGWD.h"
Note: See TracChangeset for help on using the changeset viewer.