Changes between Version 6 and Version 7 of Doc/Models/ORCHIDEE


Ignore:
Timestamp:
09/24/15 17:44:37 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/ORCHIDEE

    v6 v7  
    2727 
    2828 
    29  
    3029'''Obsolete : Standard makefiles created based on AA_make and AA_make.gdef''' 
    3130 * This is the only method available in CMIP5 version of ORCHIDEE. All _v5 configurations with ORCHIDEE compile in this way. 
     
    3332 * => Change compile options in AA_make.gdef, recreate makefiles with ./ins_make, clean previous compilation and recompile 
    3433 
     34# Run options to set in orchidee.card/sechiba.card or stomate.card # 
    3535 
    36 # Vegetation map # 
     36## NEWHYDROL: choice of hydrology scheme ##  
     37 
     38## VEGET_UPDATE: Vegetation map ## 
    3739The vegetaion map (PFTmap.nc) can be constant or updated annually. Use the option VEGET_UPDATE=0Y for constant vegetaion map and VEGET_UPDATE=1Y to update annually the vegetation map. Note that in previous versions of ORCHIDEE up to revision 2718 on the trunk, including _v5 configurations, the vegetation map was updated in the end of the year with the map for the next coming year. In newer versions and all _v6 configurations, the vegetation map is updated on the first day of the year.  
    3840 
     
    4749 
    4850 
    49  * for _v5 configurations or offline with ORCHIDEE trunk or tag older than revision 2718, with monthly period length(note that here we use year_p1 to have the next coming year as the file is read in december for the next coming year): 
     51 * for _v5 configurations or offline with ORCHIDEE trunk or tag older than revision 2718:  
     52   * Note that here we use year_p1 to have the next coming year as the file is read in December for the next coming year 
     53   * You must also set LAND_COVER_CHANGE=y in section [!UserChoices] 
     54   * With monthly period length: 
    5055{{{ 
    5156[SmoothFiles] 
    5257List=(${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, PFTmap.nc, 12:12:) 
    5358}}} 
    54  
    55  * for ORCHIDEE offline trunk or tag older than revision 2718 on the trunk with yearly period length(note for this case you can not have PFTmap.nc also in the [!InitialStateFiles] section: 
     59   * With yearly period length, note for this case you can not have PFTmap.nc also in the [!InitialStateFiles] section: 
    5660{{{ 
    5761[BoundaryFiles] 
     
    6064 
    6165 
    62 ---- 
    63 # Options related to ORCHIDEE in config _v5 # 
    64 ## config.card ## 
    65 The model output frequency is configured in the config.card file. 
    66  * The !WriteFrequency variable in the [SRF] section induces a change of the WRITE_STEP variable in orchidee.def. WRITE_STEP determines the output frequency for the sechiba_history.nc file. The available frequencies are: xY (x years), xM (x months), 5D(5 days), 1D (1 day), xs (x seconds). This file is mandatory. If you add HF a second sechiba_out_2.nc file will be written with the 3H frequency.  
    6766 
    68  * The !WriteFrequency variable in the [SBG] section induces a change of the STOMATE_HIST_DT variable in orchidee.def. STOMATE_HIST_DT determines the output frequency for the stomate_history.nc file. The stomate_history_ipcc.nc file always has daily outputs.  
     67  
     68## Managing output in _v5 configurations using IOIPSL ## 
     69The model output frequency is configured in  
     70 * config.card 
     71   * The !WriteFrequency variable in the [SRF] section induces a change of the WRITE_STEP variable in orchidee.def. WRITE_STEP determines the output frequency for the sechiba_history.nc file. The available frequencies are: xY (x years), xM (x months), 5D(5 days), 1D (1 day), xs (x seconds). This file is mandatory. If you add HF a second sechiba_out_2.nc file will be written with the 3H frequency.  
     72   * The !WriteFrequency variable in the [SBG] section induces a change of the STOMATE_HIST_DT variable in orchidee.def. STOMATE_HIST_DT determines the output frequency for the stomate_history.nc file. The stomate_history_ipcc.nc file always has daily outputs.  
     73 * orchidee.card 
     74   * sechiba_LEVEL : mandatory variable, no default value, it varies between 0 and 11. The SECHIBA_HISTLEVEL variable is set to sechiba_LEVEL. This variable determines the number of variables written in sechiba_history.nc. 
     75 * stomate.card 
     76   * stomate_LEVEL : mandatory variable, no default value, it varies between 0 and 10. The STOMATE_HISTLEVEL variable is set to this value. This variable determines the number of variables written in stomate_history.nc. 
    6977 
    7078 
    71 ## orchidee.card ## 
    72 In orchidee.card you can specify variables inducing a change in the model input parameter files. The default parameter values are: 
    73  * VEGET_UPDATE  : default value 0Y. The VEGET_UPDATE variable in orchidee.def is set to 0Y or 1Y. Frequency of the vegetation map update. 
    74  * LAND_COVER_CHANGE : default value n. The LAND_COVER_CHANGE variable in orchidee.def is set to n or y. Takes into account (or not) land use and deforestation processes.  
    75  * NEWHYDROL : mandatory variable, no default value. The HYDROL_CWRR variable is set to NEWHYDROL. Only the case NEWHYDROL=n is evaluated in the ORCHIDEE official versions.  
    76  * sechiba_LEVEL : mandatory variable, no default value, it varies between 0 and 11. The SECHIBA_HISTLEVEL variable is set to sechiba_LEVEL. This variable determines the number of variables written in sechiba_history.nc. 
    77   
    78 ## stomate.card ## 
    79  * stomate_LEVEL : mandatory variable, no default value, it varies between 0 and 10. The STOMATE_HISTLEVEL variable is set to this value. This variable determines the number of variables written in stomate_history.nc. 
    80  
    81 ---- 
    8279# Deactivate stomate in ORCHIDEE # 
    83 You can deactivate STOMATE component included by default in all experiments with ORCHIDEE. In this case, you only run the SECHIBA component. To do so: 
     80You can deactivate STOMATE component included by default in all experiments with ORCHIDEE and only run the SECHIBA component. To do so: 
    8481 * in config.card: delete the line for SBG in the !ListeOfComponents section 
    8582 * in COMP/orchidee.card (for _v5 or _v5.2 configurations) or in COMP/sechiba.card (for ORCHIDEE_OL configuration): add the lai2D.nc file in !BoundaryFiles, !ListNonDel section as follow: 
     
    8784ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/lai2D_03.nc, lai2D.nc) 
    8885}}} 
    89  * in PARAM/orchidee.def (for _v5) or PARAM/run.def (for ORCHIDEE_OL): add parameter LAI_MAP to request the reading of LAI_MAP: 
     86 * in PARAM/orchidee.def (for _v5 or _v6) or PARAM/run.def (for ORCHIDEE_OL): add parameter LAI_MAP to request the reading of LAI_MAP: 
    9087 {{{ 
    9188# Read a LAI map (12 monthly values)