source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM2_PISCES/clim/config.card @ 2639

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

Add new NEMO configurations in v6

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