source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA025_LIM3/ia/config.card @ 3856

Last change on this file since 3856 was 3856, checked in by cetlod, 6 years ago

NEMO_v6 for OMIP : adding updated experiments ; work still in progress for eORCA025

  • Property svn:executable set to *
File size: 4.0 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=eOR025L3-IA
14#----- Short Name of Experiment
15ExperimentName=ORCA025ia
16#----- DEVT TEST PROD
17SpaceName=DEVT
18LongName="ORCA025_LIM3 NEMO configuration"
19TagName=ORCA025_LIM3
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=ORCA025_LIM3/ia
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#-- Begin and end of Job
26#-- "YYYY-MM-DD"
27DateBegin=1948-01-01
28DateEnd=2009-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_v6)
41ICE= (lim3, LIM_3)
42IOS= (xios, XIOS)
43#========================================================================
44#D-- Executable -
45[Executable]
46Name=nemo
47#D- For each component, Real name of executable
48OCE= (nemo.exe, nemo, 1295MPI)
49ICE= ("", "", "")
50IOS= (xios_server.exe, xios.x, 7MPI)
51#========================================================================
52#D-- Restarts -
53[Restarts]
54#D- by default: config.card describes no restart for all components
55#D-             ie start from Levitus or limit files
56#D- If you want to restart all components from the same simulation,
57#D-      put OveRule flag to 'y' and set the next 3 parameters
58OverRule=n
59#D- Last day of the experience used as restart
60RestartDate=0094-12-31
61#D- Define restart simulation name
62RestartJobName=NO1-T17
63#D- Path Server Group Login
64RestartPath=${ARCHIVE}/IGCM_OUT/ORCA025_LIM3/DEVT/ORCA025clim
65
66#========================================================================
67#D-- OCE -
68[OCE]
69WriteFrequency="5D 1Y"
70Restart= n
71##-- Last day of the experience used as restart
72RestartDate=1999-12-31
73# Define restart simulation name
74RestartJobName=NL1
75RestartPath=${ARCHIVE}/IGCM_OUT/ORCA025_LIM3/DEVT/ORCA025clim
76# Old component name for restart (if empty, use new name)
77OldName=
78
79#========================================================================
80#D-- ICE -
81[ICE]
82WriteFrequency="1M"
83Restart= n
84##-- Last day of the experience used as restart
85RestartDate=1999-12-31
86# Define restart simulation name
87RestartJobName=NL1
88RestartPath=${ARCHIVE}/IGCM_OUT/ORCA025_LIM3/DEVT/ORCA025clim
89# Old component name for restart (if empty, use new name)
90OldName=
91
92#========================================================================
93#D-- Post -
94[Post]
95ParserXIOS=FALSE
96#D- Do we rebuild parallel output, this flag determines
97#D- frequency of rebuild submission
98#-- 1Y
99RebuildFrequency=NONE
100#D- Do we rebuild parallel output from archive
101RebuildFromArchive=NONE
102#D- If you want to produce time series, this flag determines
103#D- frequency of post-processing submission
104TimeSeriesFrequency=10Y
105#D- If you want to produce seasonal average, this flag determines
106#D- the period of this average
107SeasonalFrequency=NONE
108#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
109#D- Usefull if you do not want to consider the first X simulation's years
110#SeasonalFrequencyOffset=0
111PackFrequency=1Y
112
113###========================================================================
114#D-- IOS -
115[IOS]
116WriteFrequency=""
117# If config_Restarts_OverRule == 'n' next 4 params are read
118Restart= n
119##-- Last day of the experience used as restart for this component if Restart=y
120RestartDate=1899-12-31
121# Define restart simulation name for this component
122RestartJobName=EXP00
123RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
124# Old component name for restart (if empty, use new name)
125OldName=
126#========================================================================
Note: See TracBrowser for help on using the repository browser.