source: tags/ORCHIDEE_2_0/ORCHIDEE_OL/ENSEMBLE/config.card @ 5111

Last change on this file since 5111 was 5083, checked in by nicolas.vuichard, 6 years ago

update ENSEMBLE config for current ORCHIDEE and libIGCM versions

File size: 3.0 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 curie: ARCHIVE=$WORKDIR or ARCHIVE=$SCRATCHDIR
23#at obelix: ARCHIVE=/home/scratch01/$LOGIN
24ARCHIVE=$SCRATCHDIR
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
40#========================================================================
41#========================================================================
42#D-- SRF options passed to SuRFace (SECHIBA) subjobs
43[SRF]
44WriteFrequency="1800s"
45Restart=n
46#-- Last day of the experience used as restart
47RestartDate=1997-12-31
48# Define restart simulation name
49RestartJobName=SPINUP
50RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
51# Old component name for restart (if empty, use new name)
52OldName=
53
54#D-- Surface BioGeochemistry ( STOMATE ) subjobs
55[SBG]
56WriteFrequency="1M"
57Restart= n
58#-- Last day of the experience used as restart
59RestartDate= 1900-12-31
60# Define restart simulation name
61RestartJobName= SPINUP
62RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
63# Old component name for restart (if empty, use new name)
64OldName=
65
66#D-- Post-treatment options passed to SubJobs on all sites
67# WARNING : You can use thoses options only if you set CONSERVE=y in fluxnet.card
68[SubJobPost]
69#D- Do we rebuild parallel output, this flag determines
70#D- frequency of rebuild submission
71RebuildFrequency=NONE
72#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
73RebuildFromArchive=NONE
74#D- If you want to produce time series, this flag determines
75#D- frequency of post-processing submission
76TimeSeriesFrequency=NONE
77#D- If you want to produce seasonal average, this flag determines
78#D- the period of this average
79SeasonalFrequency=NONE
80#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
81#D- Usefull if you do not want to consider the first X simulation's years
82SeasonalFrequencyOffset=0
83
84#========================================================================
85#========================================================================
Note: See TracBrowser for help on using the repository browser.