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

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

Update highresmip experiment as done in LMDZOR_v6 rev [3805]

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