Ignore:
Timestamp:
Oct 28, 2024, 2:33:29 PM (3 days ago)
Author:
abarral
Message:

As discussed internally, remove generic ONLY: ... for new _mod_h modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cv3_cine.f90

    r5276 r5285  
    1515  ! **************************************************************
    1616
    17   USE cvthermo_mod_h, ONLY: cpd, cpv, cl, ci, rrv, rrd, lv0, lf0, g, rowl, t0, clmcpv, clmcpd, cpdmcp, cpvmcpd, cpvmcl  &
    18           , clmci, eps, epsi, epsim1, ginv, hrd, grav
    19   USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
    20           , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
    21           , R_ecc, R_peri, R_incl                                      &
    22           , RA, RG, R1SA                                         &
    23           , RSIGMA                                                     &
    24           , R, RMD, RMV, RD, RV, RCPD                    &
    25           , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
    26           , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
    27           , RCW, RCS                                                 &
    28           , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
    29           , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    30           , RALPD, RBETD, RGAMD
     17  USE cvthermo_mod_h
     18  USE yomcst_mod_h
    3119IMPLICIT NONE
    3220
Note: See TracChangeset for help on using the changeset viewer.