Ignore:
Timestamp:
06/08/16 01:51:21 (8 years ago)
Author:
dubos
Message:

Introduced entropy as prognostic variable - tested with JW06

File:
1 edited

Legend:

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

    r377 r401  
    99  REAL(rstd),SAVE :: kappa=0.2857143 
    1010  REAL(rstd),SAVE :: cpp=1004.70885 
     11  REAL(rstd),SAVE :: cppv=1004.70885 ! FIXME 
     12  REAL(rstd),SAVE :: Rv=461.5 
     13  REAL(rstd),SAVE :: Treff=273. 
    1114  REAL(rstd),SAVE :: preff=101325. 
    1215  REAL(rstd),SAVE :: pa=50000. 
     
    1518  REAL(rstd),SAVE :: gas_constant = 8.3144621  
    1619  REAL(rstd),SAVE :: mu                 ! molar mass of the atmosphere 
     20 
     21  INTEGER, PARAMETER,PUBLIC :: thermo_theta=1, thermo_entropy=2, thermo_moist=3 
     22  INTEGER, PUBLIC :: caldyn_thermo 
     23  !$OMP THREADPRIVATE(caldyn_thermo)  
    1724 
    1825  LOGICAL, SAVE :: boussinesq, hydrostatic 
     
    3340    CALL getin("cpp",cpp)   
    3441    CALL getin("preff",preff)   
     42    CALL getin("Treff",Treff)   
    3543    CALL getin("scale_height",scale_height) 
    3644     
Note: See TracChangeset for help on using the changeset viewer.