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