source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM3_PISCES/clim/config.card @ 2647

Last change on this file since 2647 was 2647, checked in by cetlod, 9 years ago

update namelist and card for NEMO_v6 configurations

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1# $Id$
2# This is config.card file for restart with an NEW libIGCM simulation tree.
3#========================================================================
4#D-- Compatibility -
5[Compatibility]
6libIGCM=1.0
7#D-- UserChoices -
8[UserChoices]
9#============================
10#-- (<8 chars MAX for JobName)
11JobName=OR2L3P
12#----- Short Name of Experiment
13ExperimentName=ORCA2clim
14#----- DEVT TEST PROD
15SpaceName=DEVT
16LongName="ORCA2_LIM3_PISCES NEMO configuration"
17TagName=ORCA2_LIM3_PISCES
18#D- Choice of experiment in EXPERIEMENTS directory
19ExpType=clim
20#============================
21#-- leap, noleap, 360d
22CalendarType=noleap
23#-- Begin and end of Job
24#-- "YYYY-MM-DD"
25DateBegin=0001-01-01
26DateEnd=0050-12-31
27#============================
28#-- 1Y, 1M, 5D, 1D
29PeriodLength=1Y
30#============================
31#-- PBS Class (required on brodie mono/multi)
32#JobClass=mono
33JobClass=multi
34#============================
35#-- Total Number of Processors
36JobNumProcTot=32
37#============================
38#-- Run Options :
39#JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"'
40JobRunOptions=''
41#============================
42# config.card configuration options :
43#R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
44#R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
45#========================================================================
46#D-- ListOfComponents -
47[ListOfComponents]
48#D- For each component, Name of component, Tag of component
49OCE= (opa9, NEMO_v6)
50ICE= (lim3, LIM_3)
51MBG= (pisces, PISCES)
52#========================================================================
53#D-- Executable -
54[Executable]
55Name=nemo
56#D- For each component, Real name of executable
57OCE= (nemo.exe, nemo)
58ICE= ("", "", "")
59MBG= ("", "", "")
60#========================================================================
61#D-- Restarts -
62[Restarts]
63#D- by default: config.card describes no restart for all components
64#D-             ie start from Levitus or limit files
65#D- If you want to restart all components from the same simulation,
66#D-      put OveRule flag to 'y' and set the next 3 parameters
67OverRule=n
68#D- Last day of the experience used as restart
69RestartDate=0094-12-31
70#D- Define restart simulation name
71RestartJobName=NO1-T17
72#D- Path Server Group Login
73RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES/DEVT/ORCA1clim
74
75#========================================================================
76#D-- OCE -
77[OCE]
78WriteFrequency="1D 5D 1M 1Y"
79#WriteFrequency="5D"
80Restart= n
81##-- Last day of the experience used as restart
82RestartDate=1999-12-31
83# Define restart simulation name
84RestartJobName=NL1
85RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
86# Old component name for restart (if empty, use new name)
87OldName=
88
89#========================================================================
90#D-- ICE -
91[ICE]
92WriteFrequency="1M"
93Restart= n
94##-- Last day of the experience used as restart
95RestartDate=1999-12-31
96# Define restart simulation name
97RestartJobName=NL1
98RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
99# Old component name for restart (if empty, use new name)
100OldName=
101
102#========================================================================
103#D-- MBG -
104[MBG]
105WriteFrequency="1D 1M 1Y"
106Restart= n
107##-- Last day of the experience used as restart
108RestartDate=2000-12-31
109# Define restart simulation name
110RestartJobName=OR2LP1
111RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
112# Old component name for restart (if empty, use new name)
113OldName=
114
115#========================================================================
116#D-- Post -
117[Post]
118#D- Do we rebuild parallel output, this flag determines
119#D- frequency of rebuild submission
120#-- 1Y
121RebuildFrequency=NONE
122#D- Do we rebuild parallel output from archive
123RebuildFromArchive=NONE
124#D- If you want to produce time series, this flag determines
125#D- frequency of post-processing submission
126TimeSeriesFrequency=10Y
127#D- If you want to produce seasonal average, this flag determines
128#D- the period of this average
129SeasonalFrequency=NONE
130#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
131#D- Usefull if you do not want to consider the first X simulation's years
132#SeasonalFrequencyOffset=0
133PackFrequency=10Y
134
135#========================================================================
Note: See TracBrowser for help on using the repository browser.