source: CONFIG/UNIFORM/v6/NEMO_v6.5/EXPERIMENTS/ORCA2_OFF_PISCES/ia/config.card @ 5037

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

NEMOv6.5 : Add PISCES Offline experiments

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