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


Ignore:
Timestamp:
09/24/15 18:21:52 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/ORCHIDEE

    v7 v8  
    3232 * => Change compile options in AA_make.gdef, recreate makefiles with ./ins_make, clean previous compilation and recompile 
    3333 
    34 # Run options to set in orchidee.card/sechiba.card or stomate.card # 
     34# Run options # 
     35Predefined run options are set in orchidee.card and stomate.card for coupled configurations and in orchidee_ol.card, sechiba.card and stomate.card for offline configurations. Other options not listed in the card can be set directly in the parameter file run.def (for offline run) or orchidee.def(for coupled run). 
    3536 
    36 ## NEWHYDROL: choice of hydrology scheme ##  
     37## Choice of hydrology scheme ##  
     382 hydrology scheme are implemented in ORCHIDEE. An old 2 bucket scheme called Choisnel and a newer multilayer scheme called CWRR. In _v5 configurations only the 2-bucket Choisnel scheme could be used. In newer version in offline and _v6 configurations can choose between the two scheme. Choose the hydrology in the configuration 
     39 * _v5 and _v6 configurations by setting !DefSuffix=CWRR or !DefSuffix=Choi in the section [!UserChoices] in orchidee.card. The variable !DefSuffix will be used to copy the corresponding orchidee.def file from PARAM directory, see the line :  
     40{{{ 
     41[ParametersFiles] 
     42List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def) 
     43}}} 
    3744 
    38 ## VEGET_UPDATE: Vegetation map ## 
    39 The 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.  
     45 * ORCHIDEE_OL offline configuration by setting NEWHYDROL=y for CWRR and NEWHYDROL=n for Choisnel in sechiba.card. This variable will change the value for HYDROL_CWRR in the parameter file run.def.  
     46 
     47 
     48## Vegetation map ## 
     49The vegetation 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.  
    4050 
    4151For constant vegetation map, set in orchidee.card (or sechiba.card) VEGET_UPDATE=0Y and set in [!InitialStateFiles] the PFTmap.nc file you want to use for the simulation. Note that for constant vegetation map, the vegetation will be read from the restart file. Only if it is not found in the restart file, then the file PFTmap.nc will be read.