source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/highresmip_CMIP6/config.card @ 4034

Last change on this file since 4034 was 4034, checked in by jgipsl, 6 years ago

Update experience for highresmip:

  • set ExperimentName?, LongName?, ModelName?, Member to be coherent with tools for quality check of CMIP6 workflow
  • set resources as used at irene
  • take restart files from R_IN shared repository
File size: 4.7 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=CM6.1-ATM-LR-highresSST-present
10#----- Short Name of Experiment
11ExperimentName=highresSST-present
12#----- DEVT TEST PROD
13SpaceName=PROD
14LongName="IPSLCM6.1.5-LR"
15#LongName="IPSLCM6.1.5-HR"
16TagName=LMDZOR
17ModelName=IPSL-CM6A-LR
18#ModelName=IPSL-CM6A-ATM-HR
19Member=r1i1p1f1
20#D- Choice of experiment in EXPERIEMENTS directory
21ExpType=LMDZOR/highresmip_CMIP6
22# LandSeaMask specifies the coastal land-sea mask used for the surface forcing files
23# Use LandSeaMasl=eORCA1.2 for resolution 144x142 and LandSeaMask=default for other resolutions
24LandSeaMask=eORCA1.2
25# For resolution 512x360 change to use:
26#LandSeaMask=default
27
28#============================
29#-- leap, noleap, 360d
30CalendarType=leap
31#-- Begin and end of job
32#-- "YYYY-MM-DD"
33DateBegin=1950-01-01
34DateEnd=2014-12-31
35#============================
36#-- 1Y, 1M, 5D, 1D Period Length for one execution
37PeriodLength=1Y
38
39#========================================================================
40#D-- ListOfComponents -
41[ListOfComponents]
42#D- For each component, Name of component, Tag of component
43ATM= (lmdz, LMDZ-IPSLCM6.0.15-r3353)
44SRF= (orchidee, tag-ORCHIDEE_2_0-5229)
45IOS= (xios, xios-2.5-r1550)
46
47#========================================================================
48#D-- Executable -
49[Executable]
50#D- For each component: Real name of executable, Name of executable in the run directory
51# For LR at irene:
52ATM= (gcm.e, lmdz.x, 71MPI, 12OMP)
53SRF= ("", "")
54IOS= (xios_server.exe, xios.x, 8MPI, 8OMP)
55# For HR at irene:
56#ATM= (gcm.e, lmdz.x, 180MPI, 12OMP)
57#SRF= ("", "")
58#IOS= (xios_server.exe, xios.x, 44MPI, 8OMP)
59
60#========================================================================
61#D-- Restarts -
62[Restarts]
63#D- by default: config.card describes no restart for all components
64#D-             ie start from Levitus or limit files
65#D- If you want to restart all components from the same simulation,
66#D-      put OveRule flag to 'y' and set the next 3 parameters
67OverRule=y
68#D- Last day of the experience used as restart for all components
69RestartDate=1949-12-31
70#D- Define restart simulation name for all components
71RestartJobName=highresmip.LR.spinup
72#RestartJobName=highresmip.HR.spinup
73#D- Path Server Group Login
74RestartPath=${R_IN}/RESTART/LMDZOR/PROD/highresmip
75
76#========================================================================
77#D-- ATM -
78[ATM]
79WriteFrequency="1M"
80# If config_Restarts_OverRule == 'n' next 4 params are read
81Restart= n
82# Last day of the experience used as restart for this component if Restart=y
83RestartDate=2319-12-31
84#D- Define restart simulation name for this component
85RestartJobName=CM607-LR-pdCtrl-01
86#D- Path Server Group Login
87RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
88
89#========================================================================
90#D-- SRF -
91[SRF]
92# WriteFrequency is not used any more for ORCHIDEE
93# Output files are now managed in orchidee.card
94WriteFrequency=""
95# If config_Restarts_OverRule == 'n' next 4 params are read
96Restart= n
97# Last day of the experience used as restart for this component if Restart=y
98RestartDate=2319-12-31
99#D- Define restart simulation name for this component
100RestartJobName=CM607-LR-pdCtrl-01
101#D- Path Server Group Login
102RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
103
104#========================================================================
105#D-- IOS -
106[IOS]
107WriteFrequency=""
108# If config_Restarts_OverRule == 'n' next 4 params are read
109Restart= n
110##-- Last day of the experience used as restart for this component if Restart=y
111RestartDate=
112# Define restart simulation name for this component
113RestartJobName=
114RestartPath=
115
116#========================================================================
117#D-- Post -
118[Post]
119#D- RebuildFrequency determines the frequency of rebuild submission
120RebuildFrequency=NONE
121#D- PackFrequency determines the frequency of pack submission
122PackFrequency=5Y
123#D- TimeSeriesFreqency determines the frequency of post-processing submission
124#D- Set NONE to deactivate the creation of all time series
125TimeSeriesFrequency=10Y
126#D- SeasonalFrequency determines the length for each seasonal average
127#D- Set NONE to deactivate the creation of all seasonal avereage
128SeasonalFrequency=10Y
129#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
130#D- Usefull if you do not want to consider the first X simulation's years
131SeasonalFrequencyOffset=0
132#D- If you want to produce compute PCMDI metrics from seasonal average
133#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
134MetricsPCMDI=FALSE
135
136#========================================================================
Note: See TracBrowser for help on using the repository browser.