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