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

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