Skip to content

Commit 40b26b6

Browse files
authored
Update active settings in test cfg (#758)
1 parent e4e1ed2 commit 40b26b6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

tests/integration/generated/test_weekly_comprehensive_v3_chrysalis.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ ts_num_years = 2
326326
ts_years = "1985-1994",
327327

328328
[[ mean_climate ]]
329-
active = True
330329
current_set = "mean_climate" # Can be inferred if needed
331330
obs_sets = "default"
332331
ref_final_yr = 1994
@@ -339,7 +338,6 @@ ts_years = "1985-1994",
339338
clim_regions = "global,ocean,land,Tropics,NHEX,SHEX"
340339

341340
[[ variability_modes_cpl ]]
342-
active = True
343341
current_set = "variability_modes_cpl" # Can be inferred if needed
344342
obs_sets = "alternate1"
345343
ref_final_yr = 1994
@@ -354,7 +352,6 @@ ts_years = "1985-1994",
354352
movc_modes = "PDO,NPGO,AMO"
355353

356354
[[ variability_modes_atm ]]
357-
active = True
358355
current_set = "variability_modes_atm" # Can be inferred if needed
359356
obs_sets = "alternate2"
360357
ref_final_yr = 1994
@@ -369,7 +366,6 @@ ts_years = "1985-1994",
369366
mova_modes = "NAM,NAO,PNA,NPO,SAM,PSA1,PSA2"
370367

371368
[[ synthetic_plots ]]
372-
active = True
373369
current_set = "synthetic_plots" # Can be inferred if needed
374370
clim_vars = "pr,psl,ua-200"
375371
clim_regions = "global,ocean,land"

tests/integration/template_weekly_comprehensive_v3.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ walltime = "2:00:00"
312312
years = "1985:1989:4"
313313

314314
[pcmdi_diags]
315-
active = True
315+
active = #expand active_pcmdi_diags#
316316
environment_commands_secondary = "#expand pcmdi_diags_environment_commands#"
317317
walltime = "2:00:00"
318318
model_name = 'e3sm.historical.v3-LR.0051'
@@ -326,7 +326,6 @@ ts_num_years = 2
326326
ts_years = "1985-1994",
327327

328328
[[ mean_climate ]]
329-
active = True
330329
current_set = "mean_climate" # Can be inferred if needed
331330
obs_sets = "default"
332331
ref_final_yr = 1994
@@ -339,7 +338,6 @@ ts_years = "1985-1994",
339338
clim_regions = "global,ocean,land,Tropics,NHEX,SHEX"
340339

341340
[[ variability_modes_cpl ]]
342-
active = True
343341
current_set = "variability_modes_cpl" # Can be inferred if needed
344342
obs_sets = "alternate1"
345343
ref_final_yr = 1994
@@ -354,7 +352,6 @@ ts_years = "1985-1994",
354352
movc_modes = "PDO,NPGO,AMO"
355353

356354
[[ variability_modes_atm ]]
357-
active = True
358355
current_set = "variability_modes_atm" # Can be inferred if needed
359356
obs_sets = "alternate2"
360357
ref_final_yr = 1994
@@ -369,7 +366,6 @@ ts_years = "1985-1994",
369366
mova_modes = "NAM,NAO,PNA,NPO,SAM,PSA1,PSA2"
370367

371368
[[ synthetic_plots ]]
372-
active = True
373369
current_set = "synthetic_plots" # Can be inferred if needed
374370
clim_vars = "pr,psl,ua-200"
375371
clim_regions = "global,ocean,land"

0 commit comments

Comments
 (0)