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

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

Added experience highresmip. Main diffrences with amip are:

  • using hadisst2 limit.nc files
  • using flag_aerosol=7 and the file MACv2.0-SP_v1.nc for plume aerosols
  • activating the workflow CMIP6 for the moment using dr2xml files from picontrol-spinup expermient. Coping ping and dr2xml files.
  • using climatology LAI instead of calculated lai from stomate. This is done setting LAI_MAP=y and coping the file LAI in orchidee.card and deactivating SBG in config.card.
  • Adding variable LandSeaMask? in config.card, to be changed depending on resolution

Add LAI_MAP in orchidee.def. This variable can now be change by setting LAI_MAP=x in orchidee.card. If not set, LAI_MAP takes its default value (n).

Copy PARAM/ping_comp.xml files from IPSLCM6 to be used with the workflow CMIP6.

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