Changes between Initial Version and Version 1 of Documentation/UserGuide/TestCaselibIGCM


Ignore:
Timestamp:
2023-11-30T16:47:57+01:00 (7 months ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCaselibIGCM

    v1 v1  
     1= How to run a simple test with ORCHIDEE offline with libIGCM = 
     2Author: J. Ghattas 
     3Last revision: 2023/11/30, J. Ghattas 
     4 
     5We’ll now make a first test for 3 years using the experiment set up in FG_CRUJRA_HIST. This experiment is a global historical set up using the full ORCHIDEE model in offline mode. It uses the driver "orchideedriver" also called ”the new driver”. You’ll launch using the default set up. 
     6 
     7== Prepare the experiment folder and create the job == 
     8Do as follow: 
     9{{{ 
     10cd modipsl/config/ORCHIDEE_OL 
     11cp -r FG_CRUJRA_HIST MyFirstTest 
     12cd MyFirstTest 
     13}}} 
     14 
     15The file config.card contains the main settings for the experiment. Change this file and create the job. You can use vi, emacs or an editor of your choice. Do as follow: 
     16{{{ 
     17vi config.card  => Change to have the following: 
     18  JobName=MyFirstTest 
     19  DateEnd=1903-12-31 
     20  PeriodLenght=1Y 
     21}}} 
     22 
     23By default, monthly mean output are set. If you want to change the frequency or add high frequency output, read comments and modify in COMP/sechiba.card and COMP/stomate.card. 
     24 
     25 
     26Now create the main job (you'll have to answer questions which depend on the machine): 
     27{{{ 
     28../../../libIGCM/ins_job 
     29}}}