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

Last change on this file since 3856 was 3856, checked in by cetlod, 6 years ago

NEMO_v6 for OMIP : adding updated experiments ; work still in progress for eORCA025

  • 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=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# 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_v2)
43IOS= (xios, XIOS)
44#========================================================================
45#D-- Executable -
46[Executable]
47Name=nemo
48#D- For each component, Real name of executable
49OCE= (nemo.exe, nemo, 1295MPI)
50ICE= ("", "", "")
51MBG= ("", "", "")
52IOS= (xios_server.exe, xios.x, 7MPI)
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="5D 1Y"
72Restart= n
73##-- Last day of the experience used as restart
74RestartDate=1999-12-31
75# Define restart simulation name
76RestartJobName=NL1
77RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
78# Old component name for restart (if empty, use new name)
79OldName=
80
81#========================================================================
82#D-- ICE -
83[ICE]
84WriteFrequency="1M"
85Restart= n
86##-- Last day of the experience used as restart
87RestartDate=1999-12-31
88# Define restart simulation name
89RestartJobName=NL1
90RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
91# Old component name for restart (if empty, use new name)
92OldName=
93
94
95#========================================================================
96#D-- MBG -
97[MBG]
98WriteFrequency="1D 1M 1Y"
99Restart= n
100##-- Last day of the experience used as restart
101RestartDate=0169-12-31
102# Define restart simulation name
103RestartJobName=eOR1L3P-V1
104RestartPath=${ARCHIVE}/../../gzi/rgzi002/IGCM_OUT/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
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#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=
142#========================================================================
Note: See TracBrowser for help on using the repository browser.