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

Last change on this file since 2655 was 2655, checked in by cetlod, 9 years ago

Adapt NEMO config for libIGCM v2.7

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