Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compass/landice/tests/ensemble_generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
from compass.landice.tests.ensemble_generator.branch_ensemble import (
BranchEnsemble,
)
from compass.landice.tests.ensemble_generator.sgh_analysis import (
from compass.landice.tests.ensemble_generator.sgh_ensemble_analysis import (
AnalysisEnsemble,
)
from compass.landice.tests.ensemble_generator.sgh_restart import (
from compass.landice.tests.ensemble_generator.sgh_restart_ensemble import (
RestartEnsemble,
)
from compass.landice.tests.ensemble_generator.spinup_ensemble import (
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ensemble_template = sgh_ensemble

# REQUIRED: Path to the ensemble work directory to analyze
# This should be a completed spinup_ensemble or restart_ensemble directory
ensemble_work_dir = /pscratch/sd/a/ahager/AIS_GHF_basalMelt_testing/sgh_ensemble_generator_test/KQ_initial_uniform/landice/ensemble_generator/spinup_ensemble
ensemble_work_dir = /pscratch/sd/a/ahager/AIS_GHF_basalMelt_testing/sgh_stage1_32member_ensemble/landice/ensemble_generator/spinup_ensemble/

[steady_state]

Expand All @@ -36,7 +36,7 @@ imbalance_threshold = 0.05
# - subglacial_water_mass_balance.png
# - water_mass_balance_residual.png
# - subglacial_hydrology_timeseries.png
plot_results = False
plot_results = True

[validation]

Expand All @@ -48,8 +48,8 @@ balanced_accuracy_threshold = 0.65
# Path to specularity content TIFF file
# Set to None or comment out if not available
# If not provided here, will check ensemble_generator.cfg as fallback
spec_tiff_file = /global/cfs/cdirs/fanssie/users/ahager/maliSpecValidation/antarctica_radar_specularity_content_young2016.tiff
spec_tiff_file = /global/cfs/cdirs/fanssie/standard_datasets/AIS_datasets/antarctica_radar_specularity_content_young2016.tiff

# Whether to generate validation plots
# Plot saved as: spec_subglacialHydro_validation.png
plot_validation = False
plot_validation = True
Loading