Changeset 249 for codes/icosagcm/trunk


Ignore:
Timestamp:
07/23/14 11:02:57 (10 years ago)
Author:
dubos
Message:

Fixed make_rundefs.sh for DCMIP1x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/param_sets/make_rundefs.sh

    r217 r249  
    108108function dcmip1_def() 
    109109{ 
     110    etat0 dcmip1 
    110111    OPTS=$(printf '\n#    [const|slotted_cyl|cos_bell|dbl_cos_bell_q1|dbl_cos_bell_q2|complement|hadley|dcmip11]') 
    111112    print 'DCMIP 1.1 advection test, initial tracer field' "$OPTS" cos_bell dcmip1_shape $1 
    112     print 'DCMIP 1.1 advection test, wind field' '[solid|deform|hadley]' deform dcmip1_shape $2 
     113    print 'DCMIP 1.1 advection test, wind field' '[solid|deform|hadley]' deform dcmip1_wind $2 
    113114} 
    114115function dcmip_refs() 
     
    176177    group 'Numerics' caldyn adv time_step 180 
    177178    group 'Time' run_length 1036800 write_period 86400 
    178     group 'Physical parameters' guided_type dcmip1 ; dcmip1_def dcmip11 deform 
     179    group 'Physical parameters' nqtot 5 guided_type dcmip1 ; dcmip1_def dcmip11 deform 
    179180} 
    180181 
Note: See TracChangeset for help on using the changeset viewer.