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
In common.py,the tblAltimetry_REP is listed as "isClimatology":False, which causes the code to stop when it goes looking for a time. Changing to "isClimatology":True allows the code to run apparently without issue.
...this should be its own issue.
In
common.py,the tblAltimetry_REP is listed as "isClimatology":False, which causes the code to stop when it goes looking for a time. Changing to "isClimatology":True allows the code to run apparently without issue.