mpas_tools.ocean.moc.make_moc_basins_and_transects¶
-
mpas_tools.ocean.moc.
make_moc_basins_and_transects
(gf, mesh_filename, mask_and_transect_filename, geojson_filename=None, mask_filename=None, logger=None)[source]¶ Builds features defining the ocean basins and southern transects used in computing the meridional overturning circulation (MOC) :param gf: An object that knows how to download and read geometric featuers :type gf:
GeometricFeatures
:param mesh_filename: A file with MPAS mesh information :type mesh_filename: str :param mask_and_transect_filename: A file to write the MOC region masks and southern-boundary transects to :type mask_and_transect_filename: str :param geojson_filename: A file to write MOC regions to :type geojson_filename: str, optional :param mask_filename: A file to write MOC region masks to :type mask_filename: str, optional :param logger: A logger for the output if not stdout :type logger:logging.Logger
, optional- Returns
fc (
FeatureCollection
) – The new feature collection