source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/ia/config.card @ 2657

Last change on this file since 2657 was 2657, checked in by cetlod, 9 years ago

Add new experiment for NEMO interannual simulations

  • Property svn:executable set to *
File size: 4.8 KB
Line 
1# $Id$
2# This is config.card file for restart with an NEW libIGCM simulation tree.
3# This is config.card file for NEMO ORCA1_LIM3_PISCES configuration
4#
5#========================================================================
6#D-- Compatibility -
7[Compatibility]
8libIGCM=1.0
9#D-- UserChoices -
10[UserChoices]
11#============================
12#-- (<8 chars MAX for JobName)
13JobName=eOR1L3P-IA
14#----- Short Name of Experiment
15ExperimentName=ORCA1ia
16#----- DEVT TEST PROD
17SpaceName=DEVT
18LongName="ORCA1_LIM3_PISCES NEMO configuration"
19TagName=ORCA1_LIM3_PISCES
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=ORCA1_LIM3_PISCES/ia
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#-- Begin and end of Job
26#-- "YYYY-MM-DD"
27DateBegin=1948-01-01
28DateEnd=2009-12-31
29#============================
30#-- 1Y, 1M, 5D, 1D
31PeriodLength=1Y
32#============================
33#-- PBS Class (required on brodie mono/multi)
34#JobClass=mono
35JobClass=multi
36#============================
37#-- Total Number of Processors
38JobNumProcTot=225
39#============================
40#-- Run Options :
41JobRunOptions=''
42#============================
43# config.card configuration options :
44R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
45#R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
46#========================================================================
47#D-- ListOfComponents -
48[ListOfComponents]
49#D- For each component, Name of component, Tag of component
50OCE= (opa9, NEMO_v6)
51ICE= (lim3, LIM_3)
52MBG= (pisces, PISCES)
53IOS= (xios, XIOS)
54#========================================================================
55#D-- Executable -
56[Executable]
57Name=nemo
58#D- For each component, Real name of executable
59OCE= (nemo.exe, nemo, 221MPI)
60ICE= ("", "", "")
61MBG= ("", "", "")
62IOS= (xios_server.exe, xios.x, 4MPI)
63#========================================================================
64#D-- Restarts -
65[Restarts]
66#D- by default: config.card describes no restart for all components
67#D-             ie start from Levitus or limit files
68#D- If you want to restart all components from the same simulation,
69#D-      put OveRule flag to 'y' and set the next 3 parameters
70OverRule=n
71#D- Last day of the experience used as restart
72RestartDate=0094-12-31
73#D- Define restart simulation name
74RestartJobName=NO1-T17
75#D- Path Server Group Login
76RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
77
78#========================================================================
79#D-- OCE -
80[OCE]
81WriteFrequency="1D 5D 1M 1Y"
82#WriteFrequency="5D"
83Restart= n
84##-- Last day of the experience used as restart
85RestartDate=1999-12-31
86# Define restart simulation name
87RestartJobName=NL1
88RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
89# Old component name for restart (if empty, use new name)
90OldName=
91
92#========================================================================
93#D-- ICE -
94[ICE]
95WriteFrequency="1M"
96Restart= n
97##-- Last day of the experience used as restart
98RestartDate=1999-12-31
99# Define restart simulation name
100RestartJobName=NL1
101RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
102# Old component name for restart (if empty, use new name)
103OldName=
104
105#========================================================================
106#D-- MBG -
107[MBG]
108WriteFrequency="1D 1M 1Y"
109Restart= y
110##-- Last day of the experience used as restart
111RestartDate=0169-12-31
112# Define restart simulation name
113RestartJobName=eOR1L3P-V1
114RestartPath=${ARCHIVE}/../../gzi/rgzi002/IGCM_OUT/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
115# Old component name for restart (if empty, use new name)
116OldName=
117
118#========================================================================
119#D-- Post -
120[Post]
121#D- Do we rebuild parallel output, this flag determines
122#D- frequency of rebuild submission
123#-- 1Y
124RebuildFrequency=NONE
125#D- Do we rebuild parallel output from archive
126RebuildFromArchive=NONE
127#D- If you want to produce time series, this flag determines
128#D- frequency of post-processing submission
129TimeSeriesFrequency=10Y
130#D- If you want to produce seasonal average, this flag determines
131#D- the period of this average
132SeasonalFrequency=NONE
133#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
134#D- Usefull if you do not want to consider the first X simulation's years
135#SeasonalFrequencyOffset=0
136PackFrequency=1Y
137
138#========================================================================
139###========================================================================
140#D-- IOS -
141[IOS]
142WriteFrequency=""
143# If config_Restarts_OverRule == 'n' next 4 params are read
144Restart= n
145##-- Last day of the experience used as restart for this component if Restart=y
146RestartDate=1899-12-31
147# Define restart simulation name for this component
148RestartJobName=EXP00
149RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
150# Old component name for restart (if empty, use new name)
151OldName=
152#========================================================================
Note: See TracBrowser for help on using the repository browser.