source: CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZORINCA/piClim-control_TEST/config.card @ 6539

Last change on this file since 6539 was 6539, checked in by aclsce, 12 months ago

Updated IPSLCM6_LANDN to run on new RH8 TGCC environment.

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