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

    r5268 r5274  
    66  USE mod_phys_lmdz_para
    77  USE mod_grid_phy_lmdz, only: grid_type, unstructured, regular_lonlat
    8   IMPLICIT NONE
    9   INCLUDE 'YOMCST.h'
     8  USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     9          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     10          , R_ecc, R_peri, R_incl                                      &
     11          , RA, RG, R1SA                                         &
     12          , RSIGMA                                                     &
     13          , R, RMD, RMV, RD, RV, RCPD                    &
     14          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     15          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     16          , RCW, RCS                                                 &
     17          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     18          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     19          , RALPD, RBETD, RGAMD
     20IMPLICIT NONE
     21
    1022
    1123  CHARACTER (len = 6)                :: clmodnam
Note: See TracChangeset for help on using the changeset viewer.