Changeset 37


Ignore:
Timestamp:
07/27/12 16:11:34 (12 years ago)
Author:
ymipsl
Message:

Implement DCMIP 3.1 etat0 testcase

YM

Location:
codes/icosagcm/trunk/src
Files:
1 added
1 edited

Legend:

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

    r19 r37  
    99  USE etat0_academic_mod, ONLY : etat0_academic=>etat0   
    1010  USE etat0_ncar_mod, ONLY : etat0_ncar=>etat0   
     11  USE etat0_dcmip3_mod, ONLY : etat0_dcmip3=>etat0   
    1112  IMPLICIT NONE 
    1213    TYPE(t_field),POINTER :: f_ps(:) 
     
    2829      CASE ('ncar') 
    2930        CALL etat0_ncar(f_ps,f_phis,f_theta_rhodz,f_u, f_q) 
     31      CASE ('dcmip3') 
     32        CALL etat0_dcmip3(f_ps,f_phis,f_theta_rhodz,f_u, f_q) 
    3033      CASE DEFAULT 
    3134        PRINT*, 'Bad selector for varaiable etat0 <',etat0_type,'> options are <jablonowsky06>, <academic>, <ncar> ' 
Note: See TracChangeset for help on using the changeset viewer.