source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/ENSEMBLE/config.card @ 7798

Last change on this file since 7798 was 7451, checked in by josefine.ghattas, 3 years ago

Copied new compilation method from the trunk. See ticket #819
Compilation should be done with IOIPSL tag v2_2_5

File size: 3.1 KB
Line 
1#
2# This is config.card file for restart with an NEW libIGCM simulation tree.
3#
4#====================================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8
9#========================================================================
10#D-- UserChoices -
11[UserChoices]
12#============================
13#-- Output will be stored in IGCM_OUT/TagName/SpaceName/ExperimentName/JobName
14JobName=Ens
15LongName="ENSEMBLE Spinup : test en changeant HYDROL_SOIL_DEPTH et HYDROL_HUMCSTE."
16TagName=OL2
17#------ SpaceName = DEVT/TEST/PROD
18SpaceName=PROD
19#----- ExperimentName : Short Name of Experiment
20ExperimentName=ensemble
21#----- ARCHIVE : path for archive directory in which IGCM_OUT directory will be created.
22#For example at irene: ARCHIVE=$CCCWORKDIR or ARCHIVE=$CCCSCRATCHDIR
23#at obelix: ARCHIVE=/home/scratch01/$LOGIN
24ARCHIVE=$CCCSCRATCHDIR
25#============================
26#-- leap, noleap, 360d
27CalendarType= gregorian
28#-- Start and End of Job
29#-- "YYYY-MM-DD"
30DateBegin=1850-01-01
31DateEnd=1999-12-31
32#============================
33#-- 1Y, 1M, 5D, 1D
34PeriodLength= 1Y
35PeriodNb= 1
36#============================
37#-- Total Number of Processors (minimum is 2 for a coupled configuration)
38JobNumProcTot=1
39#-- Source following file with module settings, only if it exists
40EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
41
42#========================================================================
43#========================================================================
44#D-- SRF options passed to SuRFace (SECHIBA) subjobs
45[SRF]
46WriteFrequency="1800s"
47Restart=n
48#-- Last day of the experience used as restart
49RestartDate=1997-12-31
50# Define restart simulation name
51RestartJobName=SPINUP
52RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
53# Old component name for restart (if empty, use new name)
54OldName=
55
56#D-- Surface BioGeochemistry ( STOMATE ) subjobs
57[SBG]
58WriteFrequency="1M"
59Restart= n
60#-- Last day of the experience used as restart
61RestartDate= 1900-12-31
62# Define restart simulation name
63RestartJobName= SPINUP
64RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
65# Old component name for restart (if empty, use new name)
66OldName=
67
68#D-- Post-treatment options passed to SubJobs on all sites
69# WARNING : You can use thoses options only if you set CONSERVE=y in fluxnet.card
70[SubJobPost]
71#D- Do we rebuild parallel output, this flag determines
72#D- frequency of rebuild submission
73RebuildFrequency=NONE
74#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
75RebuildFromArchive=NONE
76#D- If you want to produce time series, this flag determines
77#D- frequency of post-processing submission
78TimeSeriesFrequency=NONE
79#D- If you want to produce seasonal average, this flag determines
80#D- the period of this average
81SeasonalFrequency=NONE
82#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
83#D- Usefull if you do not want to consider the first X simulation's years
84SeasonalFrequencyOffset=0
85
86#========================================================================
87#========================================================================
Note: See TracBrowser for help on using the repository browser.