Changes between Version 23 and Version 24 of Documentation/UserGuide/CheckList


Ignore:
Timestamp:
2020-06-01T12:53:30+02:00 (4 years ago)
Author:
aducharne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/CheckList

    v23 v24  
    4343The code of ORCHIDEE includes many "code" options, i.e. options to execute some parts of the code or not. These options are controlled by some configuration files, mostly config.card and PARAM/run.def (see 4a). Since these options are not hard-coded, you can change them without recompiling. But they condition your result, and you need to know them to explain your model version. 
    4444 
    45 These options depend in general on the branch of ORCHIDEE you are using. As a (non exhaustive) example, the following ones are in the CMIP6 trunk (now tagged 2.0): 
     45These options depend in general on the branch of ORCHIDEE you are using. As a (non exhaustive) example, the following ones are available in the CMIP6 trunk (now tagged 2.0): 
    4646- old or new driver (for offline simulations, to deal with meteorological input files) ***how is it set? 
    4747- use the module stomate, which has vegetation that grows and responds to climatic conditions (STOMATE_OK_STOMATE, defined in config.card or PARAM/run.def) 
     
    5151- activate soil_freezing, etc... (more details on flags and keywords in 4c).  
    5252 
    53 NOTE:  not all of these components can be activated at the same time and still give reliable results. It's important to test the configuration you select. 
     53NOTE:  not all of these components can be activated at the same time and still give reliable results. Besides, somes options depend on some others. It's important to test the configuration you select. 
    5454 
    5555== 3) Installation and compilation 
     
    102102- trunk after v4.0 : [http://forge.ipsl.jussieu.fr/orchidee/browser/trunk/ORCHIDEE/orchidee.default list of parameters] 
    103103 
     104WARNING:  some options or parameters depend on other options. It's important to test the configuration you select. 
     105 
    104106USEFUL TIP: after your simulation has run, you have a summary of externalized parameters and options in your output directory: SRF/Debug/xxx_used_ref.def  
    105107 
     
    115117 
    116118ORCHIDEE output is controlled by separate modules, referred to as XIOS ([[https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/ORCHIDEE-CNP here] PDF] and [https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/XIOSinConfig webpage]) and IOIPSL.  These modules greatly improve reading and writing data for large simulations, although the benefits may not be seen for single pixel, single CPU runs. 
     119 
     120If you want to change the variables that are output by your simulation, read the dedicated section "History/output files". 
    117121 
    118122== 5) Run your simulation