source: CONFIG/UNIFORM/v6/LMDZREPR_v6/EXPERIMENTS/LMDZREPR/amip/config.card @ 6355

Last change on this file since 6355 was 6355, checked in by falletti, 15 months ago

Use of CMIP6 workflow for LMDZREPR (dr2xmlIPSL and StorageCMIP in config.card). \n Add of dr2xml and ping files with CCMI variables.

File size: 5.0 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6#D-- UserChoices -
7[UserChoices]
8#============================
9JobName=LMDZREPR01
10#----- Short Name of Experiment
11ExperimentName=amip
12#----- DEVT TEST PROD
13SpaceName=DEVT
14LongName="LMDZ REPROBUS configuration"
15TagName=LMDZREPR
16ModelName=LMDZ-REPROBUS
17#D- Choice of experiment in EXPERIEMENTS directory
18ExpType=LMDZREPR/amip
19#============================
20#-- leap, noleap, 360d
21CalendarType=leap
22#-- Begin and end of job
23#-- "YYYY-MM-DD"
24DateBegin=1956-01-01
25DateEnd=1956-01-31
26#============================
27#-- 1Y, 1M, 5D, 1D Period Length for one execution
28PeriodLength=1M
29#============================
30#-- Compression level for netcdf output files
31CompressionLevel=2
32#============================
33#-- Source following file with module settings, only if it exists
34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env
35#============================
36#-- ResolAtm indicates the atmospheric resolution
37#   This variable is used in the executable name
38ResolAtm=144x142x79
39#============================
40# OptMode indicates the optimization mode choosen during compilation
41# This variable is used in the executable name
42OptMode=prod
43
44#========================================================================
45#D-- ListOfComponents -
46[ListOfComponents]
47#D- For each component, Name of component, Tag of component
48ATM= (lmdz, LMDZ)
49CHM= (reprobus, REPROBUS)
50IOS= (xios, XIOS)
51
52#========================================================================
53#D-- Executable -
54[Executable]
55#D- For each component: First argument is the executable name as in bin folder.
56#D  ResolAtm and OptMode are set in UserChoices section.
57#D- Here is set 71MPI*8OMP which is suitable for resolution 144x142x79
58#D- Change to 31MPI*4OMP for resolution 96x95x39
59ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP)
60CHM= ("", "")
61IOS= (xios_server_${OptMode}.exe, xios.x, 1MPI)
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=n
71#D- Last day of the experience used as restart for all components
72RestartDate=2319-12-31
73#D- Define restart simulation name for all components
74RestartJobName=CM607-LR-pdCtrl-01
75#D- Path Server Group Login
76RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
77
78#========================================================================
79#D-- ATM -
80[ATM]
81WriteFrequency=""
82# If config_Restarts_OverRule == 'n' next 4 params are read
83Restart= n
84# Last day of the experience used as restart for this component if Restart=y
85RestartDate=2319-12-31
86#D- Define restart simulation name for this component
87RestartJobName=CM607-LR-pdCtrl-01
88#D- Path Server Group Login
89RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl
90
91#========================================================================
92#D-- CHM --
93[CHM]
94#
95WriteFrequency=""
96# If config_Restarts_OverRule == 'n' next 4 params are read
97Restart=n
98##-- Last day of the experience used as restart for this component if Restart=y
99RestartDate=
100# Define restart simulation name for this component
101RestartJobName=
102RestartPath=
103#-- Old component name for restart (if empty, use new name)
104OldName=
105
106#========================================================================
107#D-- IOS -
108[IOS]
109# If config_Restarts_OverRule == 'n' next 4 params are read
110Restart= n
111##-- Last day of the experience used as restart for this component if Restart=y
112RestartDate=
113# Define restart simulation name for this component
114RestartJobName=
115RestartPath=
116
117#========================================================================
118#D-- Post -
119[Post]
120#D- PackFrequency determines the frequency of pack submission
121PackFrequency=1Y
122#D- TimeSeriesFreqency determines the frequency of post-processing submission
123#D- Set NONE to deactivate the creation of all time series
124TimeSeriesFrequency=NONE
125#D- SeasonalFrequency determines the length for each seasonal average
126#D- Set NONE to deactivate the creation of all seasonal avereage
127SeasonalFrequency=NONE
128#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency
129#D- Usefull if you do not want to consider the first X simulation's years
130SeasonalFrequencyOffset=0
131#D- If you want to produce compute PCMDI metrics from seasonal average
132#D- Set TRUE or FALSE to activate/deactivate the metrics computation.
133MetricsPCMDI=FALSE
134#D- Production of outputs from CMIP6 workflow (use of dr2xml and ping files)
135#D- SpaceName must be DEVT/PROD with PackFrequency activated,
136#D- or TEST with PackFrequency=NONE
137#D- Set TRUE or FALSE to activate/deactivate CMIP6 outputs
138dr2xmlIPSL=FALSE
139#D- Change CMIP6 outputs directory (without this options, default is WORK)
140#D- StorageCMIP=STORE/SCRATCH/WORK
141StorageCMIP=SCRATCH
142
143#========================================================================
Note: See TracBrowser for help on using the repository browser.