source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_OFF_PISCES/ia/config.card @ 2706

Last change on this file since 2706 was 2706, checked in by cetlod, 8 years ago

Add stand-alone PISCES experiments in NEMO_v6 configuration

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