Skip to content

Commit 0e2ef3d

Browse files
committed
Remove unused parameters
1 parent cab9aa2 commit 0e2ef3d

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

zppy/defaults/default.ini

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ input_files = string(default="eam.h2")
165165
res = string(default="")
166166

167167
[pcmdi_diags]
168-
backend = string(default="mpl")
169-
cfg = string(default="")
170168
# Title of zppy-pcmdi diagnostics
171169
pcmdi_webtitle = string(default="E3SM-PMP Diagnostics")
172170
# Version of zppy-pcmdi code
@@ -207,8 +205,6 @@ generate_sftlf = string(default=True)
207205
vars = string(default="pr,prw,psl,rlds,rldscs,rltcre,rstcre,rlut,rlutcs,rsds,rsdscs,rsdt,rsus,rsuscs,rlus,rsut,rtmt,sfcWind,tas,tauu,tauv,ts,ta-200,ta-850,ua-200,ua-850,va-200,va-850,zg-500")
208206
# sets of diagnostics from pcmdi package
209207
sets = string_list(default=list("mean_climate","variability_modes_atm","variability_modes_cpl","enso","synthetic_plots"))
210-
# options to identify subset of pcmdi drivers ("mean_climate","variability_mode","enso")
211-
subsets = string_list(default=list("mean_climate","variability_modes","enso"))
212208
###########################################################################################
213209
# Required for run_type="model_vs_model" runs, different from e3sm_diag,
214210
# model_vs_model in pcmdi referred to the comparision of two model simulations
@@ -231,8 +227,6 @@ ref_name = string(default="")
231227
ts_years = string_list(default=list(""))
232228
# The years increment for test model data
233229
ts_num_years = integer(default=5)
234-
# Set to true to swap test and ref when run_type="model_vs_model"
235-
swap_test_ref = boolean(default=False)
236230
##########################################################################################
237231
# below followed the setup in e3sm_diag but used for PCMDI workflow
238232
##########################################################################################
@@ -244,9 +238,6 @@ num_workers = integer(default=24)
244238
figure_format = string(default="png")
245239
# comparision type (same as e3sm_diag)
246240
run_type = string(default="model_vs_obs")
247-
# Used to label the results directory
248-
# Options are "model_vs_obs" and "model_vs_model"
249-
tag = string(default="model_vs_obs")
250241
##########################################################################################
251242
# options for pcmdi mode varibility diagnostics
252243
# vars = "psl" for atm_modes
@@ -319,8 +310,6 @@ cmip_enso_set = string(default="cmip6.historical.v20210620")
319310
pcmdi_debug = string(default=False)
320311

321312
[[__many__]]
322-
backend = string(default=None)
323-
cfg = string(default=None)
324313
vars = string(default=None)
325314
grid = string(default=None)
326315
cmip_enso_set = string(default=None)
@@ -350,8 +339,6 @@ pcmdi_debug = string(default=False)
350339
reference_data_path_ts = string(default=None)
351340
run_type = string(default=None)
352341
sets = string_list(default=None)
353-
swap_test_ref = boolean(default=None)
354-
tag = string(default=None)
355342
ts_years = string_list(default=None)
356343
ts_num_years = integer(default=None)
357344
ts_num_years_ref = integer(default=None)
@@ -368,7 +355,6 @@ pcmdi_debug = string(default=False)
368355
EofScaling = string(default=None)
369356
ConvEOF = string(default=None)
370357
CBF = string(default=None)
371-
subsets = string_list(default=None)
372358
landmask = string(default=None)
373359
frequency = string(default=None)
374360
generate_sftlf = string(default=None)

0 commit comments

Comments
 (0)