New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
config.card in branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM/IGCM00 – NEMO

source: branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM/IGCM00/config.card @ 4142

Last change on this file since 4142 was 4142, checked in by cetlod, 10 years ago

bugfix in v3_4 stable : update the cards for libIGCM, see ticket #1167

  • Property svn:keywords set to Id
File size: 3.1 KB
Line 
1#
2# This is config.card file for NEMO ORCA2_LIM2 configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=ORCA2
13LongName="SCRIPT_V1"
14TagName=ORCA2_LIM2
15#============================
16#-- leap, noleap, 360d
17CalendarType=noleap
18#-- Begin and end of Job
19#-- "YYYY-MM-DD"
20DateBegin=2001-01-01
21DateEnd=2005-12-31
22#============================
23#-- 1Y, 1M, 5D, 1D
24PeriodLength=1Y
25#============================
26#-- PBS Class (required on brodie mono/multi)
27#JobClass=mono
28JobClass=multi
29#============================
30#-- Total Number of Processors
31JobNumProcTot=32
32#JobNumProcTot=1
33#============================
34#-- Run Options :
35#JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"'
36JobRunOptions=''
37#============================
38# config.card configuration options :
39#R_BC=/u/rech/eee/reee451/IGCM/BC
40R_BC=/ccc/store/cont003/dsm/p48ethe/IGCM/BC
41#============================
42
43#========================================================================
44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
47OCE= (opa9, NEMO_v3)
48ICE= (lim2, LIM_2)
49
50#========================================================================
51#D-- Executable -
52[Executable]
53Name=nemo
54#D- For each component, Real name of executable
55OCE= (nemo.exe, nemo)
56ICE= ("", "")
57
58#========================================================================
59#D-- Restarts -
60[Restarts]
61#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
62OverRule=n
63#D- Last day of the experience used as restart
64RestartDate=1999-12-30
65#D- Define restart simulation name
66RestartJobName=NL1
67#D- Path Server Group Login
68RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM
69
70#========================================================================
71#D-- Post -
72[Post]
73#D- Do we rebuild parallel output, this flag determines
74#D- frequency of rebuild submission
75#-- 1Y
76RebuildFrequency=NONE
77#D- Do we rebuild parallel output from archive
78RebuildFromArchive=true
79#D- If you want to produce time series, this flag determines
80#D- frequency of post-processing submission
81TimeSeriesFrequency=NONE
82#D- If you want to produce seasonal average, this flag determines
83#D- the period of this average
84SeasonalFrequency=NONE
85
86#========================================================================
87#D-- OCE -
88[OCE]
89WriteFrequency="1Y 1M 5D"
90#WriteFrequency="5D"
91Restart= n
92##-- Last day of the experience used as restart
93RestartDate=1999-12-31
94# Define restart simulation name
95RestartJobName=NL1
96RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM
97# Old component name for restart (if empty, use new name)
98OldName=
99
100#========================================================================
101#D-- ICE -
102[ICE]
103WriteFrequency="5D"
104Restart= n
105##-- Last day of the experience used as restart
106RestartDate=1999-12-31
107# Define restart simulation name
108RestartJobName=NL1
109RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM
110# Old component name for restart (if empty, use new name)
111OldName=
112
113#========================================================================
114
Note: See TracBrowser for help on using the repository browser.