Changes between Version 3 and Version 4 of Doc/Config/ORCHIDEE_OL


Ignore:
Timestamp:
10/13/15 16:01:50 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/ORCHIDEE_OL

    v3 v4  
    99 
    1010# Description # 
    11 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:  
     11ORCHIDEE_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. There are 3 forced ORCHIDEE executables:  
    1212 * orchidee_ol : the complete ORCHIDEE model 
    1313 * teststomate : to allow the vegetation to reach equilibrium  
     
    1616# Retrieval possibilities according to the sources' version #  
    1717## Retrieval with ./model of a predefined configuration ## 
    18 You can retrieve several predefined configurations with the command ./model ''nom_config'' and with the following nom_config :  
     18You can retrieve several predefined configurations with the command ./model ''config_name'' and with the following config_name :  
    1919 
    20  * ORCHIDEE_trunk   : the latest trunk version (HEAD). '''Be careful: if you use this version the trunk results have not been evaluated! ''' This is often the version that is advised. 
     20 * ORCHIDEE_trunk   : the latest trunk version (HEAD). '''Be careful: if you use this version the trunk results have not been evaluated! ''' This is often the version which is advised. 
    2121 * ORCHIDEE_TAG     : the latest ORCHIDEE tag (currently 1.9.6) 
    2222 * ORCHIDEE_SVN_AR5 : the CMIP5 version 
    2323 
    2424## Retrieving another configuration version with ./model ## 
    25 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. [wiki:DocCinstall#Modifierlaversiondunmodèleduneconfigurationàextraire  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. 
     25If 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. [wiki:DocCinstall#Syntaxinmod.def  Go here to learn more about how to change mod.def.] 
    2626 
    2727# Resolution # 
    28 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). 
     28The 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). Default in the configurations is global grid. 
     29 
     30The '''''.resol''''' file does not exist for ORCHIDEE_OL because the executables can be used for all resolutions.  
    2931 
    3032# Special compiling cases # 
    31 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: 
    32  * modipsl/modeles/ORCHIDEE_OL for ORCHIDEE_TAG and ORCHIDEE_SVN_AR5 : 
    33 {{{ 
    34 gmake orchidee_ol; gmake teststomate; gmake forcesoil 
    35 }}} 
     33The compiling is slightly different depending on the configuration : 
     34 * ORCHIDEE_trunk : compiling is done from modipsl/config/ORCHIDEE_OL using  
     35  * ''gmake''  : the executable orchidee_ol can only be used with IOIPSL 
     36  * ''gmake with_xios'' : the executable orchidee_ol can be used with XIOS or only IOIPSL. The executable xios.server is also created.  
     37 * ORCHIDEE_TAG and ORCHIDEE_SVN_AR5 : compiling is done from modipsl/modeles/ORCHIDEE_OL using  
     38  * ''gmake orchidee_ol; gmake teststomate; gmake forcesoil'' 
    3639 
    37  * modipsl/config/ORCHIDEE_OL for the trunk version: 
    38 {{{ 
    39 gmake 
    40 }}} 
     40 
    4141 
    4242Read more about compile methods in [wiki:DocImodelCorchidee#CompilemethodsinORCHIDEE Chapter ORCHIDEE]. 
    4343 
    44 The '''''.resol''''' file does not exist for ORCHIDEE_OL because the executables can be used for all resolutions.  
    4544 
    4645# The experiments #