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/libIGCM/ORCA2_LIM/IGCM00 – NEMO

source: branches/libIGCM/ORCA2_LIM/IGCM00/config.card @ 1216

Last change on this file since 1216 was 1216, checked in by ctlod, 16 years ago

create a branch related to the libIGCM environment, see ticket: #272

File size: 3.0 KB
Line 
1#
2# This is config.card file for NEMO ORCA2_LIM configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=NL1
13LongName="SCRIPT_V1"
14TagName=ORCA2_LIM
15#============================
16#-- leap, noleap, 360d
17CalendarType=noleap
18#-- Début et fin de Job
19#-- "YYYY-MM-DD"
20DateBegin=1860-01-01
21DateEnd=1869-12-31
22#============================
23#-- 1Y, 1M, 5D, 1D
24PeriodLength=1Y
25#============================
26#-- PBS Class (required on brodie mono/multi)
27JobClass=mono
28#JobClass=multi
29#============================
30#-- Total Number of Processors
31#JobNumProcTot=2
32JobNumProcTot=1
33#============================
34#-- Run Options :
35#JobRunOptions='"-np "${NUM_PROC}"'
36JobRunOptions=''
37#============================
38# config.card configuration options :
39#R_INIT=/home/mancip/PROG/IPSL/FORCAGE_OL/INIT
40#R_BC=/home/mancip/PROG/IPSL/FORCAGE_OL/BC
41#============================
42
43#========================================================================
44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
47OCE= (nemo, 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= (opa, 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
75RebuildFrequency=NONE
76#D- If you want to produce time series, this flag determines
77#D- frequency of post-processing submission
78TimeSeriesFrequency=10Y
79#D- If you want to produce seasonal average, this flag determines
80#D- the period of this average
81SeasonalFrequency=NONE
82
83#========================================================================
84#D-- OCE -
85[OCE]
86#WriteFrequency="1M"
87WriteFrequency="5D"
88Restart= n
89##-- Last day of the experience used as restart
90RestartDate=1999-12-30
91# Define restart simulation name
92RestartJobName=NL1
93RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM
94# Old component name for restart (if empty, use new name)
95OldName=
96
97#========================================================================
98#D-- ICE -
99[ICE]
100#WriteFrequency="1M"
101WriteFrequency="5D"
102Restart= n
103##-- Last day of the experience used as restart
104RestartDate=1999-12-30
105# Define restart simulation name
106RestartJobName=NL1
107RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM
108# Old component name for restart (if empty, use new name)
109OldName=
110
111#========================================================================
112
Note: See TracBrowser for help on using the repository browser.