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/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/IGCM00 – NEMO

source: branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/IGCM00/config.card @ 5445

Last change on this file since 5445 was 5445, checked in by davestorkey, 9 years ago

Clear SVN keywords from 2015/dev_r5021_UKMO1_CICE_coupling branch.

File size: 3.6 KB
RevLine 
[1379]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
13LongName="SCRIPT_V1"
14TagName=ORCA2_LIM2_PISCES
15#============================
16#-- leap, noleap, 360d
[1764]17CalendarType=noleap
[1631]18#-- Begin and end of Job
[1379]19#-- "YYYY-MM-DD"
20DateBegin=2001-01-01
[1764]21DateEnd=2005-12-31
[1379]22#============================
23#-- 1Y, 1M, 5D, 1D
[1764]24PeriodLength=1Y
[1379]25#============================
26#-- PBS Class (required on brodie mono/multi)
27JobClass=mono
28#JobClass=multi
29#============================
30#-- Total Number of Processors
31#JobNumProcTot=4
32JobNumProcTot=1
33#============================
34#-- Run Options :
35JobRunOptions=''
36#JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"'
37#============================
38#============================
39# config.card configuration options :
[1776]40#R_BC=/u/rech/psl/rpsl035/IGCM/BC
41#R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC
[1379]42#========================================================================
43#D-- ListOfComponents -
44[ListOfComponents]
45#D- For each component, Name of component, Tag of component
[1631]46OCE= (opa9, NEMO_v3)
[1379]47ICE= (lim2, LIM_2)
[1631]48MBG= (pisces, PISCES)
[1379]49#========================================================================
50#D-- Executable -
51[Executable]
52Name=nemo
53#D- For each component, Real name of executable
[2575]54OCE= (nemo.exe, nemo)
[1379]55ICE= ("", "")
[1631]56MBG= ("", "")
[1379]57#========================================================================
58#D-- Restarts -
59[Restarts]
60#D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'
61OverRule=n
62#D- Last day of the experience used as restart
[1764]63RestartDate=2000-12-31
[1379]64#D- Define restart simulation name
65RestartJobName=OR2LP
66#D- Path Server Group Login
67RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM_PISCES
68
69#========================================================================
70#D-- Post -
71[Post]
72#D- Do we rebuild parallel output, this flag determines
73#D- frequency of rebuild submission
74#D- BETA FEATURE
75RebuildFrequency=NONE
76#D- If you want to produce time series, this flag determines
77#D- frequency of post-processing submission
[1631]78RebuildFromArchive=true
79#D- If you want to produce time series, this flag determines
80#D- frequency of post-processing submission
[1777]81TimeSeriesFrequency=NONE
[1379]82#D- If you want to produce seasonal average, this flag determines
83#D- the period of this average
[1777]84SeasonalFrequency=NONE
[1379]85
86#========================================================================
87#D-- OCE -
88[OCE]
[1764]89WriteFrequency="1Y 1M 5D 1D"
[1379]90Restart= n
91##-- Last day of the experience used as restart
[1764]92RestartDate=2000-12-31
[1379]93# Define restart simulation name
94RestartJobName=OR2LP1
95RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM_PISCES
96# Old component name for restart (if empty, use new name)
97OldName=
98
99#========================================================================
100#D-- ICE -
101[ICE]
[1764]102WriteFrequency="5D"
[1379]103Restart= n
104##-- Last day of the experience used as restart
[1764]105RestartDate=2000-12-31
[1379]106# Define restart simulation name
107RestartJobName=OR2LP1
108RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM_PISCES
109# Old component name for restart (if empty, use new name)
110OldName=
111
112#========================================================================
[1631]113#D-- MBG -
114[MBG]
[1764]115WriteFrequency="1Y 1M 5D"
[1379]116Restart= n
117##-- Last day of the experience used as restart
[1764]118RestartDate=2000-12-31
[1379]119# Define restart simulation name
120RestartJobName=OR2LP1
121RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM_PISCES
122# Old component name for restart (if empty, use new name)
123OldName=
124
125#========================================================================
Note: See TracBrowser for help on using the repository browser.