Ignore:
Timestamp:
12/11/17 14:39:35 (6 years ago)
Author:
dubos
Message:

devel : new "conservative" variant for vertical transport of momentum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/base/earth_const.f90

    r624 r628  
    2020 
    2121  INTEGER, PARAMETER,PUBLIC :: thermo_none=-99, thermo_theta=1, thermo_entropy=2, & 
    22        thermo_moist=3, thermo_boussinesq=4, thermo_dry=10, thermo_fake_moist=11, thermo_moist_debug=100 
    23   INTEGER, PUBLIC :: caldyn_thermo, physics_thermo 
     22       thermo_moist=3, thermo_boussinesq=4, thermo_dry=10, thermo_fake_moist=11, thermo_moist_debug=100, & 
     23       caldyn_vert_noncons=1, caldyn_vert_cons=2 
     24  INTEGER, PUBLIC :: caldyn_thermo, caldyn_vert_variant, physics_thermo 
    2425  !$OMP THREADPRIVATE(caldyn_thermo)  
    2526  !$OMP THREADPRIVATE(physics_thermo)  
Note: See TracChangeset for help on using the changeset viewer.