You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed xr.Dataset.load commands to improve performance
append_grid_corners.py
file_regrid.py
plot/compare_single_level.py
plot/compare_zonal_mean.py
benchmark/modules/benchmark_funcs.py
benchmark/modules/benchmark_mass_cons_table.py
benchmark/modules/benchmark_models_vs_obs.py
examples/diagnostics/compare_diags.py
- Removed .load() commands for xarray Dataset objects. We can let
xarray decide when to load data into memory. This should speed up
data I/O significantly.
CHANGELOG.md
- Updated accordingly
Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
0 commit comments