Changes between Version 13 and Version 14 of Doc/Models/ORCHIDEE


Ignore:
Timestamp:
10/10/19 16:39:40 (5 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/ORCHIDEE

    v13 v14  
    33<h1>The ORCHIDEE model</h1> 
    44}}} 
    5 ---- 
    6 [[TOC(heading=Table of contents,depth=1,inline)]] 
    7 [[PageOutline(1,Table of contents,pullout)]] 
     5[[PageOutline(1-2,Table of contents)]] 
    86 
    97---- 
    108# Introduction #  
    11 [http://labex.ipsl.fr/orchidee/ Visit the ORCHIDEE's official website][[BR]] 
    12 [https://forge.ipsl.jussieu.fr/orchidee/wiki Follow the actualities in developements of ORCHIDEE] [[BR]] 
     9[https://orchidee.ipsl.fr Visit the ORCHIDEE's official website][[BR]] 
     10[https://forge.ipsl.jussieu.fr/orchidee/wiki Follow the actualities in developments of ORCHIDEE] [[BR]] 
    1311 
    1412 
     
    1715 
    1816# Compile methods in ORCHIDEE # 
    19 2 compile methods are used in ORCHIDEE depending on the version.  
     172 compile methods are used in ORCHIDEE depending on the version.   
    2018Read more about compiling on the ORCHIDEE wiki: https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/CompileMethods 
    2119 
     
    3533Predefined 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). 
    3634 
    37 ## Choice of hydrology scheme ##  
    38 2 hydrology schemes 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 can be used. In the _v6 configurations or newer offline versions the choice between the two schemes can be done. Choose the hydrology scheme in the following way :  
     35## Choice of hydrology scheme ## 
     36Since tag ORCHIDEE_2_1, only a multilayer hydrology scheme called CWRR is implemented. For older versions, the choice of the older 2 bucket scheme Choisnel or the newer multilayer scheme CWRR can be done.  
     37 
     38Choose the hydrology scheme in the following way :  
     39 * in _v6.2 and newer configurations and in offline ORCHIDEE_trunk configuration : no choice. CWRR scheme will be used.  
    3940 * in _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 :  
    4041{{{ 
     
    4243List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def) 
    4344}}} 
    44  
    45  * in ORCHIDEE_trunk 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.  
    4645 
    4746