New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
config.card.trends in branches/libIGCM/GYRE_LOBSTER/IGCM00 – NEMO

source: branches/libIGCM/GYRE_LOBSTER/IGCM00/config.card.trends @ 1337

Last change on this file since 1337 was 1337, checked in by clelod, 15 years ago

CE + MAF + CL : files added for GYRE_LOBSTER libIGCM configuration

File size: 3.6 KB
Line 
1#
2# This is config.card file for NEMO GYRE_LOBSTER with trends configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=GL1T
13LongName="GYRE_LOBSTER with trends (dyn and top)"
14TagName=GYRE_LOBSTER
15#============================
16#-- leap, noleap, 360d
17CalendarType=360d
18#-- Début et fin de Job
19#-- "YYYY-MM-DD"
20DateBegin=2000-01-01
21DateEnd=2009-12-30
22#============================
23#-- 1Y, 1M, 5D, 1D
24PeriodLength=1Y
25#============================
26#-- PBS Class (required on brodie mono/multi)
27JobClass=mono
28#JobClass=multi
29#============================
30#-- Total Number of Processors
31#JobNumProcTot=4
32#============================
33#-- Run Options :
34JobRunOptions=''
35#JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"'
36#============================
37#========================================================================
38#D-- ListOfComponents -
39[ListOfComponents]
40#D- For each component, Name of component, Tag of component
41OCE= (gyre, NEMO_v3_1)
42TOP= (lobster, LOBSTER)
43#D- TRENDS component required only for trends output
44TRENDS= (trends, TRENDS)
45
46#========================================================================
47#D-- Executable -
48[Executable]
49Name=gyre
50#D- For each component, Real name of executable
51OCE= (opa, gyre)
52TOP= ("", "")
53#D- TRENDS component required only for trends output
54TRENDS= ("", "")
55
56#========================================================================
57#D-- Restarts -
58[Restarts]
59#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
60OverRule=n
61#D- Last day of the experience used as restart
62RestartDate=2051-12-30
63#D- Define restart simulation name
64RestartJobName=B1D
65#D- Path Server Group Login
66RestartPath=${ARCHIVE}/IGCM_OUT/GYRE_LOBSTER
67
68#========================================================================
69#D-- Post -
70[Post]
71#D- Do we rebuild parallel output, this flag determines
72#D- frequency of rebuild submission
73#D- BETA FEATURE
74RebuildFrequency=NONE
75#D- Do we rebuild parallel output from archive
76#D- BETA FEATURE
77RebuildFromArchive=false
78#D- If you want to produce time series, this flag determines
79#D- frequency of post-processing submission
80TimeSeriesFrequency=10Y
81#D- If you want to produce seasonal average, this flag determines
82#D- the period of this average
83SeasonalFrequency=10Y
84
85#========================================================================
86#D-- OCE -
87[OCE]
88WriteFrequency="1M"
89#WriteFrequency="5D"
90Restart= n
91##-- Last day of the experience used as restart
92RestartDate=2051-10-30
93# Define restart simulation name
94RestartJobName=B1C
95RestartPath=${ARCHIVE}/IGCM_OUT/GYRE_LOBSTER
96# Old component name for restart (if empty, use new name)
97OldName=
98
99#========================================================================
100#D-- TOP -
101[TOP]
102WriteFrequency="1M"
103#WriteFrequency="5D"
104Restart= n
105##-- Last day of the experience used as restart
106RestartDate=2051-10-30
107# Define restart simulation name
108RestartJobName=B1C
109RestartPath=${ARCHIVE}/IGCM_OUT/GYRE_LOBSTER
110# Old component name for restart (if empty, use new name)
111OldName=
112
113#========================================================================
114
115#D-- TRENDS -
116[TRENDS]
117WriteFrequency="1M"
118#WriteFrequency="5D"
119Restart= n
120##-- Last day of the experience used as restart
121RestartDate=2051-10-30
122# Define restart simulation name
123RestartJobName=B1C
124RestartPath=${ARCHIVE}/IGCM_OUT/GYRE_LOBSTER
125# Old component name for restart (if empty, use new name)
126OldName=
127
128#========================================================================
Note: See TracBrowser for help on using the repository browser.