Skip to content

Commit

Permalink
Update notebook and script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jan 8, 2024
1 parent 04f0ef2 commit 5ffcc3a
Show file tree
Hide file tree
Showing 2 changed files with 1,647 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
param.results_dir = os.path.join(prefix, "660-cosp-histogram", param.sets[0])
param.multiprocessing = False

# Make sure to save the NetCDF for metrics comparison.
param.save_netcdf = True

# %%
CFG_PATH = (
"/global/u2/v/vo13/E3SM-Project/e3sm_diags/auxiliary_tools/"
"cdat_regression_testing/660-cosp-histogram/model_vs_model/660-cosp-histogram.cfg"
"/global/u2/v/vo13/E3SM-Project/e3sm_diags/auxiliary_tools/cdat_regression_testing/"
"660-cosp-histogram/660-cosp-histogram.cfg"
)
sys.argv.extend(["-d", CFG_PATH])
runner.run_diags([param])
Expand Down
Loading

0 comments on commit 5ffcc3a

Please sign in to comment.