source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_OFF_PISCES/clim/config.card @ 6371

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

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

File size: 4.1 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
14#----- Short Name of Experiment
15ExperimentName=ORCA2clim
16#----- DEVT TEST PROD
17SpaceName=DEVT
18LongName="ORCA2_OFF_PISCES NEMO configuration"
19TagName=ORCA2_OFF_PISCES
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=ORCA2_OFF_PISCES/clim
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#-- Begin and end of Job
26#-- "YYYY-MM-DD"
27DateBegin=0001-01-01
28DateEnd=0050-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#-- Source following file with module settings, only if it exists
37EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
38#============================
39# config.card configuration options :
40#R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC
41#R_INIT=$WORKDIR/../../gzi/rgzi002/IGCM/BC
42#========================================================================
43#D-- ListOfComponents -
44[ListOfComponents]
45#D- For each component, Name of component, Tag of component
46MBG= (pisces, PISCES)
47IOS= (xios, XIOS)
48#========================================================================
49#D-- Executable -
50[Executable]
51Name=nemo
52#D- For each component, Real name of executable
53MBG= (orca2offpisces.exe, nemo, 32MPI)
54IOS= (xios_server.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#========================================================================
84#D-- Post -
85[Post]
86ParserXIOS=FALSE
87#D- Do we pack restart and debug txt files, this flag determines
88#D- frequency of pack submission (use NONE for DRYRUN=3)
89PackFrequency=1Y
90#D- To have only the last period in RESTART/*.tar : save 90% of volume.
91#D- TRUE to be effective (nothing by default)
92LightRestartPack=NONE
93#D- If you want to produce time series, this flag determines
94#D- frequency of post-processing submission (NONE if you dont want)
95TimeSeriesFrequency=1Y
96#D- If you want to produce seasonal average, this flag determines
97#D- the period of this average (NONE if you dont want)
98SeasonalFrequency=NONE
99#D- If you want to produce compute PCMDI metrics from seasonal average
100#D- Set FALSE to deactivate the metrics computation.
101MetricsPCMDI=FALSE
102#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
103#D- Usefull if you do not want to consider the first X simulations years
104SeasonalFrequencyOffset=0
105
106#========================================================================
107#D-- IOS -
108[IOS]
109WriteFrequency=""
110# If config_Restarts_OverRule == 'n' next 4 params are read
111Restart= n
112##-- Last day of the experience used as restart for this component if Restart=y
113RestartDate=1899-12-31
114# Define restart simulation name for this component
115RestartJobName=EXP00
116RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
117# Old component name for restart (if empty, use new name)
118OldName=
Note: See TracBrowser for help on using the repository browser.