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/cv_driver.F90

    r5283 r5285  
    684684SUBROUTINE cv_flag(iflag_ice_thermo)
    685685
    686   USE cvthermo_mod_h, ONLY: cpd, cpv, cl, ci, rrv, rrd, lv0, lf0, g, rowl, t0, clmcpv, clmcpd, cpdmcp, cpvmcpd, cpvmcl  &
    687           , clmci, eps, epsi, epsim1, ginv, hrd, grav
    688   USE cvflag_mod_h, ONLY: icvflag_Tpa, cvflag_grav, cvflag_ice, ok_optim_yield, ok_entrain, ok_homo_tend, &
    689           ok_convstop, ok_intermittent, cvflag_prec_eject, qsat_depends_on_qt, adiab_ascent_mass_flux_depends_on_ejectliq, keepbug_ice_frac
     686  USE cvthermo_mod_h
     687  USE cvflag_mod_h
    690688  USE ioipsl_getin_p_mod, ONLY : getin_p
    691689
     
    720718! ==================================================================
    721719SUBROUTINE cv_thermo(iflag_con)
    722   USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
    723           , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
    724           , R_ecc, R_peri, R_incl                                      &
    725           , RA, RG, R1SA                                         &
    726           , RSIGMA                                                     &
    727           , R, RMD, RMV, RD, RV, RCPD                    &
    728           , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
    729           , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
    730           , RCW, RCS                                                 &
    731           , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
    732           , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    733           , RALPD, RBETD, RGAMD
    734   USE cvthermo_mod_h, ONLY: cpd, cpv, cl, ci, rrv, rrd, lv0, lf0, g, rowl, t0, clmcpv, clmcpd, cpdmcp, cpvmcpd, cpvmcl  &
    735           , clmci, eps, epsi, epsim1, ginv, hrd, grav
     720  USE yomcst_mod_h
     721  USE cvthermo_mod_h
    736722IMPLICIT NONE
    737723
Note: See TracChangeset for help on using the changeset viewer.