source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/AER_pdControl/config.card @ 3064

Last change on this file since 3064 was 3064, checked in by acosce, 8 years ago

Add Experiment with Aer in 144x142x79 NP

File size: 4.7 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LOI6.01
10#----- Short Name of Experiment
11ExperimentName=AER
12#----- DEVT TEST PROD
13SpaceName=TEST
14LongName="LMDZORINCA_v6 config"
15TagName=LMDZORINCA
16#D- Choice of experiment in EXPERIEMENTS directory
17ExpType=LMDZORINCA/AER_pdControl
18#============================
19#-- leap, noleap, 360d
20CalendarType=noleap
21#-- Experiment dates : Beginning and ending
22#-- "YYYY-MM-DD"
23DateBegin=1995-01-01
24DateEnd=1995-12-31
25#============================
26#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
27PeriodLength=1M
28
29#========================================================================
30#D-- Restarts -
31[Restarts]
32#D- by default: config.card describes no restart for all components
33#D-             ie start from Levitus or limit files
34#D- If you want to restart all components from the same simulation,
35#D-      put OveRule flag to 'y' and set the next 3 parameters
36OverRule=n
37#D- Last day of the experience used as restart for all components
38RestartDate=2000-01-31
39#D- Define restart simulation name for all components
40RestartJobName=EXP00
41#D- Path Server Group Login
42RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
43
44#========================================================================
45#D-- ATM -
46[ATM]
47WriteFrequency="1M 1D"
48# If config_Restarts_OverRule == 'n' next 4 params are read
49Restart=n
50# Last day of the experience used as restart for this component if Restart=y
51RestartDate=2000-01-31
52# Define restart simulation name for this component
53RestartJobName=LMDZOR01
54RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
55
56#========================================================================
57#D-- SRF -
58[SRF]
59WriteFrequency="1M"
60# If config_Restarts_OverRule == 'n' next 4 params are read
61Restart=n
62##-- Last day of the experience used as restart for this component if Restart=y
63RestartDate=2000-01-31
64# Define restart simulation name for this component
65RestartJobName=EXP00
66RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR/DEVT/amip
67
68#========================================================================
69#D-- SBG - STOMATE
70[SBG]
71WriteFrequency="1M"
72# If config_Restarts_OverRule == 'n' next 4 params are read
73Restart= n
74# Last day of the experience used as restart for this component if Restart=y
75RestartDate=1859-12-31
76#D- Define restart simulation name for all components
77RestartJobName=O1T09V06
78#D- Path Server Group Login
79RestartPath=/ccc/store/cont003/dsm/p86mart/IGCM_OUT/IPSLCM6/DEVT/piControl
80
81
82#========================================================================
83#D-- CHM -
84[CHM]
85WriteFrequency="1M"
86Restart=n
87#D-- Last day of the experience used as restart
88RestartDate=2000-01-01
89#D-- Define restart simulation name
90RestartJobName=JobName
91RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
92
93#========================================================================
94#D-- IOS -
95[IOS]
96WriteFrequency=""
97# If config_Restarts_OverRule == 'n' next 4 params are read
98Restart= n
99##-- Last day of the experience used as restart for this component if Restart=y
100RestartDate=
101# Define restart simulation name for this component
102RestartJobName=
103RestartPath=
104
105#========================================================================
106#D-- ListOfComponents -
107[ListOfComponents]
108#D- For each component, Name of component, Tag of component
109ATM= (lmdz, LMDZ)
110SRF= (orchidee, ORCHIDEE)
111SBG= (stomate, ORCHIDEE)
112CHM= (inca, INCA)
113IOS= (xios, XIOS)
114
115#========================================================================
116#D-- Executable -
117[Executable]
118#D- For each component, Real name of executable, Name of executable for oasis
119ATM= (gcm.e, lmdz.x, 47MPI, 8OMP)
120SRF= ("" ,"" )
121SBG= ("" ,"" )
122CHM= ("", "")
123IOS= (xios_server.exe, xios.x, 1MPI)
124
125#========================================================================
126#D-- Post -
127[Post]
128#D- RebuildFrequency determines the frequency of rebuild submission
129RebuildFrequency=NONE
130#D- PackFrequency determines the frequency of pack submission
131PackFrequency=1Y
132#D- TimeSeriesFreqency determines the frequency of post-processing submission
133#D- Set NONE to deactivate the creation of all time series
134TimeSeriesFrequency=1Y
135#D- SeasonalFrequency determines the length for each seasonal average
136#D- Set NONE to deactivate the creation of all seasonal avereage
137SeasonalFrequency=1Y
138#D- If you want to produce compute PCMDI metrics from seasonal average
139#D- Set FALSE to deactivate the metrics computation.
140MetricsPCMDI=FALSE
141#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
142#D- Usefull if you do not want to consider the first X simulations years
143SeasonalFrequencyOffset=0
144
145#========================================================================
Note: See TracBrowser for help on using the repository browser.