source: CONFIG/UNIFORM/v6/NEMO_v6.5/EXPERIMENTS/ORCA1_ICE/core/ia/config.card @ 5125

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

NEMOv6.5 : update expriments

File size: 4.7 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=eOR1Si3P-IA-CORE-v403-01
14#----- Short Name of Experiment
15ExperimentName=iann
16#----- DEVT TEST PROD
17SpaceName=DEVT
18LongName="ORCA1_SI3 NEMO configuration"
19TagName=NEMO
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=ORCA1_ICE/core/ia
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#============================
26#-- Begin and end of Job
27#-- "YYYY-MM-DD"
28DateBegin=1948-01-01
29DateEnd=2009-12-31
30#============================
31#-- 1Y, 1M, 5D, 1D
32PeriodLength=1Y
33#============================
34#-- Source following file with module settings, only if it exists
35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
36#============================
37#-- ResolAtm indicates the atmospheric resolution
38#   This variable is used in the executable name
39ResolOce=ORCA1
40#============================
41# OptMode indicates the optimization mode choosen during compilation
42# This variable is used in the executable name
43OptMode=prod
44#
45#========================================================================
46#D-- ListOfComponents -
47[ListOfComponents]
48#D- For each component, Name of component, Tag of component
49OCE= (opa9, NEMO_v4)
50ICE= (si3,  SI3v1)
51IOS= (xios, XIOS)
52#========================================================================
53#D-- Executable -
54[Executable]
55Name=nemo
56#D- For each component, Real name of executable
57OCE= (opa_online_${OptMode}.exe, nemo, 590MPI)
58ICE= ("", "", "")
59IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
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/ORCA1_LIM3_PISCES/DEVT/ORCA1clim
74
75#========================================================================
76#D-- OCE -
77[OCE]
78WriteFrequency="5D 1M 1Y"
79Restart= n
80##-- Last day of the experience used as restart
81RestartDate=1999-12-31
82# Define restart simulation name
83RestartJobName=NL1
84RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
85# Old component name for restart (if empty, use new name)
86OldName=
87
88#========================================================================
89#D-- ICE -
90[ICE]
91WriteFrequency="1M"
92Restart= n
93##-- Last day of the experience used as restart
94RestartDate=1999-12-31
95# Define restart simulation name
96RestartJobName=NL1
97RestartPath=${ARCHIVE}/IGCM_OUT/ORCA1_LIM3
98# Old component name for restart (if empty, use new name)
99OldName=
100
101#========================================================================
102#D-- Post -
103[Post]
104ParserXIOS=FALSE
105#D- Do we rebuild parallel output, this flag determines
106#D- frequency of rebuild submission (use NONE for DRYRUN=3)
107RebuildFrequency=NONE
108#D- Do we pack restart and debug txt files, this flag determines
109#D- frequency of pack submission (use NONE for DRYRUN=3)
110PackFrequency=1Y
111#D- To have only the last period in RESTART/*.tar : save 90% of volume.
112#D- TRUE to be effective (nothing by default)
113LightRestartPack=NONE
114#D- If you want to produce time series, this flag determines
115#D- frequency of post-processing submission (NONE if you dont want)
116TimeSeriesFrequency=1Y
117#D- If you want to produce seasonal average, this flag determines
118#D- the period of this average (NONE if you dont want)
119SeasonalFrequency=NONE
120#D- If you want to produce compute PCMDI metrics from seasonal average
121#D- Set FALSE to deactivate the metrics computation.
122MetricsPCMDI=FALSE
123#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
124#D- Usefull if you do not want to consider the first X simulations years
125SeasonalFrequencyOffset=0
126
127#========================================================================
128#D-- IOS -
129[IOS]
130WriteFrequency=""
131# If config_Restarts_OverRule == 'n' next 4 params are read
132Restart= n
133##-- Last day of the experience used as restart for this component if Restart=y
134RestartDate=1899-12-31
135# Define restart simulation name for this component
136RestartJobName=EXP00
137RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
138# Old component name for restart (if empty, use new name)
139OldName=
140#========================================================================
Note: See TracBrowser for help on using the repository browser.