Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Jan 15, 2025
1 parent 01a91e4 commit 1b0f998
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 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 0:00:00 --constraint cpu --account=e3sm
salloc --nodes 1 --qos interactive --time 2: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 @@ -170,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 @@ -155,24 +155,24 @@ def run_all_sets():

param.save_netcdf = True
runner.sets_to_run = [
# "lat_lon",
# "zonal_mean_xy",
# "zonal_mean_2d",
# "zonal_mean_2d_stratosphere",
# "polar",
# "cosp_histogram",
# "meridional_mean_2d",
# "annual_cycle_zonal_mean",
# "enso_diags",
# "qbo",
# "area_mean_time_series",
# "diurnal_cycle",
"lat_lon",
"zonal_mean_xy",
"zonal_mean_2d",
"zonal_mean_2d_stratosphere",
"polar",
"cosp_histogram",
"meridional_mean_2d",
"annual_cycle_zonal_mean",
"enso_diags",
"qbo",
"area_mean_time_series",
"diurnal_cycle",
"streamflow",
# "arm_diags",
# "tc_analysis",
# "aerosol_aeronet",
# "aerosol_budget",
# "mp_partition",
"arm_diags",
"tc_analysis",
"aerosol_aeronet",
"aerosol_budget",
"mp_partition",
]

runner.run_diags(
Expand Down

0 comments on commit 1b0f998

Please sign in to comment.