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

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

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

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