Ignore:
Timestamp:
08/08/12 08:18:36 (12 years ago)
Author:
ymipsl
Message:

Add dcmip 5 testcase

YM

File:
1 edited

Legend:

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

    r78 r113  
    1111    USE etat0_dcmip3_mod, ONLY : etat0_dcmip3=>etat0   
    1212    USE etat0_dcmip4_mod, ONLY : etat0_dcmip4=>etat0   
     13    USE etat0_dcmip5_mod, ONLY : etat0_dcmip5=>etat0   
    1314    IMPLICIT NONE 
    1415    TYPE(t_field),POINTER :: f_ps(:) 
     
    3536     CASE ('dcmip4') 
    3637       CALL etat0_dcmip4(f_ps,f_phis,f_theta_rhodz,f_u, f_q) 
     38     CASE ('dcmip5') 
     39       CALL etat0_dcmip5(f_ps,f_phis,f_theta_rhodz,f_u, f_q) 
    3740   CASE DEFAULT 
    3841       PRINT*, 'Bad selector for variable etat0 <',etat0_type, & 
Note: See TracChangeset for help on using the changeset viewer.