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

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

NEMO_v6_OMIP : phasing all ORCA2LIM3PISCES configurations

  • Property svn:executable set to *
File size: 3.9 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)
41#========================================================================
42#D-- Executable -
43[Executable]
44Name=nemo
45#D- For each component, Real name of executable
46OCE= (nemo.exe, nemo, 32MPI)
47ICE= ("", "", "")
48MBG= ("", "", "")
49#========================================================================
50#D-- Restarts -
51[Restarts]
52#D- by default: config.card describes no restart for all components
53#D-             ie start from Levitus or limit files
54#D- If you want to restart all components from the same simulation,
55#D-      put OveRule flag to 'y' and set the next 3 parameters
56OverRule=n
57#D- Last day of the experience used as restart
58RestartDate=0094-12-31
59#D- Define restart simulation name
60RestartJobName=NO1-T17
61#D- Path Server Group Login
62RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES/DEVT/ORCA1clim
63
64#========================================================================
65#D-- OCE -
66[OCE]
67WriteFrequency="5D 1M 1Y"
68#WriteFrequency="5D"
69Restart= n
70##-- Last day of the experience used as restart
71RestartDate=1999-12-31
72# Define restart simulation name
73RestartJobName=NL1
74RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
75# Old component name for restart (if empty, use new name)
76OldName=
77
78#========================================================================
79#D-- ICE -
80[ICE]
81WriteFrequency="1M"
82Restart= n
83##-- Last day of the experience used as restart
84RestartDate=1999-12-31
85# Define restart simulation name
86RestartJobName=NL1
87RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
88# Old component name for restart (if empty, use new name)
89OldName=
90
91#========================================================================
92#D-- MBG -
93[MBG]
94WriteFrequency="1M 1Y"
95Restart= n
96##-- Last day of the experience used as restart
97RestartDate=2000-12-31
98# Define restart simulation name
99RestartJobName=OR2LP1
100RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
101# Old component name for restart (if empty, use new name)
102OldName=
103
104#========================================================================
105#D-- Post -
106[Post]
107ParserXIOS=FALSE
108#D- Do we rebuild parallel output, this flag determines
109#D- frequency of rebuild submission
110#-- 1Y
111RebuildFrequency=NONE
112#D- Do we rebuild parallel output from archive
113RebuildFromArchive=NONE
114#D- If you want to produce time series, this flag determines
115#D- frequency of post-processing submission
116TimeSeriesFrequency=10Y
117#D- If you want to produce seasonal average, this flag determines
118#D- the period of this average
119SeasonalFrequency=NONE
120#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
121#D- Usefull if you do not want to consider the first X simulation's years
122#SeasonalFrequencyOffset=0
123PackFrequency=10Y
124#========================================================================
Note: See TracBrowser for help on using the repository browser.