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