Changes between Version 32 and Version 33 of Documentation/UserGuide/TestCase1


Ignore:
Timestamp:
2022-01-14T10:21:21+01:00 (2 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCase1

    v32 v33  
    33Author: J. Ghattas[[BR]] 
    44Last revision: 2020/01/19, J. Ghattas, update done after inclusion of branch CN-CAN in the trunk[[BR]] 
    5 Last revision: 2020/06/26, F. Maignan, output_level="X" (noticed by E. Dupont) 
     5Last revision: 2022/01/14, J. Ghattas with input from Mandresy Rasolonjatovo 
    66 
    77== Objectives == 
     
    1212== Prepare input files == 
    1313You need the following files : 
    14    - executable orchidee_ol 
     14   - executable orchidee_ol    
    1515   - forcing_file.nc and other netcdf input files 
    1616   - xml files to configure output using XIOS 
     
    1919Create a directory where you will run the model and copy input files as follow.  
    2020=== Executable orchidee_ol === 
    21 Install and compile the model to get the executable orchidee_ol. Read more here: wiki:Documentation/UserGuide/InstallingORCHIDEEBasic 
     21Install and compile the model to get the executable orchidee_ol. You can use orchidee_ol_prod or orchidee_ol_debug depending on the compilation you activated. Read more here: wiki:Documentation/UserGuide/InstallingORCHIDEEBasic 
    2222 
    2323=== Input netcdf files ===  
     
    3939 
    4040where 
    41 * R_IN=/prodigfs/ipslfs/igcmg/IGCM at ciclad/climserv 
     41* R_IN=/projsu/igcmg/IGCM at ciclad/climserv 
    4242* R_IN=/home/orchideeshare/igcmg/IGCM at obelix 
    43 * IDRIS, TGCC see ORCHIDEE training courses or http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/ComputingCenters 
    44 * or download using wget, replace R_IN by https://vesg.ipsl.upmc.fr/thredds/catalog/IPSLFS/igcmg/IGCM 
     43* IDRIS, TGCC see ORCHIDEE training courses or http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/ComputingCenters/SharedFiles 
     44* or download using wget, replace R_IN by https://vesg.ipsl.upmc.fr/thredds/catalog/igcmg/IGCM/catalog.html 
    4545* replace ${year} by the year of your choice between 1901-2010 
    4646 
     
    5555 * output_level="_AUTO_" into output_level="X" where X is an integer between 0-11 
    5656 * output_freq="_AUTO_" into output_freq="1mo" or output_freq="1d" par example 
    57  * enabled="_AUTO_" into enabled="true" or enabled="false" 
     57 * enabled="_AUTO_" into enabled=".TRUE." or enabled=".FALSE." 
    5858 * do any other change as you wish to adapt the output to your needs 
    5959 
     
    6262=== Parameter files === 
    6363Copy following parameter files from experiment set up OOL_SEC_STO2 into your run folder and modify all occurrences of AUTO as follow: 
    64 * modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_FG2/PARAM/run.def 
     64* modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_FG2/PARAM/run.def  
    6565{{{ 
    6666TIME_LENGTH = 1D 
     
    6969RESTART_FILEIN = NONE 
    7070ATM_CO2 = 350. 
    71 }}} 
     71}}}  
    7272* modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_FG2/PARAM/orchidee.def 
    7373{{{ 
     
    8282RIVER_DESC = n 
    8383VEGET_UPDATE = 0Y 
    84 SPINUP_ANALYTIC = n 
    85 SPINUP_PERIOD = 0 
    8684STOMATE_OK_STOMATE = y  
    8785NINPUT_UPDATE = 0Y 
     
    9189  * rename the file as orchidee_pft.def, no changes in the file 
    9290 
     91By default, in this test case the simulation will be on the global domain, running for 1 day, starting with no restart files. See comments if in run.def and orchidee.def files to understand the meaning of the parameters. You can for example run on regional domain using LIMIT_xx parameters to be set in run.def, see comments in the end of this file. 
     92  
    9393== Check you environment and launch the model == 
    9494To run the model you first need to load the same netcdf library as the one used for the compilation. This depends on the machine you work at. If you use one of the predefined IPSL machines (irene, jeanzay, obelix or ciclad/climserv), source the file in the folder ORCHIDEE_OL/ARCH: 
     
    100100Once you've get all input files, launch the model in the same directory : 
    101101{{{ 
    102 ./orchidee_ol > out_orchidee_ol 2>&1 
     102./orchidee_ol_prod > out_orchidee_ol_prod 2>&1 
    103103}}} 
    104104