source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/ENSEMBLE/config.card @ 367

Last change on this file since 367 was 262, checked in by didier.solyga, 13 years ago

Add ENSEMBLE from the trunk version in ORCHIDEE_OL (the previous ENSEMBLE was FLUXNET)

File size: 2.9 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#-- (<8 chars MAX for JobName)
14JobName=Ens
15LongName="ENSEMBLE Spinup : test en changeant HYDROL_SOIL_DEPTH et HYDROL_HUMCSTE."
16TagName=OL2
17#============================
18#-- leap, noleap, 360d
19CalendarType= gregorian
20#-- Start and End of Job
21#-- "YYYY-MM-DD"
22DateBegin=1850-01-01
23DateEnd=1999-12-31
24#============================
25#-- 1Y, 1M, 5D, 1D
26PeriodLength= 1Y
27PeriodNb= 1
28#============================
29#-- PBS Class (required on brodie mono/multi)
30JobClass=mono
31#JobClass=multi
32#============================
33#-- Total Number of Processors (minimum is 2 for a coupled configuration)
34JobNumProcTot=8
35#============================
36#-- Run Options : here for oasis coupling
37JobRunOptions='"-n "${NUM_PROC}'
38#Platine : JobRunOptions='"-n "${NUM_PROC}'
39#mercure : JobRunOptions='-f'
40
41#========================================================================
42#========================================================================
43#D-- SRF options passed to SuRFace (SECHIBA) subjobs
44[SRF]
45WriteFrequency="1M"
46Restart=n
47#-- Last day of the experience used as restart
48RestartDate=1997-12-31
49# Define restart simulation name
50RestartJobName=SPINUP
51RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
52# Old component name for restart (if empty, use new name)
53OldName=
54
55#D-- Surface BioGeochemistry ( STOMATE ) subjobs
56[SBG]
57WriteFrequency="1M"
58Restart= n
59#-- Last day of the experience used as restart
60RestartDate= 1900-12-31
61# Define restart simulation name
62RestartJobName= SPINUP
63RestartPath=${ARCHIVE}/${LOGIN}/IGCM_OUT/${config_UserChoices_TagName}
64# Old component name for restart (if empty, use new name)
65OldName=
66
67#D-- Post-treatment options passed to SubJobs on all sites
68# WARNING : You can use thoses options only if you set CONSERVE=y in fluxnet.card
69[SubJobPost]
70#D- Do we rebuild parallel output, this flag determines
71#D- frequency of rebuild submission
72RebuildFrequency=10Y
73#D- Do we rebuild parallel output from archive (use NONE to use SCRATCHDIR as buffer)
74RebuildFromArchive=NONE
75#D- If you want to produce time series, this flag determines
76#D- frequency of post-processing submission
77TimeSeriesFrequency= 10Y
78#D- If you want to produce seasonal average, this flag determines
79#D- the period of this average
80SeasonalFrequency= 20Y
81#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
82#D- Usefull if you do not want to consider the first X simulation's years
83SeasonalFrequencyOffset=0
84
85#========================================================================
86#========================================================================
Note: See TracBrowser for help on using the repository browser.