Skip to content

Commit

Permalink
Update e3sm_diags/driver/lat_lon_driver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Jan 10, 2025
1 parent 5f95706 commit 181564e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e3sm_diags/driver/lat_lon_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ def run_diag(parameter: CoreParameter) -> CoreParameter:
parameter._set_name_yrs_attrs(test_ds, ref_ds, season)

ds_test = test_ds.get_climo_dataset(var_key, season)

# FIXME: `ds_ref` is slow with `_subset_vars_and_load()`
ds_ref = _get_ref_climo_dataset(ref_ds, var_key, season)
ds_land_sea_mask: xr.Dataset = test_ds._get_land_sea_mask(season)

Expand Down

0 comments on commit 181564e

Please sign in to comment.