source: CONFIG/UNIFORM/v6/NEMO_v6.5/EXPERIMENTS/ORCA1_ICE_PISCES/jra/ia/config.card @ 4912

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

Adding new NEMO configuration using NEMO_v4 model

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