source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZORINCA/piControl_AER_TEST/config.card @ 5069

Last change on this file since 5069 was 5069, checked in by acosce, 4 years ago

Add experiment for forced model with chemistry on IPSLCM6 configuration

File size: 5.6 KB
RevLine 
[5069]1#
2# This is config.card file for IPSLCM6 configuration
3#
4#========================================================================
5#D-- Compatibility -
6[Compatibility]
7libIGCM=1.0
8#D-- UserChoices -
9[UserChoices]
10#===========================
11JobName= TEST-LOI61-LR-pi-AER-**
12#----- Short Name of Experiment
13ExperimentName=piControl
14#----- DEVT TEST PROD
15SpaceName=DEVT
16LongName="IPSLCM6.1.9-LR"
17ModelName=IPSL-CM6A-LR
18TagName=IPSLCM6
19#D- Choice of experiment in EXPERIMENTS directory
20ExpType=LMDZORINCA/piControl_AER_TEST
21#============================
22#-- leap, noleap, 360d
23CalendarType=leap
24#-- Experiment dates : Beginning and ending
25#-- "YYYY-MM-DD"
26DateBegin=1850-01-01
27DateEnd=1854-12-31
28#============================
29#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation
30PeriodLength=1M
31#============================
32#-- Compression level for netcdf output files
33CompressionLevel=2
34#========================================================================
35#D-- Restarts -
36[Restarts]
37#D- by default: config.card describes no restart for all components
38#D-             ie start from Levitus or limit files
39#D- If you want to restart all components from the same simulation,
40#D-      put OveRule flag to 'y' and set the next 3 parameters
41OverRule=y
42#D- Last day of the experience used as restart for all components
43RestartDate=1849-12-31
44#D- Define restart simulation name for all components
45RestartJobName=CM61-pre-pi-01
46#D- Path Server Group Login
47RestartPath=${R_IN}/RESTART/IPSLESM6/AER/PROD/piControl
48
49#========================================================================
50#D-- ATM -
51[ATM]
52WriteFrequency="1M HF"
53# If config_Restarts_OverRule == 'n' next 4 params are read
54Restart= n
55# Last day of the experience used as restart for this component if Restart=y
56RestartDate=1849-12-31
57#D- Define restart simulation name for this component
58RestartJobName=CM61-pre-pi-01
59#D- Path Server Group Login
60RestartPath=${R_IN}/RESTART/IPSLCM6/PROD/piControl-spinup
61
62
63#========================================================================
64#D-- SRF -
65[SRF]
66# WriteFrequency is not used for ORCHIDEE, see orchidee.card/stomate.card
67WriteFrequency=""
68# If config_Restarts_OverRule == 'n' next 4 params are read
69Restart= y
70# Last day of the experience used as restart for this component if Restart=y
71RestartDate=1849-12-31
72#D- Define restart simulation name for this component
73RestartJobName=CM61-pre-pi-01
74#D- Path Server Group Login
75RestartPath=${R_IN}/RESTART/IPSLCM6/PROD/piControl-spinup
76
77#========================================================================
78#D-- SBG - STOMATE
79[SBG]
80# WriteFrequency is not used for ORCHIDEE, see orchidee.card/stomate.card
81WriteFrequency=""
82# If config_Restarts_OverRule == 'n' next 4 params are read
83Restart= y
84# Last day of the experience used as restart for this component if Restart=y
85RestartDate=1849-12-31
86#D- Define restart simulation name for this component
87RestartJobName=CM61-pre-pi-01
88#D- Path Server Group Login
89RestartPath=${R_IN}/RESTART/IPSLCM6/PROD/piControl-spinup
90
91
92#========================================================================
93#D-- IOS -
94[IOS]
95WriteFrequency=""
96# If config_Restarts_OverRule == 'n' next 4 params are read
97Restart= n
98##-- Last day of the experience used as restart for this component if Restart=y
99RestartDate=
100# Define restart simulation name for this component
101RestartJobName=
102RestartPath=
103
104#========================================================================
105#D-- CHM -
106[CHM]
107#D-- choose inca writefrequency between 1D or 1M. it is not possible to cumulate both of them
108#D-- you can also manage the writefrequency in INCA/src/INCA_XML/file_*.xml files
109WriteFrequency="1M"
110Restart=n
111#D-- Last day of the experience used as restart
112RestartDate=2000-01-01
113#D-- Define restart simulation name
114RestartJobName=JobName
115RestartPath=${ARCHIVE}/IGCM_OUT/LMDZORINCA/NMHC_AER
116
117#========================================================================
118#D-- ListOfComponents -
119[ListOfComponents]
120#D- For each component, Name of component, Tag of component
121ATM= (lmdz, LMDZ-IPSLCM6.0.15-r3415)
122SRF= (orchidee, tag-ORCHIDEE_2_0-5627)
123SBG= (stomate, tag-ORCHIDEE_2_0-5627)
124CHM= (inca, INCA5)
125IOS= (xios, xios-2.5-r1550)
126
127#========================================================================
128#D-- Executable -
129[Executable]
130#D- For each component, Real name of executable, Name of executable for oasis
131ATM= (gcm.e, lmdz.x, 71MPI, 8OMP)
132SRF= ("" ,"" )
133SBG= ("" ,"" )
134CHM= ("", "")
135IOS= (xios_server.exe, xios.x, 1MPI)
136
137#========================================================================
138#D-- Post -
139[Post]
140ParserXIOS=FALSE
141#D- Do we rebuild parallel output, this flag determines
142#D- frequency of rebuild submission (use NONE for DRYRUN=3)
143RebuildFrequency=NONE
144#D- Do we pack restart and debug txt files, this flag determines
145#D- frequency of pack submission (use NONE for DRYRUN=3)
146PackFrequency=1Y
147#D- To have only the last period in RESTART/*.tar : save 90% of volume.
148#D- TRUE to be effective (nothing by default)
149LightRestartPack=FALSE
150#D- If you want to produce time series, this flag determines
151#D- frequency of post-processing submission (NONE if you dont want)
152TimeSeriesFrequency=1Y
153#D- If you want to produce seasonal average, this flag determines
154#D- the period of this average (NONE if you dont want)
155SeasonalFrequency=NONE
156#D- If you want to produce compute PCMDI metrics from seasonal average
157#D- Set FALSE to deactivate the metrics computation.
158MetricsPCMDI=FALSE
159#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
160#D- Usefull if you do not want to consider the first X simulations years
161SeasonalFrequencyOffset=0
162
163#========================================================================
Note: See TracBrowser for help on using the repository browser.