Changeset 431


Ignore:
Timestamp:
06/14/16 23:38:51 (8 years ago)
Author:
ymipsl
Message:

Some cleaning for supercell dcmip 2016 etat0 state

YM

File:
1 edited

Legend:

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

    r402 r431  
    33  IMPLICIT NONE 
    44  PRIVATE 
    5    
    6   REAL(rstd),PARAMETER :: eta0=0.252 
    7   REAL(rstd),PARAMETER :: etat=0.2 
    8   REAL(rstd),PARAMETER :: ps0=1e5 
    9   REAL(rstd),PARAMETER :: u0=35 
    10   REAL(rstd),PARAMETER :: T0=288 
    11   REAL(rstd),PARAMETER :: DeltaT=4.8e5 
    12   REAL(rstd),PARAMETER :: Rd=287 
    13   REAL(rstd),PARAMETER :: Gamma=0.005 
    14   REAL(rstd),PARAMETER :: up0=1 
    15   REAL(rstd),PARAMETER :: lonc=Pi/9, latc=2*Pi/9, latw=2*Pi/9 
    16   REAL(rstd),PARAMETER :: pw=34000 
    17   REAL(rstd),PARAMETER :: q0=0.021 
    18    
    19   INTEGER,SAVE :: testcase 
    20   !$OMP THREADPRIVATE(testcase)   
    215   
    226  PUBLIC getin_etat0, compute_etat0 
Note: See TracChangeset for help on using the changeset viewer.