source: CONFIG/UNIFORM/v6/NEMO_v6.5/EXPERIMENTS/ORCA1_ICE_PISCES/core/clim/config.card @ 5125

Last change on this file since 5125 was 5125, checked in by cetlod, 4 years ago

NEMOv6.5 : update expriments

File size: 5.2 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=eOR1Si3P-CLIM-CORE-v403-01
14#----- Short Name of Experiment
15ExperimentName=clim
16#----- DEVT TEST PROD
17SpaceName=DEVT
18LongName="ORCA1_SI3_PISCES NEMO configuration"
19TagName=NEMO
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=ORCA1_ICE_PISCES/core/clim
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#============================
26#-- Begin and end of Job
27#-- "YYYY-MM-DD"
28DateBegin=1948-01-01
29DateEnd=2009-12-31
30#============================
31#-- 1Y, 1M, 5D, 1D
32PeriodLength=1Y
33#============================
34#-- Source following file with module settings, only if it exists
35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
36#============================
37#-- ResolAtm indicates the atmospheric resolution
38#   This variable is used in the executable name
39ResolOce=ORCA1
40#============================
41# OptMode indicates the optimization mode choosen during compilation
42# This variable is used in the executable name
43OptMode=prod
44#
45#========================================================================
46#D-- ListOfComponents -
47[ListOfComponents]
48#D- For each component, Name of component, Tag of component
49OCE= (opa9, NEMO_v4)
50ICE= (si3,  SI3v1)
51MBG= (pisces, PISCESv2)
52IOS= (xios, XIOS)
53#========================================================================
54#D-- Executable -
55[Executable]
56Name=nemo
57#D- For each component, Real name of executable
58OCE= (opa_online_${OptMode}.exe, nemo, 590MPI)
59ICE= ("", "", "")
60MBG= ("", "", "")
61IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
62#========================================================================
63#D-- Restarts -
64[Restarts]
65#D- by default: config.card describes no restart for all components
66#D-             ie start from Levitus or limit files
67#D- If you want to restart all components from the same simulation,
68#D-      put OveRule flag to 'y' and set the next 3 parameters
69OverRule=n
70#D- Last day of the experience used as restart
71RestartDate=0094-12-31
72#D- Define restart simulation name
73RestartJobName=NO1-T17
74#D- Path Server Group Login
75RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
76
77#========================================================================
78#D-- OCE -
79[OCE]
80WriteFrequency="5D 1M 1Y"
81Restart= n
82##-- Last day of the experience used as restart
83RestartDate=1999-12-31
84# Define restart simulation name
85RestartJobName=NL1
86RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
87# Old component name for restart (if empty, use new name)
88OldName=
89
90#========================================================================
91#D-- ICE -
92[ICE]
93WriteFrequency="1M"
94Restart= n
95##-- Last day of the experience used as restart
96RestartDate=1999-12-31
97# Define restart simulation name
98RestartJobName=NL1
99RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
100# Old component name for restart (if empty, use new name)
101OldName=
102
103#========================================================================
104#D-- MBG -
105[MBG]
106WriteFrequency="1M 1Y"
107Restart= n
108##-- Last day of the experience used as restart
109RestartDate=0169-12-31
110# Define restart simulation name
111RestartJobName=eOR1L3P-V1
112RestartPath=${ARCHIVE}/../../gzi/rgzi002/IGCM_OUT/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
113# Old component name for restart (if empty, use new name)
114OldName=
115
116#========================================================================
117#D-- Post -
118[Post]
119ParserXIOS=FALSE
120#D- Do we rebuild parallel output, this flag determines
121#D- frequency of rebuild submission (use NONE for DRYRUN=3)
122RebuildFrequency=NONE
123#D- Do we pack restart and debug txt files, this flag determines
124#D- frequency of pack submission (use NONE for DRYRUN=3)
125PackFrequency=1Y
126#D- To have only the last period in RESTART/*.tar : save 90% of volume.
127#D- TRUE to be effective (nothing by default)
128LightRestartPack=NONE
129#D- If you want to produce time series, this flag determines
130#D- frequency of post-processing submission (NONE if you dont want)
131TimeSeriesFrequency=1Y
132#D- If you want to produce seasonal average, this flag determines
133#D- the period of this average (NONE if you dont want)
134SeasonalFrequency=NONE
135#D- If you want to produce compute PCMDI metrics from seasonal average
136#D- Set FALSE to deactivate the metrics computation.
137MetricsPCMDI=FALSE
138#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
139#D- Usefull if you do not want to consider the first X simulations years
140SeasonalFrequencyOffset=0
141
142#========================================================================
143#D-- IOS -
144[IOS]
145WriteFrequency=""
146# If config_Restarts_OverRule == 'n' next 4 params are read
147Restart= n
148##-- Last day of the experience used as restart for this component if Restart=y
149RestartDate=1899-12-31
150# Define restart simulation name for this component
151RestartJobName=EXP00
152RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
153# Old component name for restart (if empty, use new name)
154OldName=
155#========================================================================
Note: See TracBrowser for help on using the repository browser.