Ignore:
Timestamp:
09/10/13 12:04:33 (11 years ago)
Author:
dubos
Message:

Activated call to physics - Held & Suarez test case seems to work now

File:
1 edited

Legend:

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

    r168 r170  
    4949    CASE ('academic') 
    5050       CALL etat0_academic(f_ps,f_phis,f_theta_rhodz,f_u, f_q) 
    51     CASE ('heldsz') 
    52         print*,"heldsz test case" 
     51    CASE ('held_suarez') 
     52       PRINT *,"Held & Suarez (1994) test case" 
    5353       CALL etat0_heldsz(f_ps,f_phis,f_theta_rhodz,f_u, f_q) 
    5454    CASE ('dcmip1') 
Note: See TracChangeset for help on using the changeset viewer.