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_OFF_PISCES/IGCM02 – NEMO

source: branches/libIGCM/ORCA2_OFF_PISCES/IGCM02/config.card @ 3608

Last change on this file since 3608 was 1690, checked in by cetlod, 15 years ago

Adding files for ORCA2_OFF_PISCES/IGCM02 config, see ticket:574

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