Changes between Version 46 and Version 47 of Documentation/UserGuide/TestCase1


Ignore:
Timestamp:
2023-07-18T14:41:29+02:00 (12 months ago)
Author:
xnwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCase1

    v46 v47  
    2424mkdir RUN1; cd RUN1 
    2525ln -s /pathtoyourinstallation/modipsl/bin/orchidee_ol_prod .  (if use old driver) 
    26 ln -s /pathtoyourinstallation/modipsl/bin/orchideeshare_prod .  (if use new driver) 
     26ln -s /pathtoyourinstallation/modipsl/bin/orchideedriver_prod .  (if use new driver) 
    2727}}} 
    2828 
     
    135135  * RIVER_ROUTING = n 
    136136 
    137 By 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. 
     137By default, in this test case the simulation will be on the global domain, running for 1 day (case of using the old driver) or 1month (case of using the new driver), 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. 
    138138  
    139139== Check you environment and launch the model ==