source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/clim/config.card @ 3174

Last change on this file since 3174 was 3174, checked in by cetlod, 7 years ago

NEMO_v6 : Harmonize the configurations with IPSCLM6 & SHACONEMO

  • Property svn:executable set to *
File size: 4.5 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
14#----- Short Name of Experiment
15ExperimentName=ORCA1clim
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/clim
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#-- Begin and end of Job
26#-- "YYYY-MM-DD"
27DateBegin=0001-01-01
28DateEnd=0050-12-31
29#============================
30#-- 1Y, 1M, 5D, 1D
31PeriodLength=1Y
32#============================
33# config.card configuration options :
34#R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
35#R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
36#========================================================================
37#D-- ListOfComponents -
38[ListOfComponents]
39#D- For each component, Name of component, Tag of component
40OCE= (opa9, NEMO_v6)
41ICE= (lim3, LIM_3)
42MBG= (pisces, PISCES)
43IOS= (xios, XIOS)
44#========================================================================
45#D-- Executable -
46[Executable]
47Name=nemo
48#D- For each component, Real name of executable
49OCE= (nemo.exe, nemo, 496MPI)
50ICE= ("", "", "")
51MBG= ("", "", "")
52IOS= (xios_server.exe, xios.x, 16MPI)
53#========================================================================
54#D-- Restarts -
55[Restarts]
56#D- by default: config.card describes no restart for all components
57#D-             ie start from Levitus or limit files
58#D- If you want to restart all components from the same simulation,
59#D-      put OveRule flag to 'y' and set the next 3 parameters
60OverRule=n
61#D- Last day of the experience used as restart
62RestartDate=0094-12-31
63#D- Define restart simulation name
64RestartJobName=NO1-T17
65#D- Path Server Group Login
66RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
67
68#========================================================================
69#D-- OCE -
70[OCE]
71WriteFrequency="1D 5D 1M 1Y"
72#WriteFrequency="5D"
73Restart= n
74##-- Last day of the experience used as restart
75RestartDate=1999-12-31
76# Define restart simulation name
77RestartJobName=NL1
78RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
79# Old component name for restart (if empty, use new name)
80OldName=
81
82#========================================================================
83#D-- ICE -
84[ICE]
85WriteFrequency="1M 1D"
86Restart= n
87##-- Last day of the experience used as restart
88RestartDate=1999-12-31
89# Define restart simulation name
90RestartJobName=NL1
91RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
92# Old component name for restart (if empty, use new name)
93OldName=
94
95#========================================================================
96#D-- MBG -
97[MBG]
98WriteFrequency="1D 1M 1Y"
99Restart= n
100##-- Last day of the experience used as restart
101RestartDate=2000-12-31
102# Define restart simulation name
103RestartJobName=OR2LP1
104RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM_PISCES
105# Old component name for restart (if empty, use new name)
106OldName=
107
108#========================================================================
109#D-- Post -
110[Post]
111ParserXIOS=FALSE
112#D- Do we rebuild parallel output, this flag determines
113#D- frequency of rebuild submission
114#-- 1Y
115RebuildFrequency=NONE
116#D- Do we rebuild parallel output from archive
117RebuildFromArchive=NONE
118#D- If you want to produce time series, this flag determines
119#D- frequency of post-processing submission
120TimeSeriesFrequency=10Y
121#D- If you want to produce seasonal average, this flag determines
122#D- the period of this average
123SeasonalFrequency=NONE
124#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
125#D- Usefull if you do not want to consider the first X simulation's years
126#SeasonalFrequencyOffset=0
127PackFrequency=1Y
128
129#========================================================================
130###========================================================================
131#D-- IOS -
132[IOS]
133WriteFrequency=""
134# If config_Restarts_OverRule == 'n' next 4 params are read
135Restart= n
136##-- Last day of the experience used as restart for this component if Restart=y
137RestartDate=1899-12-31
138# Define restart simulation name for this component
139RestartJobName=EXP00
140RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
141# Old component name for restart (if empty, use new name)
142OldName=
143#========================================================================
Note: See TracBrowser for help on using the repository browser.