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

Last change on this file was 6618, checked in by cetlod, 10 months ago

NEMOv6.5 : Switch to NEMOv4.2.1 and PISCES gas, continuation

File size: 4.3 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=OR2PISv4-piCM5A-01
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)
49IOS= (xios, XIOS)
50#========================================================================
51#D-- Executable -
52[Executable]
53Name=nemo
54MBG= (opa_top_offline_${OptMode}.exe, nemo, 30MPI)
55IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
56#========================================================================
57#D-- Restarts -
58[Restarts]
59#D- by default: config.card describes no restart for all components
60#D-             ie start from Levitus or limit files
61#D- If you want to restart all components from the same simulation,
62#D-      put OveRule flag to 'y' and set the next 3 parameters
63OverRule=n
64#D- Last day of the experience used as restart
65RestartDate=2000-12-31
66#D- Define restart simulation name
67RestartJobName=PISCES
68#D- Path Server Group Login
69RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_OFF_PISCES/DEVT/ORCA2clim
70
71#========================================================================
72#D-- MBG -
73[MBG]
74WriteFrequency="1M 1Y"
75Restart= n
76##-- Last day of the experience used as restart
77RestartDate=2000-12-31
78# Define restart simulation name
79RestartJobName=OR2LP1
80RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM2_PISCES
81# Old component name for restart (if empty, use new name)
82OldName=
83#========================================================================
84#D-- Post -
85[Post]
86ParserXIOS=FALSE
87#D- Do we rebuild parallel output, this flag determines
88#D- frequency of rebuild submission (use NONE for DRYRUN=3)
89RebuildFrequency=NONE
90#D- Do we pack restart and debug txt files, this flag determines
91#D- frequency of pack submission (use NONE for DRYRUN=3)
92PackFrequency=1Y
93#D- To have only the last period in RESTART/*.tar : save 90% of volume.
94#D- TRUE to be effective (nothing by default)
95LightRestartPack=NONE
96#D- If you want to produce time series, this flag determines
97#D- frequency of post-processing submission (NONE if you dont want)
98TimeSeriesFrequency=1Y
99#D- If you want to produce seasonal average, this flag determines
100#D- the period of this average (NONE if you dont want)
101SeasonalFrequency=NONE
102#D- If you want to produce compute PCMDI metrics from seasonal average
103#D- Set FALSE to deactivate the metrics computation.
104MetricsPCMDI=FALSE
105#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
106#D- Usefull if you do not want to consider the first X simulations years
107SeasonalFrequencyOffset=0
108
109#========================================================================
110#D-- IOS -
111[IOS]
112WriteFrequency=""
113# If config_Restarts_OverRule == 'n' next 4 params are read
114Restart= n
115##-- Last day of the experience used as restart for this component if Restart=y
116RestartDate=1899-12-31
117# Define restart simulation name for this component
118RestartJobName=EXP00
119RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
120# Old component name for restart (if empty, use new name)
121OldName=
122#========================================================================
Note: See TracBrowser for help on using the repository browser.