This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import xarray as xr | |
import numpy as np | |
from matplotlib import pyplot as plt | |
from matplotlib import animation | |
import matplotlib.image as image | |
import cartopy.crs as ccrs | |
from owslib.wms import WebMapService | |
from matplotlib import cm | |
import os | |
from xgcm import Grid |