source: CONFIG/UNIFORM/v6/NEMO_v7_dev/EXPERIMENTS/ORCA2_LIM3_PISCES/clim/config.card @ 3809

Last change on this file since 3809 was 3809, checked in by flavoni, 6 years ago

update libigcm for dev_merge_2017 of NEMO

  • Property svn:executable set to *
File size: 3.9 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=O2l3P10y
12#----- Short Name of Experiment
13ExperimentName=ORCA2clim
14#----- DEVT TEST PROD
15SpaceName=DEVT
16LongName="ORCA2_LIM3_PISCES NEMO configuration, FORCED config, dev_merge_2017 tests"
17TagName=ORCA2_LIM3_PISCES
18#D- Choice of experiment in EXPERIEMENTS directory
19ExpType=ORCA2_LIM3_PISCES/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=10Y
30#============================
31# config.card configuration options :
32#R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
33R_BC=/ccc/work/cont003/gen0826/flavoni/FORCING
34#R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
35#========================================================================
36#D-- ListOfComponents -
37[ListOfComponents]
38#D- For each component, Name of component, Tag of component
39OCE= (opa9, NEMO_v6)
40ICE= (lim3, LIM_3)
41MBG= (pisces, PISCES)
42#========================================================================
43#D-- Executable -
44[Executable]
45Name=nemo
46#D- For each component, Real name of executable
47OCE= (nemo.exe, nemo, 32MPI)
48ICE= ("", "", "")
49MBG= ("", "", "")
50#========================================================================
51#D-- Restarts -
52[Restarts]
53#D- by default: config.card describes no restart for all components
54#D-             ie start from Levitus or limit files
55#D- If you want to restart all components from the same simulation,
56#D-      put OveRule flag to 'y' and set the next 3 parameters
57OverRule=n
58#D- Last day of the experience used as restart
59RestartDate=0094-12-31
60#D- Define restart simulation name
61RestartJobName=NO1-T17
62#D- Path Server Group Login
63RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES/DEVT/ORCA2clim
64
65#========================================================================
66#D-- OCE -
67[OCE]
68WriteFrequency="1D 5D 1M 1Y"
69#WriteFrequency="5D"
70Restart= n
71##-- Last day of the experience used as restart
72RestartDate=1999-12-31
73# Define restart simulation name
74RestartJobName=NL1
75RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
76# Old component name for restart (if empty, use new name)
77OldName=
78
79#========================================================================
80#D-- ICE -
81[ICE]
82WriteFrequency="1M"
83Restart= n
84##-- Last day of the experience used as restart
85RestartDate=1999-12-31
86# Define restart simulation name
87RestartJobName=NL1
88RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
89# Old component name for restart (if empty, use new name)
90OldName=
91
92#========================================================================
93#D-- MBG -
94[MBG]
95WriteFrequency="1M 1Y"
96Restart= n
97##-- Last day of the experience used as restart
98RestartDate=2000-12-31
99# Define restart simulation name
100RestartJobName=OR2LP1
101RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
102# Old component name for restart (if empty, use new name)
103OldName=
104
105#========================================================================
106#D-- Post -
107[Post]
108ParserXIOS=FALSE
109#D- Do we rebuild parallel output, this flag determines
110#D- frequency of rebuild submission
111#-- 1Y
112RebuildFrequency=NONE
113#D- Do we rebuild parallel output from archive
114RebuildFromArchive=NONE
115#D- If you want to produce time series, this flag determines
116#D- frequency of post-processing submission
117TimeSeriesFrequency=10Y
118#D- If you want to produce seasonal average, this flag determines
119#D- the period of this average
120SeasonalFrequency=NONE
121#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
122#D- Usefull if you do not want to consider the first X simulation's years
123#SeasonalFrequencyOffset=0
124PackFrequency=10Y
125
126#========================================================================
Note: See TracBrowser for help on using the repository browser.