source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM3_PISCES/core/ia/config.card

Last change on this file was 6371, checked in by cetlod, 12 months ago

NEMOv6.1 : Update config to run on the new Irene OS

File size: 4.7 KB
RevLine 
[3856]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)
[3860]11JobName=OR2L3P-CLIM-CORE
[3856]12#----- Short Name of Experiment
[3860]13ExperimentName=ORCA2ia
[3856]14#----- DEVT TEST PROD
15SpaceName=DEVT
16LongName="ORCA2_LIM3_PISCES NEMO configuration"
17TagName=ORCA2_LIM3_PISCES
18#D- Choice of experiment in EXPERIEMENTS directory
[3860]19ExpType=ORCA2_LIM3_PISCES/core/ia
[3856]20#============================
21#-- leap, noleap, 360d
22CalendarType=noleap
23#-- Begin and end of Job
24#-- "YYYY-MM-DD"
25DateBegin=1948-01-01
26DateEnd=2009-12-31
27#============================
28#-- 1Y, 1M, 5D, 1D
29PeriodLength=1Y
30#============================
[6371]31#-- Source following file with module settings, only if it exists
32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
33#============================
[3856]34# config.card configuration options :
35#R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
36#R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
37#========================================================================
38#D-- ListOfComponents -
39[ListOfComponents]
40#D- For each component, Name of component, Tag of component
41OCE= (opa9, NEMO_v6)
42ICE= (lim3, LIM_3)
43MBG= (pisces, PISCES)
[4802]44IOS= (xios, XIOS)
[3856]45#========================================================================
46#D-- Executable -
47[Executable]
48Name=nemo
49#D- For each component, Real name of executable
[3874]50OCE= (orca2lim3pisces.exe, nemo, 32MPI)
[3856]51ICE= ("", "", "")
52MBG= ("", "", "")
[4802]53IOS= (xios_server.exe, xios.x, 1MPI)
[3856]54#========================================================================
55#D-- Restarts -
56[Restarts]
57#D- by default: config.card describes no restart for all components
58#D-             ie start from Levitus or limit files
59#D- If you want to restart all components from the same simulation,
60#D-      put OveRule flag to 'y' and set the next 3 parameters
61OverRule=n
62#D- Last day of the experience used as restart
63RestartDate=0094-12-31
64#D- Define restart simulation name
65RestartJobName=NO1-T17
66#D- Path Server Group Login
67RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES/DEVT/ORCA1clim
68
69#========================================================================
70#D-- OCE -
71[OCE]
72WriteFrequency="5D 1M 1Y"
73Restart= n
74##-- Last day of the experience used as restart
75RestartDate=1999-12-31
76# Define restart simulation name
77RestartJobName=NL1
78RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
79# Old component name for restart (if empty, use new name)
80OldName=
81
82#========================================================================
83#D-- ICE -
84[ICE]
85WriteFrequency="1M"
86Restart= n
87##-- Last day of the experience used as restart
88RestartDate=1999-12-31
89# Define restart simulation name
90RestartJobName=NL1
91RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
92# Old component name for restart (if empty, use new name)
93OldName=
94
95#========================================================================
96#D-- MBG -
97[MBG]
98WriteFrequency="1M 1Y"
99Restart= n
100##-- Last day of the experience used as restart
101RestartDate=2000-12-31
102# Define restart simulation name
103RestartJobName=OR2LP1
104RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM3_PISCES
105# Old component name for restart (if empty, use new name)
106OldName=
107
108#========================================================================
109#D-- Post -
110[Post]
111ParserXIOS=FALSE
[4909]112#D- Do we pack restart and debug txt files, this flag determines
113#D- frequency of pack submission (use NONE for DRYRUN=3)
114PackFrequency=10Y
115#D- To have only the last period in RESTART/*.tar : save 90% of volume.
116#D- TRUE to be effective (nothing by default)
117LightRestartPack=NONE
[3856]118#D- If you want to produce time series, this flag determines
[4909]119#D- frequency of post-processing submission (NONE if you dont want)
[3856]120TimeSeriesFrequency=10Y
121#D- If you want to produce seasonal average, this flag determines
[4909]122#D- the period of this average (NONE if you dont want)
[3856]123SeasonalFrequency=NONE
[4909]124#D- If you want to produce compute PCMDI metrics from seasonal average
125#D- Set FALSE to deactivate the metrics computation.
126MetricsPCMDI=FALSE
[3856]127#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
[4909]128#D- Usefull if you do not want to consider the first X simulations years
129SeasonalFrequencyOffset=0
130
[4802]131##========================================================================
132#D-- IOS -
133[IOS]
134WriteFrequency=""
135# If config_Restarts_OverRule == 'n' next 4 params are read
136Restart= n
137##-- Last day of the experience used as restart for this component if Restart=y
138RestartDate=1899-12-31
139# Define restart simulation name for this component
140RestartJobName=EXP00
141RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
142# Old component name for restart (if empty, use new name)
143OldName=
Note: See TracBrowser for help on using the repository browser.