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

Last change on this file since 3308 was 3308, checked in by acosce, 7 years ago

allow for daily and monthly output in CMIP6 simulation with INCA

File size: 4.9 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=360d
21#-- Experiment dates : Beginning and ending
22#-- "YYYY-MM-DD"
23DateBegin=2006-01-01
24DateEnd=2006-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]
85#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
86#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
87WriteFrequency="1D 1M"
88Restart=n
89#D-- Last day of the experience used as restart
90RestartDate=2000-01-01
91#D-- Define restart simulation name
92RestartJobName=JobName
93RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
94
95#========================================================================
96#D-- IOS -
97[IOS]
98WriteFrequency=""
99# If config_Restarts_OverRule == 'n' next 4 params are read
100Restart= n
101##-- Last day of the experience used as restart for this component if Restart=y
102RestartDate=
103# Define restart simulation name for this component
104RestartJobName=
105RestartPath=
106
107#========================================================================
108#D-- ListOfComponents -
109[ListOfComponents]
110#D- For each component, Name of component, Tag of component
111ATM= (lmdz, LMDZ)
112SRF= (orchidee, ORCHIDEE)
113SBG= (stomate, ORCHIDEE)
114CHM= (inca, INCA)
115IOS= (xios, XIOS)
116
117#========================================================================
118#D-- Executable -
119[Executable]
120#D- For each component, Real name of executable, Name of executable for oasis
121ATM= (gcm.e, lmdz.x, 47MPI, 8OMP)
122SRF= ("" ,"" )
123SBG= ("" ,"" )
124CHM= ("", "")
125IOS= (xios_server.exe, xios.x, 1MPI)
126
127#========================================================================
128#D-- Post -
129[Post]
130#D- RebuildFrequency determines the frequency of rebuild submission
131RebuildFrequency=NONE
132#D- PackFrequency determines the frequency of pack submission
133PackFrequency=1Y
134#D- TimeSeriesFreqency determines the frequency of post-processing submission
135#D- Set NONE to deactivate the creation of all time series
136TimeSeriesFrequency=1Y
137#D- SeasonalFrequency determines the length for each seasonal average
138#D- Set NONE to deactivate the creation of all seasonal avereage
139SeasonalFrequency=1Y
140#D- If you want to produce compute PCMDI metrics from seasonal average
141#D- Set FALSE to deactivate the metrics computation.
142MetricsPCMDI=FALSE
143#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
144#D- Usefull if you do not want to consider the first X simulations years
145SeasonalFrequencyOffset=0
146
147#========================================================================
Note: See TracBrowser for help on using the repository browser.