source: CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/config.card @ 771

Last change on this file since 771 was 687, checked in by sdipsl, 15 years ago
  • Stick to the plan
  • Asynchronous rebuild is the default behavior
  • Update histmth's TimeSeriesVars? list
File size: 3.2 KB
Line 
1# $Id$
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#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=LMDZOR01
13LongName="LMDZ4OR configuration using the SVN trunk of LMDZ4"
14TagName=LMDZOR
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Begin and end of job
19#-- "YYYY-MM-DD"
20DateBegin=1980-01-01
21DateEnd=1980-12-30
22#============================
23#-- 1Y, 1M, 5D, 1D
24PeriodLength=1M
25#============================
26#-- PBS Class (required on brodie mono/multi)
27#JobClass=mono
28JobClass=multi
29#============================
30#-- Total Number of Processors
31JobNumProcTot=4
32#============================
33#-- Run Options : here for oasis coupling
34JobRunOptions='"-np "${NUM_PROC_ATM}" -max_np "${NUM_PROC_ATM}'
35#========================================================================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39ATM= (lmdz, LMDZ4-dev)
40SRF= (orchidee, orchidee_1_9_4)
41
42#========================================================================
43#D-- Executable -
44[Executable]
45Name=lmdz.x
46#D- For each component, Real name of executable, Name of executable for oasis
47ATM= (gcm.e, lmdz.x)
48SRF= ("", "")
49
50#========================================================================
51#D-- Restarts -
52[Restarts]
53#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
54OverRule=n
55#D- Last day of the experience used as restart
56RestartDate=
57#D- Define restart simulation name
58RestartJobName=
59#D- Path Server Group Login
60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR
61# Attention login depend de la machine
62
63#========================================================================
64#D-- Post -
65[Post]
66#D- Do we rebuild parallel output, this flag determines
67#D- frequency of rebuild submission
68RebuildFrequency=1Y
69#D- Do we rebuild parallel output from archive
70RebuildFromArchive=true
71#D- If you want to produce time series, this flag determines
72#D- frequency of post-processing submission
73TimeSeriesFrequency=10Y
74#D- If you want to produce seasonal average, this flag determines
75#D- the period of this average
76SeasonalFrequency=10Y
77#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
78#D- Usefull if you do not want to consider the first X simulation's years
79SeasonalFrequencyOffset=0
80
81#========================================================================
82#D-- ATM -
83[ATM]
84#
85WriteFrequency="1M 1D HF"
86# If config_Restarts_OverRule == 'n' all params are read
87Restart= n
88# Last day of the experience used as restart
89RestartDate=
90# Define restart simulation name
91RestartJobName=
92RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR
93# Old component name for restart (if empty, use new name)
94OldName=
95
96#========================================================================
97#D-- SRF -
98[SRF]
99WriteFrequency="1M"
100Restart=n
101##-- Last day of the experience used as restart
102RestartDate=
103# Define restart simulation name
104RestartJobName=
105RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR
106#-- Old component name for restart (if empty, use new name)
107OldName=
108
109#========================================================================
Note: See TracBrowser for help on using the repository browser.