Skip to content

Commit

Permalink
Organize plot modules and deleted deprecated ones
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Feb 16, 2024
1 parent 190a8e2 commit 0953ec5
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 647 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from auxiliary_tools.cdat_regression_testing.base_run_script import run_set

SET_NAME = "zonal_mean_2d_stratosphere"
SET_DIR = "655-zonal-mean-2d-stratosphere"
SET_DIR = "655-zonal-mean-2d-stratosphere-debug"

run_set(SET_NAME, SET_DIR)
2 changes: 1 addition & 1 deletion e3sm_diags/driver/zonal_mean_2d_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
DEFAULT_PLEVS,
ZonalMean2dParameter,
)
from e3sm_diags.plot.cartopy.zonal_mean_2d_plot import plot as plot_func
from e3sm_diags.plot.zonal_mean_2d_plot import plot as plot_func

logger = custom_logger(__name__)

Expand Down
132 changes: 0 additions & 132 deletions e3sm_diags/plot/cartopy/aerosol_aeronet_plot.py

This file was deleted.

Loading

0 comments on commit 0953ec5

Please sign in to comment.