Changes between Version 21 and Version 22 of Documentation/UserGuide/PreIndSim


Ignore:
Timestamp:
2014-10-22T20:20:20+02:00 (10 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/PreIndSim

    v21 v22  
    2525}}} 
    2626Following, more settings need to be changed and/or confirmed before launching the job. The following changes to were made to the COMP/lmdz.card: 
    27  (1) Specify in the list of parameter files that the BC should be based on the predefined pre-industrial settings. These settings contain the TOA solar incoming radiation, atmospheric CO2, CH4 and N2O among other settings. Have a loop in PARAM/config.def_preind to get a better idea of these settings. 
     27 (1) Specify in the list of parameter files that the BC should be based on the predefined pre-industrial settings. These settings contain the TOA solar incoming radiation, atmospheric CO2, CH4 and N2O among other settings. Have a look in PARAM/config.def_preind to get a better idea of these settings. 
    2828{{{   
    2929(${SUBMIT_DIR}/PARAM/config.def_preind     ,  config.def),    \ 
     
    230230Note that read_climoz=0 will also deactivate the reading of ozone. Ozone is regridded by the job LMDZ/CREATE_ (as are some other boundary conditions such as SST, sea ice, ...) so this is not necessary to deactivate.  
    231231 
    232 Pre-defined pre-industrial settings 
    233 {{{ 
    234 (${SUBMIT_DIR}/PARAM/output.def_${OutLevel},  output.def),    \ 
    235 (${SUBMIT_DIR}/PARAM/output.def_preind,  output.def),    \ 
     232Pre-defined pre-industrial settings (TOA solar incoming radiation, atmospheric CO2, CH4 and N2O among other settings) should be set by changing 
     233{{{ 
     234ConfType=preind 
     235}}} 
     236Alternatively this setting can be hard coded by changing ${ConfType} into preind in the following line. The first option seems a bit nicers. 
     237{{{ 
     238(${SUBMIT_DIR}/PARAM/config.def_preind,  config.def),    \ 
    236239}}} 
    237240