We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ebb3f commit cf129aeCopy full SHA for cf129ae
auxiliary_tools/debug/985-perf-degrade/2-reproduce/e3sm_diags_extended.py
@@ -1,4 +1,5 @@
1
import os
2
+import sys
3
4
from e3sm_diags.parameter.core_parameter import CoreParameter
5
from e3sm_diags.run import runner
@@ -23,7 +24,10 @@
23
24
# param.output_format_subplot = ['pdf']
25
# param.save_netcdf = True
26
-param.results_dir = '/lcrc/group/e3sm/public_html/diagnostic_output/ac.zhang40/tests/985-perf-degrade'
27
+param.results_dir = '/lcrc/group/e3sm/public_html/cdat-migration-fy24/985-perf-degrade-compute-node-esmf-nompi'
28
+
29
+# cfg_path = "auxiliary_tools/debug/985-perf-degrade/2-reproduce/core_set.cfg"
30
+# sys.argv.extend(["--diags", cfg_path])
31
32
runner.sets_to_run = [
33
"lat_lon",
0 commit comments