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/UKMO/icebergs_restart_single_file/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/IGCM00 – NEMO

source: branches/UKMO/icebergs_restart_single_file/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/IGCM00/config.card @ 6019

Last change on this file since 6019 was 6019, checked in by timgraham, 8 years ago

Reinstated svn keywords before upgrading to head of trunk

  • Property svn:keywords set to Id
File size: 2.9 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=PISCES
13LongName="SCRIPT_V1"
14TagName=ORCA2_OFF_PISCES
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)
27JobClass=mono
28#JobClass=multi
29#============================
30#-- Total Number of Processors
31JobNumProcTot=1
32#JobNumProcTot=8
33#============================
34#-- Run Options :
35#JobRunOptions=''
36JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"'
37#============================
38#============================
39# config.card configuration options :
40# config.card configuration options :
41###R_BC=/u/rech/eee/reee451/IGCM/BC
42R_BC=/dmnfs/cont003/p48ethe/IGCM/BC
43#========================================================================
44#D-- ListOfComponents -
45[ListOfComponents]
46#D- For each component, Name of component, Tag of component
47MBG= (pisces, PISCES)
48#========================================================================
49#D-- Executable -
50[Executable]
51Name=nemo
52#D- For each component, Real name of executable
53MBG= (nemo.exe, nemo)
54#========================================================================
55#D-- Restarts -
56[Restarts]
57#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
58OverRule=n
59#D- Last day of the experience used as restart
60RestartDate=2000-12-31
61#D- Define restart simulation name
62RestartJobName=OROFP
63#D- Path Server Group Login
64RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_OFF_PISCES
65
66#========================================================================
67#D-- Post -
68[Post]
69#D- Do we rebuild parallel output, this flag determines
70#D- frequency of rebuild submission
71#D- BETA FEATURE
72RebuildFrequency=NONE
73#D- If you want to produce time series, this flag determines
74#D- frequency of post-processing submission
75RebuildFromArchive=false
76#D- If you want to produce time series, this flag determines
77#D- frequency of post-processing submission
78TimeSeriesFrequency=NONE
79#D- If you want to produce seasonal average, this flag determines
80#D- the period of this average
81SeasonalFrequency=NONE
82#========================================================================
83#D-- MBG -
84[MBG]
85##-- frequency
86WriteFrequency="1Y 1M 5D"
87##--  restart
88Restart= n
89##-- Last day of the experience used as restart
90RestartDate=2000-12-31
91# Define restart simulation name
92RestartJobName=OROFP1
93RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_OFF_PISCES
94# Old component name for restart (if empty, use new name)
95OldName=
96#========================================================================
Note: See TracBrowser for help on using the repository browser.