Ignore:
Timestamp:
07/15/14 19:54:34 (10 years ago)
Author:
dubos
Message:

phys/dyn interface cleanup - previous commit was broken and unintentional

File:
1 edited

Legend:

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

    r197 r215  
    1515################################### Planet ####################################### 
    1616  
    17 function radius { print 'Planetary radius' real 37122E6 radius $1  
     17function radius { print 'Planetary radius' real 6371220 radius $1  
    1818} 
    1919function g      { print Gravity real 9.80616 g $1  
     
    9999 
    100100function physics { print 'Physics package' '[automatic|dcmip]' automatic physics $1 
     101} 
     102 
     103function itau_physics { print 'Call physics every itau_physics time steps' 'integer' 1 itau_physics $1 
    101104} 
    102105 
     
    219222    dissip 10800 1 10800 2 10800 2 
    220223    group 'Time' run_length 864000 write_period 7200 
    221     group 'Physical parameters' nqtot 1 etat0 dcmip5 dcmip_physics 0 
     224    group 'Physical parameters' nqtot 1 etat0 dcmip5 dcmip_physics 0 itau_physics 6 
    222225} 
    223226     
Note: See TracChangeset for help on using the changeset viewer.