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

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

Added EnvFile? in config.card. If the file exists it'll be will be sourced by libIGCM. Use libIGCM rev 1482 or later but for the moment EnvFile? is only read at irene. The same EnvFile? should be used for compilation, this will later be done by the compilation script.

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