Changes between Version 7 and Version 8 of Documentation/UserGuide/ManipulationDefFile


Ignore:
Timestamp:
2020-02-28T11:45:42+01:00 (4 years ago)
Author:
bguenet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/ManipulationDefFile

    v7 v8  
    2424 
    2525* ''nonblocker parameter'' can be modified or removed from run.def. 
    26 Example ''nonblocker'' parameter, extract from PARAM/run.def in ORCHIDEE_OL/OOL_SEC_STO: 
     26Example ''nonblocker'' parameter, extract from PARAM/run.def in ORCHIDEE_OL/OOL_SEC_STO_FG2: 
    2727{{{ 
    2828# SECHIBA history output level (0..10) 
     
    3333 
    3434* ''blocker parameter'' can not be modified or removed from run.def otherwise the job will stop before executing the model.  
    35 Example, extract from PARAM/run.def in ORCHIDEE_OL/OOL_SEC_STO: 
     35Example, extract from PARAM/run.def in ORCHIDEE_OL/OOL_SEC_STO_FG2: 
    3636{{{ 
    3737# Name of restart to read for initial conditions of STOMATE 
    3838STOMATE_RESTART_FILEIN = _AUTOBLOCKER_ 
    3939}}} 
    40 The variable STOMATE_RESTART_FILEIN is set changed due to restart options set in config.card. It is an important parameter and is therefore a so called ''blocker parameter''. If a blocker parameter is changed, the job will stop before launching the model. For example if it is set to STOMATE_RESTART_FILEIN=stomate_rest_in.nc, then the job will stop. This parameter must contain the key word AUTO.  
     40The variable STOMATE_RESTART_FILEIN is set changed due to restart options set in config.card. It is an important parameter and is therefore a so called ''blocker parameter''. If a blocker parameter is changed, the job will stop before launching the model. For example if it is set to STOMATE_RESTART_FILEIN=stomate_rest_in.nc, then the job will stop. This parameter must contain the key word AUTO. Except if you really know what you are doing we do not advice to modify the blocker parameters.  
    4141 
    4242 
    4343'''Implementation'''[[BR]] 
     44If you added ''nonblocker'' or ''blocker'' parameters (i.e. those identified by AUTO or AUTOBLOCKER in the run.def) you must be sure that they are read and modified by the .driver files following the instructions below 
     45 
     46 
    4447The component's driver call the libIGCM function IGCM_comp_modifyDefFile (for run.def, orchidee.def,... ) or IGCM_comp_modifyXmlFile (for xml files) for each variable that needs to be manipulated. 
    4548