Skip to content

Commit

Permalink
Fix cosp_histogram_driver.py not writing mean variables to netCDF (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Jan 25, 2024
1 parent 8c7922d commit a85024c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e3sm_diags/driver/cosp_histogram_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def run_diag(parameter: CoreParameter) -> CoreParameter:
)
utils.general.save_ncfiles(
parameter.current_set,
mv1_domain,
mv2_domain,
mv1_domain_mean,
mv2_domain_mean,
diff,
parameter,
)
Expand Down

0 comments on commit a85024c

Please sign in to comment.