Person in charge: Josefine Ghattas
ORCHIDEE_OL is the generic name of the forced ORCHIDEE configurations. They are also called offline configurations. In this context the ORCHIDEE model is forced with climatic variables based on observations or on existing climatic simulations. Each ORCHIDEE model version contains a version of offline configurations ORCHIDEE_OL. There are 3 forced ORCHIDEE executables:
You can retrieve several predefined configurations with the command ./model nom_config and with the following nom_config :
If you want to use a branch or a personal version on the SVN file depository of ORCHIDEE and if this version contains the ORCHIDEE/src_driver directory, we recommend to change the ORCHIDEE_trunk configuration in mod.def and to retrieve this version with ./model ORCHIDEE_trunk. Go here to learn more about how to change mod.def.? In general we recommend you to change the version ORCHIDEE sources but to keep the version of available ORCHIDEE_OL configurations in the trunk.
If the version you want to retrieve contains the ORCHIDEE and ORCHIDEE_OL directories (sources and scripts of the configurations) you can use the available recup_my_ORCHIDEE script in modipsl/util. In this case the sources and scripts of the configuration must be from a same version. This script is based on the ORCHIDEE_SVN_DEV configuration which is predefined in mod.def.
# Syntaxe : ./recup_my_ORCHIDEE MYUSERNAME MYBRANCHE [REV] # MYUSERNAME : personal login on the SVN server of ORCHIDEE (firstname.lastname) or public login "sechiba" # MYBRANCH : branch or personal directory which must contain ORCHIDEE and ORCHIDEE_OL # REV : optional : revision number (by default the latest HEAD version) # # For example : cd modipsl/util ./recup_my_ORCHIDEE josefine.ghattas perso/josefine.ghattas ./recup_my_ORCHIDEE josefine.ghattas branches/Hydrology ./recup_my_ORCHIDEE sechiba trunk
The compiled executable can be used at all spatial resolutions (from local to global scales). The forcing file or the options in the parameter file determine the domain (LIMIT_WEST, LIMIT_EAST, LIMIT_NORTH and LIMIT_SOUTH) and the spatial resolution (MERID_RES and ZONAL_RES).
The compilation of ORCHIDEE drivers (the executables needed to run ORCHIDEE in forced/offline mode) is not made in the modipsl/config/ORCHIDEE_OL directory. It is made in:
gmake orchidee_ol; gmake teststomate; gmake forcesoil
gmake driver
The .resol file does not exist for ORCHIDEE_OL because the executables can be used for all resolutions.
In the ORCHIDEE_OL configuration, there are 4 directories containing experiments following the classical logic of configurations (as described in this manual) :
There are 3 other directories containing experiments which use the 4 directories above. To use these experiments, you must not have previously changed the directories of other configurations.
You will find below the list of parameters you must swith on before starting a SPINUP simulation.
# SPINUP configuration : # ---------------------- # Initialisation for spin-up : # sechiba alone (!!! only if ok_stomate == n !!!) duree_nostomate=0 : number of years during which stomata is not activated # sechiba and stomate duree_inistomate=1 : number of years with sechiba and stomate # teststomate (only if duree_nostomate or duree_inistomate > 0) duree_offlineini=0 : number of years during which only teststomate is used # Loop configuration for spin-up : # The whole job is restarted n_iter times n_iter=10 : number of loops # orchidee with sechiba (and stomate if ok_stomate=y below) duree_sechiba=1 : number of years when only the orchidee_ol executable is used (within the loop) # teststomate duree_stomate=0 : number of years when only teststomate is used (within the loop) # forcesoil duree_carbonsol=100 : number of years during which only forcesoil is used (within the loop) # Finalization for spin-up : # all orchidee duree_final=1 : number of years during which only orchidee_ol is used (final step)
Find out more information on the wiki ORCHIDEE for specific experiments with ORCHIDEE.