Changes between Version 41 and Version 42 of Documentation/UserGuide/TestCase1


Ignore:
Timestamp:
2023-03-09T11:45:21+01:00 (14 months ago)
Author:
xnwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCase1

    v41 v42  
    5353In this test case, input files for year 2000 are used. You can replace 2000 by the year of your choice between 1901-2010 
    5454 
     55If using the new driver, then: 
     56ln -s  ${R_IN}/SRF/METEO/CRU-NCEP/v5.3.2/twodeg/cruncep_twodeg_1999.nc forcing_yearm1.nc 
     57ln -s  ${R_IN}/SRF/METEO/CRU-NCEP/v5.3.2/twodeg/cruncep_twodeg_2000.nc forcing_year.nc 
     58ln -s  ${R_IN}/SRF/METEO/CRU-NCEP/v5.3.2/twodeg/cruncep_twodeg_2001.nc forcing_yearp1.nc 
     59ln -s YourORCHIDEE/bin/orchideedriver_prod . 
     60 
    5561=== xml files for running with XIOS === 
    5662''Note: If you do not compile with XIOS, you do not need to copy these files but you need to adapt run.def to activate output with IOIPSL, see further below.''[[BR]] 
     
    8793LIMIT_NORTH=55 
    8894}}}  
     95 
     96* If using the new driver, modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/PARAM/run.def  
     97{{{ 
     98START_DATE = 2000-01-01 00:00:00 
     99END_DATE = 2000-01-31 00:00:00 
     100 
     101RESTART_FILEIN = NONE 
     102ATM_CO2 = 350. 
     103 
     104# Add a small test region over France 
     105LIMIT_WEST=-5 
     106LIMIT_EAST=5 
     107LIMIT_SOUTH=40 
     108LIMIT_NORTH=55 
     109}}}  
     110 
    89111* modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_FG2/PARAM/orchidee.def 
    90112{{{ 
     
    105127* modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_FG2/PARAM/orchidee_pft.def_15pft.1ac 
    106128  * rename the file as orchidee_pft.def, no changes in the file 
     129 
     130* If use new driver, modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/PARAM/orchidee_pft.def_15pft.1ac 
     131  * rename the file as orchidee_pft.def, no changes in the file 
     132 
     133* given the small region used in the test case, modify modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/PARAM/orchidee.def for example: 
     134  * RIVER_ROUTING = n 
    107135 
    108136By 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.