Ignore:
Timestamp:
08/05/14 15:56:49 (10 years ago)
Author:
ymipsl
Message:

Synchronize trunk and Saturn branch.
Merge modification from Saturn branch to trunk

YM

File:
1 edited

Legend:

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

    r208 r266  
    1111  REAL(rstd),SAVE :: preff=101325. 
    1212  REAL(rstd),SAVE :: pa=50000. 
    13   REAL(rstd),SAVE :: scaleheight=8000. ! atmospheric scale height (m) 
     13  REAL(rstd),SAVE :: scale_height=8000. ! atmospheric scale height (m) 
    1414  REAL(rstd),SAVE :: scale_factor=1. 
     15  REAL(rstd),SAVE :: gas_constant = 8.3144621  
     16  REAL(rstd),SAVE :: mu                 ! molar mass of the atmosphere 
    1517 
    1618  LOGICAL, SAVE :: boussinesq 
     
    3032    CALL getin("cpp",cpp)   
    3133    CALL getin("preff",preff)   
    32     CALL getin("scaleheight",scaleheight) 
     34    CALL getin("scale_height",scale_height) 
    3335     
     36    mu=kappa/cpp 
    3437    boussinesq=.FALSE. 
    3538    CALL getin("boussinesq",boussinesq)   
Note: See TracChangeset for help on using the changeset viewer.