swot_simulator.plugins.ssh.mitgcm.MITGCM¶
-
class
swot_simulator.plugins.ssh.mitgcm.MITGCM(xc: xarray.core.dataarray.DataArray, yc: xarray.core.dataarray.DataArray, eta: xarray.core.dataarray.DataArray)[source]¶ Bases:
swot_simulator.plugins.ssh.detail.Interface-
__init__(xc: xarray.core.dataarray.DataArray, yc: xarray.core.dataarray.DataArray, eta: xarray.core.dataarray.DataArray)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
MITGCM.interpolate(lon, lat, dates)Interpolate the SSH for the given coordinates
MITGCM._calculate_dt(dates)Calculation of the delta T between two consecutive grids
MITGCM._grid_date(date, shift)Calculates the grid date immediately before or after the date provided
-