Ignore:
Timestamp:
07/16/14 10:08:16 (10 years ago)
Author:
dubos
Message:

Removed "automatic" physics + bugfix

File:
1 edited

Legend:

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

    r215 r217  
    5555function itau_adv { print 'Advection called every itau_adv time steps' integer 2 itau_adv $1  
    5656} 
    57 function nqtot { print 'Number of tracers' integer 1 nqtot $1  
     57function nqtot { print 'Number of tracers' integer 1 nqtot $1 
    5858} 
    5959function caldyn { print 'Equations solved' '[gcm|adv]' gcm caldyn $1  
     
    8484function etat0 {  
    8585    OPTS=$(printf '\n#   [jablonowsky06|academic|dcmip[1-4]|heldsz|dcmip2_schaer_noshear|dcmip3]') 
    86     print 'Initial state' "$OPTS" jablonowsky06 etat0 $1  
     86    print 'Initial state' "$OPTS" jablonowsky06 etat0 $1 
    8787} 
    8888function dissip 
     
    9898} 
    9999 
    100 function physics { print 'Physics package' '[automatic|dcmip]' automatic physics $1 
     100function physics { print 'Physics package' '[none|held_suarez|dcmip]' none physics $1 
    101101} 
    102102 
     
    160160    group 'Time' time_style lmd ndays 1200 write_period 86400 
    161161    group 'Planet' radius 6.371e6 g 9.8 omega 7.292e-5 kappa 0.2857143 cpp 1004 preff 1e5 
    162     group 'Physical parameters' etat0 held_suarez nqtot 1 
     162    group 'Physical parameters' etat0 held_suarez physics held_suarez 
    163163    dissip 50000 2 50000 2 50000 2 
    164164} 
     
    186186    dissip 1800 1 1800 2 1800 2 
    187187    group 'Time' run_length 3.6e6 write_period 50000 
    188     group 'Physical parameters' scale_factor 500 guided_type dcmip1 nqtot 1 etat0 dcmip2_schaer_noshear 
     188    group 'Physical parameters' scale_factor 500 guided_type dcmip1 etat0 dcmip2_schaer_noshear 
    189189} 
    190190 
     
    196196    dissip 1800 1 1800 2 1800 2 
    197197    group 'Time' run_length 4.5e5 write_period 12500 
    198     group 'Physical parameters' omega 0 scale_factor 125 nqtot 1 etat0 dcmip3 
     198    group 'Physical parameters' omega 0 scale_factor 125 etat0 dcmip3 
    199199} 
    200200 
Note: See TracChangeset for help on using the changeset viewer.