source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA025_LIM3_PISCES/ia/config.card

Last change on this file was 6371, checked in by cetlod, 13 months ago

NEMOv6.1 : Update config to run on the new Irene OS

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