Changeset 62


Ignore:
Timestamp:
07/31/12 21:42:37 (12 years ago)
Author:
ymipsl
Message:

Add dcmip4.1 test case initialisation

YM

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

Legend:

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

    r54 r62  
    1010    USE etat0_dcmip2_mod, ONLY : etat0_dcmip2=>etat0 
    1111    USE etat0_dcmip3_mod, ONLY : etat0_dcmip3=>etat0   
     12    USE etat0_dcmip41_mod, ONLY : etat0_dcmip41=>etat0   
    1213    IMPLICIT NONE 
    1314    TYPE(t_field),POINTER :: f_ps(:) 
     
    3233    CASE ('dcmip3') 
    3334       CALL etat0_dcmip3(f_ps,f_phis,f_theta_rhodz,f_u, f_q) 
    34     CASE DEFAULT 
     35     CASE ('dcmip41') 
     36       CALL etat0_dcmip41(f_ps,f_phis,f_theta_rhodz,f_u, f_q) 
     37   CASE DEFAULT 
    3538       PRINT*, 'Bad selector for variable etat0 <',etat0_type, & 
    3639            '> options are <jablonowsky06>, <academic>, <dcmip[1-3]> ' 
Note: See TracChangeset for help on using the changeset viewer.