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_write_mod.F90

    r5267 r5274  
    476476    USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_STRATAER
    477477
    478     IMPLICIT NONE
     478    USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     479          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     480          , R_ecc, R_peri, R_incl                                      &
     481          , RA, RG, R1SA                                         &
     482          , RSIGMA                                                     &
     483          , R, RMD, RMV, RD, RV, RCPD                    &
     484          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     485          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     486          , RCW, RCS                                                 &
     487          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     488          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     489          , RALPD, RBETD, RGAMD
     490IMPLICIT NONE
    479491
    480492    INCLUDE "clesphys.h"
    481493    INCLUDE "alpale.h"
    482494    INCLUDE "compbl.h"
    483     INCLUDE "YOMCST.h"
     495
    484496
    485497    ! Input
Note: See TracChangeset for help on using the changeset viewer.