source: CMIP6/HighResMIP/CM6.1.5-ATM-HR-highresSST-present/config.card @ 4779

Last change on this file since 4779 was 4662, checked in by jgipsl, 5 years ago

Added CM6.1.5-ATM-HR-highresSST-present (high resolution, regular lat-lon grid)

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