Ignore:
Timestamp:
05/30/17 15:52:00 (7 years ago)
Author:
dubos
Message:

devel : caldyn_thermo = thermo_boussinesq replaces boussinesq=.TRUE. (shallow-water)

File:
1 edited

Legend:

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

    r533 r534  
    1919  REAL(rstd),SAVE :: mu                 ! molar mass of the atmosphere 
    2020 
    21   INTEGER, PARAMETER,PUBLIC :: thermo_theta=1, thermo_entropy=2, & 
    22        thermo_moist=3, thermo_moist_debug=10, thermo_dry=4, thermo_fake_moist=5  
     21  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 
    2323  INTEGER, PUBLIC :: caldyn_thermo, physics_thermo 
    2424  !$OMP THREADPRIVATE(caldyn_thermo)  
     
    4848    boussinesq=.FALSE. 
    4949    CALL getin("boussinesq",boussinesq)   
     50    PRINT *, "Note : key boussinesq is deprecated, use thermo=boussinesq instead" 
     51    IF(boussinesq) STOP 
    5052    hydrostatic=.TRUE. 
    5153    CALL getin("hydrostatic",hydrostatic)   
Note: See TracChangeset for help on using the changeset viewer.