Skip to content

Commit

Permalink
add more figs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed Jul 23, 2024
1 parent 1dbcfc0 commit 9a8f13c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pcmdi_metrics/sea_ice/sea_ice_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,9 @@
tmp_model,
tmp_title,
)
meta = fig.create_summary_maps_arctic(
nc_climo, var, fig_dir, meta, tmp_model
)
tmp_title = "{0}-{1} Antarctic sea ice".format(yr_range[0], yr_range[1])
meta = fig.create_antarctic_map(
nc_climo,
Expand All @@ -619,6 +622,9 @@
tmp_model,
tmp_title,
)
meta = fig.create_summary_maps_antarctic(
nc_climo, var, fig_dir, meta, tmp_model
)
except Exception as e:
print("Error making figures for model", model, "realization", run)
print(" ", e)
Expand Down

0 comments on commit 9a8f13c

Please sign in to comment.