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

source: branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/IGCM00/config.card @ 4633

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

3.4 stable : update scripts for running NEMO using libIGCM (IPSL) library

  • Property svn:keywords set to Id
File size: 3.6 KB
Line 
1#
2# This is config.card file for NEMO ORCA2_LIM_PISCES configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#============================
11#-- (<8 chars MAX for JobName)
12JobName=OR2LP
13SpaceName=PROD
14LongName="SCRIPT_V1"
15TagName=ORCA2_LIM2_PISCES
16#============================
17#-- leap, noleap, 360d
18CalendarType=noleap
19#-- Begin and end of Job
20#-- "YYYY-MM-DD"
21DateBegin=2001-01-01
22DateEnd=2005-12-31
23#============================
24#-- 1Y, 1M, 5D, 1D
25PeriodLength=1Y
26#============================
27#-- PBS Class (required on brodie mono/multi)
28#JobClass=mono
29JobClass=multi
30#============================
31#-- Total Number of Processors
32JobNumProcTot=32
33#JobNumProcTot=1
34#============================
35#-- Run Options :
36JobRunOptions=''
37#JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"'
38#============================
39#============================
40# config.card configuration options :
41#R_BC=/u/rech/eee/reee451/IGCM/BC
42R_BC=/ccc/store/cont003/dsm/p48ethe/IGCM/BC
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)
49MBG= (pisces, PISCES)
50#========================================================================
51#D-- Executable -
52[Executable]
53Name=nemo
54#D- For each component, Real name of executable
55OCE= (nemo.exe, nemo)
56ICE= ("", "")
57MBG= ("", "")
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=2000-12-31
65#D- Define restart simulation name
66RestartJobName=OR2LP
67#D- Path Server Group Login
68RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM_PISCES
69
70#========================================================================
71#D-- Post -
72[Post]
73#D- Do we rebuild parallel output, this flag determines
74#D- frequency of rebuild submission
75#D- BETA FEATURE
76RebuildFrequency=NONE
77#D- If you want to produce time series, this flag determines
78#D- frequency of post-processing submission
79RebuildFromArchive=true
80#D- If you want to produce time series, this flag determines
81#D- frequency of post-processing submission
82TimeSeriesFrequency=NONE
83#D- If you want to produce seasonal average, this flag determines
84#D- the period of this average
85SeasonalFrequency=NONE
86
87#========================================================================
88#D-- OCE -
89[OCE]
90WriteFrequency="5D 1M 1Y"
91#WriteFrequency="5D"
92Restart= n
93##-- Last day of the experience used as restart
94RestartDate=2000-12-31
95# Define restart simulation name
96RestartJobName=OR2LP1
97RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM_PISCES
98# Old component name for restart (if empty, use new name)
99OldName=
100
101#========================================================================
102#D-- ICE -
103[ICE]
104WriteFrequency="5D"
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_LIM_PISCES
111# Old component name for restart (if empty, use new name)
112OldName=
113
114#========================================================================
115#D-- MBG -
116[MBG]
117WriteFrequency="5D 1M 1Y"
118Restart= n
119##-- Last day of the experience used as restart
120RestartDate=2000-12-31
121# Define restart simulation name
122RestartJobName=OR2LP1
123RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM_PISCES
124# Old component name for restart (if empty, use new name)
125OldName=
126
127#========================================================================
Note: See TracBrowser for help on using the repository browser.