Changeset 5285 for LMDZ6/trunk/libf/phylmd/cv3p2_closure.f90
- Timestamp:
- Oct 28, 2024, 2:33:29 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cv3p2_closure.f90
r5283 r5285 19 19 20 20 USE conema3_mod_h 21 USE cvthermo_mod_h, ONLY: cpd, cpv, cl, ci, rrv, rrd, lv0, lf0, g, rowl, t0, clmcpv, clmcpd, cpdmcp, cpvmcpd, cpvmcl & 22 , clmci, eps, epsi, epsim1, ginv, hrd, grav 23 USE cvflag_mod_h, ONLY: icvflag_Tpa, cvflag_grav, cvflag_ice, ok_optim_yield, ok_entrain, ok_homo_tend, & 24 ok_convstop, ok_intermittent, cvflag_prec_eject, qsat_depends_on_qt, adiab_ascent_mass_flux_depends_on_ejectliq, keepbug_ice_frac 21 USE cvthermo_mod_h 22 USE cvflag_mod_h 25 23 USE print_control_mod, ONLY: prt_level, lunout 26 USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO & 27 , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA & 28 , R_ecc, R_peri, R_incl & 29 , RA, RG, R1SA & 30 , RSIGMA & 31 , R, RMD, RMV, RD, RV, RCPD & 32 , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12 & 33 , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w & 34 , RCW, RCS & 35 , RLVTT, RLSTT, RLMLT, RTT, RATM & 36 , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS & 37 , RALPD, RBETD, RGAMD 24 USE yomcst_mod_h 38 25 IMPLICIT NONE 39 26
Note: See TracChangeset
for help on using the changeset viewer.