Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sea ice reference dataset download from Demo 0 #1044

Merged
merged 11 commits into from
Feb 2, 2024
Prev Previous commit
Next Next commit
Merge branch '405_sic_ao' into 405_sic_ao_lee1043_finaltweaks
  • Loading branch information
lee1043 committed Feb 2, 2024
commit e5039a9d9da884d2dc2812d9ce0f0e8966f8b36e
3 changes: 1 addition & 2 deletions pcmdi_metrics/sea_ice/sea_ice_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,7 @@ def get_xy_coords(ds, xvar):
print("--------------------------------------------")
for rgn in real_clim:
print(rgn)
# Average all realizations, fix bounds, get climatologies and totals
# total_rgn = (totals_dict[rgn] / len(list_of_runs)).to_dataset(name=var)
# Get model mean
real_clim[rgn]["model_mean"][var] = real_clim[rgn]["model_mean"][
var
] / len(list_of_runs)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.