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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/ManipulationDefFile

    v6 v7  
    1515Details are given below. This works with ORCHIDEE_OL offline configuration, LMDZOR_v6 and IPSLCM6 configurations: 
    1616 
    17 == New method: in new ORCHIDEE_OL offline configuration, LMDZOR_v6 and IPSLCM6 configurations == 
    18 This is the method used in ORCHIDEE_OL since rev [2524].[[BR]] 
     17* Highlight:  
     18  * A value set in run.def can only be modified by the driver if it is set equal AUTO 
     19  * A parameter can not be added by the driver. If you want to add new parameter in the model you must modified the source code. Be sure that the parameters are externalized. 
    1920 
    20 * Highlight: The drivers do not do any hidden modifications. 
    21   * A value set in run.def can only be modified by the driver if it is set equal AUTO 
    22   * A parameter can not be added by the driver 
     21'''Three types of parameters''' 
    2322 
    24 '''Two types of parameters''' 
     23* ''classical parameter'' those parameters are numerical or logicals and can be modified in the run.def. They will impact each time step of the simulation. 
     24 
    2525* ''nonblocker parameter'' can be modified or removed from run.def. 
    2626Example ''nonblocker'' parameter, extract from PARAM/run.def in ORCHIDEE_OL/OOL_SEC_STO: 
     
    3030}}} 
    3131 
    32 The variable SECHIBA_HISTLEVEL is set to AUTO because it is normally modified with a value from the default set up in sechiba.card. The value can be changed directly in run.def, for example SECHIBA_HISTLEVEL=3, and in that case, it will not be modified again by the driver.  
     32The variable SECHIBA_HISTLEVEL is set to AUTO because it is normally modified with a value from the default set up in sechiba.card. The value can be changed directly in run.def, for example SECHIBA_HISTLEVEL=3, and in that case, it will not be modified again by the driver. If you let it to AUTO the value can be modified in the .card files. 
    3333 
    3434* ''blocker parameter'' can not be modified or removed from run.def otherwise the job will stop before executing the model.