Ignore:
Timestamp:
06/08/16 23:24:41 (8 years ago)
Author:
dubos
Message:

Introduced fake_moist mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/earth_const.f90

    r404 r406  
    1919  REAL(rstd),SAVE :: mu                 ! molar mass of the atmosphere 
    2020 
    21   INTEGER, PARAMETER,PUBLIC :: thermo_theta=1, thermo_entropy=2, thermo_moist=3 
    22   INTEGER, PUBLIC :: caldyn_thermo 
     21  INTEGER, PARAMETER,PUBLIC :: thermo_theta=1, thermo_entropy=2, & 
     22       thermo_moist=3, thermo_dry=4, thermo_fake_moist=5  
     23  INTEGER, PUBLIC :: caldyn_thermo, physics_thermo 
    2324  !$OMP THREADPRIVATE(caldyn_thermo)  
     25  !$OMP THREADPRIVATE(physics_thermo)  
    2426 
    2527  LOGICAL, SAVE :: boussinesq, hydrostatic 
Note: See TracChangeset for help on using the changeset viewer.