Ignore:
Timestamp:
Oct 25, 2024, 5:59:01 PM (31 hours ago)
Author:
abarral
Message:

Turn cvthermo.h into a module

File:
1 edited

Legend:

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

    r5275 r5276  
    1313! **************************************************************
    1414
     15  USE cvthermo_mod_h, ONLY: cpd, cpv, cl, ci, rrv, rrd, lv0, lf0, g, rowl, t0, clmcpv, clmcpd, cpdmcp, cpvmcpd, cpvmcl  &
     16          , clmci, eps, epsi, epsim1, ginv, hrd, grav
    1517  USE cvflag_mod_h, ONLY: icvflag_Tpa, cvflag_grav, cvflag_ice, ok_optim_yield, ok_entrain, ok_homo_tend, &
    1618          ok_convstop, ok_intermittent, cvflag_prec_eject, qsat_depends_on_qt, adiab_ascent_mass_flux_depends_on_ejectliq, keepbug_ice_frac
     
    2123  IMPLICIT NONE
    2224
    23   include "cvthermo.h"
    2425  include "cv3param.h"
    2526  include "YOMCST2.h"
Note: See TracChangeset for help on using the changeset viewer.