Changeset 976 for codes


Ignore:
Timestamp:
09/25/19 16:40:08 (5 years ago)
Author:
jisesh
Message:

devel: Added variable Teq in run.def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/dcmip/dcmip_initial_conditions_test_1_2_3_v5.f90

    r960 r976  
    10261026 
    10271027SUBROUTINE test2_schaer_mountain (lon,lat,p,z,zcoords,hybrid_eta,hyam,hybm,shear,u,v,w,t,phis,ps,rho,q) 
    1028  
     1028USE getin_mod, ONLY : getin 
    10291029IMPLICIT NONE 
    10301030!----------------------------------------------------------------------- 
     
    10741074                                as      = a/X,                  &       ! New Radius of small Earth      
    10751075                                ueq     = 20.d0,                &       ! Reference Velocity  
    1076                                 Teq     = 300.d0,               &       ! Temperature at Equator     
    10771076                                Peq     = 100000.d0,            &       ! Reference PS at Equator 
    10781077                                ztop    = 30000.d0,             &       ! Model Top        
     
    10901089      real(rstd) :: c                                                   ! Shear 
    10911090 
     1091      REAL(rstd) :: Teq                 = 300.d0   ! default Temperature at Equator, can be modified in run.def 
     1092 
     1093      CALL getin("dcmip2_Teq",Teq) 
    10921094!----------------------------------------------------------------------- 
    10931095!    PHIS (surface geopotential) 
     
    11971199!========== 
    11981200SUBROUTINE test3_gravity_wave (X,lon,lat,p,z,zcoords,u,v,w,t,phis,ps,rho,q) 
    1199  
     1201USE getin_mod, ONLY : getin 
    12001202IMPLICIT NONE 
    12011203!----------------------------------------------------------------------- 
     
    12321234                                u0      = 20.d0,                &       ! Reference Velocity  
    12331235!                               u0      = 0.d0,                 &       ! FIXME : no zonal wind for NH tests 
    1234                                 Teq     = 300.d0,               &       ! Temperature at Equator     
    12351236                                Peq     = 100000.d0,            &       ! Reference PS at Equator 
    12361237                                ztop    = 10000.d0,             &       ! Model Top        
     
    12531254      real(rstd) :: theta_pert                                          ! Pot-temp perturbation 
    12541255 
     1256      REAL(rstd) :: Teq                 = 300.d0   ! default Temperature at Equator, can be modified in run.def 
     1257 
     1258      CALL getin("dcmip2_Teq",Teq) 
     1259 
    12551260      as = a/X 
    12561261 
Note: See TracChangeset for help on using the changeset viewer.