source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/jra/ia/config.card @ 4909

Last change on this file since 4909 was 4909, checked in by cetlod, 4 years ago

Removed ReduilFrequency? option since it is useless with XIOS

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