Skip to content

Commit

Permalink
Merge branch 'feat-step4-intg' of https://github.com/brown-ccv/icesat…
Browse files Browse the repository at this point in the history
…2-tracks into feat-step4-intg
  • Loading branch information
cpaniaguam committed Jan 17, 2024
2 parents e703295 + b43a02c commit a6c80d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/icesat2_tracks/analysis_db/A02c_IOWAGA_thredds_prior.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.font_manager as font_for_print
from matplotlib.gridspec import GridSpec
import xarray as xr
from siphon.catalog import TDSCatalog
Expand All @@ -16,6 +15,7 @@
import icesat2_tracks.local_modules.m_tools_ph3 as MT
import icesat2_tracks.local_modules.m_general_ph3 as M
from icesat2_tracks.config.IceSAT2_startup import color_schemes
from icesat2_tracks.config.IceSAT2_startup import font_for_print

color_schemes.colormaps2(21)

Expand Down Expand Up @@ -531,7 +531,8 @@ def plot_prior(Prior, axx):
ax1.axis("equal")

F.save_pup(path=plot_path, name=plot_name + "_hindcast_prior")
except:
except Exception as e:
print(e)
print("print 2nd figure failed")

MT.json_save(
Expand Down

0 comments on commit a6c80d3

Please sign in to comment.