source: CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_OFF_PISCES/ia/config.card @ 3992

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

updating NEMO_v6 configurations

  • Property svn:executable set to *
File size: 3.7 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=OR1PIS
14#----- Short Name of Experiment
15ExperimentName=ORCA1ia
16#----- DEVT TEST PROD
17SpaceName=DEVT
18LongName="ORCA2_OFF_PISCES NEMO configuration"
19TagName=ORCA1_OFF_PISCES
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=ORCA1_OFF_PISCES/ia
22#============================
23#-- leap, noleap, 360d
24CalendarType=noleap
25#-- Begin and end of Job
26#-- "YYYY-MM-DD"
27DateBegin=2300-01-01
28DateEnd=2499-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
40MBG= (pisces, PISCES)
41IOS= (xios, XIOS)
42#========================================================================
43#D-- Executable -
44[Executable]
45Name=nemo
46#D- For each component, Real name of executable
47MBG= (orca1offpisces.exe, nemo, 432MPI)
48IOS= (xios_server.exe, xios.x, 1MPI)
49##### On Ada use 24 xios
50####IOS= (xios_server.exe, xios.x, 24MPI)
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=2299-12-31
61#D- Define restart simulation name
62RestartJobName=CM6011.3-pi-01-OFFPIS
63#D- Path Server Group Login
64RestartPath=/ccc/store/cont003/gencmip6/p48ethe/IGCM_OUT/ORCA1_OFF_PISCES/DEVT/ORCA1ia
65
66#========================================================================
67#D-- MBG -
68[MBG]
69WriteFrequency="1M 1Y"
70Restart= n
71##-- Last day of the experience used as restart
72RestartDate=2000-12-31
73# Define restart simulation name
74RestartJobName=OR2LP1
75RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM2_PISCES
76# Old component name for restart (if empty, use new name)
77OldName=
78
79#========================================================================
80#D-- Post -
81[Post]
82ParserXIOS=FALSE
83#D- Do we rebuild parallel output, this flag determines
84#D- frequency of rebuild submission
85#-- 1Y
86RebuildFrequency=NONE
87#D- Do we rebuild parallel output from archive
88RebuildFromArchive=NONE
89#D- If you want to produce time series, this flag determines
90#D- frequency of post-processing submission
91TimeSeriesFrequency=10Y
92#D- If you want to produce seasonal average, this flag determines
93#D- the period of this average
94SeasonalFrequency=NONE
95#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
96#D- Usefull if you do not want to consider the first X simulation's years
97#SeasonalFrequencyOffset=0
98PackFrequency=10Y
99
100#========================================================================
101#D-- IOS -
102[IOS]
103WriteFrequency=""
104# If config_Restarts_OverRule == 'n' next 4 params are read
105Restart= n
106##-- Last day of the experience used as restart for this component if Restart=y
107RestartDate=1899-12-31
108# Define restart simulation name for this component
109RestartJobName=EXP00
110RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl
111# Old component name for restart (if empty, use new name)
112OldName=
113#========================================================================
Note: See TracBrowser for help on using the repository browser.