Skip to content

Commit

Permalink
Update regression testing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jan 10, 2025
1 parent 94959cc commit 9221c5b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Or: source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_anvil.sh
NERSC perlmutter cpu:
salloc --nodes 1 --qos interactive --time 01:00:00 --constraint cpu --account=e3sm
salloc --nodes 1 --qos interactive --time 0:00:00 --constraint cpu --account=e3sm
source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_pm-cpu.sh
"""
# flake8: noqa E501
Expand Down Expand Up @@ -67,7 +67,9 @@ def run_all_sets():
"ANN",
"JJA",
] # Default setting: seasons = ["ANN", "DJF", "MAM", "JJA", "SON"]
param.results_dir = "/global/cfs/cdirs/e3sm/www/cdat-migration-fy24/843-migration-phase3-perf-benchmark"
param.results_dir = (
"/global/cfs/cdirs/e3sm/www/cdat-migration-fy24/25-01-10-907-v2-data-2"
)
param.multiprocessing = True
param.num_workers = 24

Expand Down Expand Up @@ -168,7 +170,7 @@ def run_all_sets():
"area_mean_time_series",
"diurnal_cycle",
"streamflow",
"arm_diags",
# "arm_diags",
"tc_analysis",
"aerosol_aeronet",
"aerosol_budget",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 63,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -55,7 +55,6 @@
"DEV_GLOB = sorted(glob.glob(DEV_PATH + \"**/**/*.nc\"))\n",
"DEV_NUM_FILES = len(DEV_GLOB)\n",
"\n",
"\n",
"MAIN_DIR = \"main\"\n",
"MAIN_PATH = f\"/global/cfs/cdirs/e3sm/www/cdat-migration-fy24/{MAIN_DIR}/\"\n",
"MAIN_GLOB = sorted(glob.glob(MAIN_PATH + \"**/**/*.nc\"))\n",
Expand Down Expand Up @@ -110,7 +109,7 @@
},
{
"cell_type": "code",
"execution_count": 45,
"execution_count": 64,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -235,7 +234,7 @@
},
{
"cell_type": "code",
"execution_count": 46,
"execution_count": 65,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -285,7 +284,7 @@
},
{
"cell_type": "code",
"execution_count": 47,
"execution_count": 66,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -294,7 +293,7 @@
},
{
"cell_type": "code",
"execution_count": 48,
"execution_count": 67,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -304,7 +303,7 @@
},
{
"cell_type": "code",
"execution_count": 49,
"execution_count": 68,
"metadata": {},
"outputs": [
{
Expand All @@ -313,7 +312,7 @@
"(1254, 1248)"
]
},
"execution_count": 49,
"execution_count": 68,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -324,7 +323,7 @@
},
{
"cell_type": "code",
"execution_count": 50,
"execution_count": 69,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -357,7 +356,7 @@
},
{
"cell_type": "code",
"execution_count": 51,
"execution_count": 70,
"metadata": {},
"outputs": [
{
Expand All @@ -373,7 +372,7 @@
" '/global/cfs/cdirs/e3sm/www/cdat-migration-fy24/main/lat_lon/OMI-MLS/OMI-MLS-TCO-JJA-60S60N_test.nc']"
]
},
"execution_count": 51,
"execution_count": 70,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -395,7 +394,7 @@
},
{
"cell_type": "code",
"execution_count": 52,
"execution_count": 71,
"metadata": {},
"outputs": [
{
Expand All @@ -405,7 +404,7 @@
" '/global/cfs/cdirs/e3sm/www/cdat-migration-fy24/25-01-10-branch-907-v2-data/annual_cycle_zonal_mean/AOD_550/AOD_550-AODVIS-ANNUALCYCLE-global_test.nc']"
]
},
"execution_count": 52,
"execution_count": 71,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -426,7 +425,7 @@
},
{
"cell_type": "code",
"execution_count": 53,
"execution_count": 72,
"metadata": {},
"outputs": [
{
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 9221c5b

Please sign in to comment.