source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM3_PISCES/core/clim/config.card @ 4909

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

Removed ReduilFrequency? option since it is useless with XIOS

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