source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/highresmip_CMIP6/config.card @ 4870

Last change on this file since 4870 was 4870, checked in by jgipsl, 4 years ago

Update Longname

File size: 4.8 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.11-LR"
15#LongName="IPSLCM6.1.11-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#-- Compression level for netcdf output files
40CompressionLevel=2
41
42#========================================================================
43#D-- ListOfComponents -
44[ListOfComponents]
45#D- For each component, Name of component, Tag of component
46ATM= (lmdz, LMDZ-IPSLCM6.0.15-r3353)
47SRF= (orchidee, tag-ORCHIDEE_2_0-5229)
48IOS= (xios, xios-2.5-r1550)
49
50#========================================================================
51#D-- Executable -
52[Executable]
53#D- For each component: Real name of executable, Name of executable in the run directory
54# For LR at irene:
55ATM= (gcm.e, lmdz.x, 71MPI, 12OMP)
56SRF= ("", "")
57IOS= (xios_server.exe, xios.x, 8MPI, 8OMP)
58# For HR at irene:
59#ATM= (gcm.e, lmdz.x, 180MPI, 12OMP)
60#SRF= ("", "")
61#IOS= (xios_server.exe, xios.x, 44MPI, 8OMP)
62
63#========================================================================
64#D-- Restarts -
65[Restarts]
66#D- by default: config.card describes no restart for all components
67#D-             ie start from Levitus or limit files
68#D- If you want to restart all components from the same simulation,
69#D-      put OveRule flag to 'y' and set the next 3 parameters
70OverRule=y
71#D- Last day of the experience used as restart for all components
72RestartDate=1949-12-31
73#D- Define restart simulation name for all components
74RestartJobName=highresmip.LR.spinup
75#RestartJobName=highresmip.HR.spinup
76#D- Path Server Group Login
77RestartPath=${R_IN}/RESTART/LMDZOR/PROD/highresmip
78
79#========================================================================
80#D-- ATM -
81[ATM]
82WriteFrequency="1M"
83# If config_Restarts_OverRule == 'n' next 4 params are read
84Restart= n
85# Last day of the experience used as restart for this component if Restart=y
86RestartDate=2319-12-31
87#D- Define restart simulation name for this component
88RestartJobName=CM607-LR-pdCtrl-01
89#D- Path Server Group Login
90RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
91
92#========================================================================
93#D-- SRF -
94[SRF]
95# WriteFrequency is not used any more for ORCHIDEE
96# Output files are now managed in orchidee.card
97WriteFrequency=""
98# If config_Restarts_OverRule == 'n' next 4 params are read
99Restart= n
100# Last day of the experience used as restart for this component if Restart=y
101RestartDate=2319-12-31
102#D- Define restart simulation name for this component
103RestartJobName=CM607-LR-pdCtrl-01
104#D- Path Server Group Login
105RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
106
107#========================================================================
108#D-- IOS -
109[IOS]
110WriteFrequency=""
111# If config_Restarts_OverRule == 'n' next 4 params are read
112Restart= n
113##-- Last day of the experience used as restart for this component if Restart=y
114RestartDate=
115# Define restart simulation name for this component
116RestartJobName=
117RestartPath=
118
119#========================================================================
120#D-- Post -
121[Post]
122#D- RebuildFrequency determines the frequency of rebuild submission
123RebuildFrequency=NONE
124#D- PackFrequency determines the frequency of pack submission
125PackFrequency=5Y
126#D- TimeSeriesFreqency determines the frequency of post-processing submission
127#D- Set NONE to deactivate the creation of all time series
128TimeSeriesFrequency=10Y
129#D- SeasonalFrequency determines the length for each seasonal average
130#D- Set NONE to deactivate the creation of all seasonal avereage
131SeasonalFrequency=10Y
132#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
133#D- Usefull if you do not want to consider the first X simulation's years
134SeasonalFrequencyOffset=0
135#D- If you want to produce compute PCMDI metrics from seasonal average
136#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
137MetricsPCMDI=FALSE
138
139#========================================================================
Note: See TracBrowser for help on using the repository browser.