Return a slabR Scheme for a StrathE2E Summary
scheme_column.RdUse this scheme to extract the values for the nearest depth column to a point location.
Arguments
- space
a list of latitudes, longitudes, and depths for NEMO-MEDUSA model output, as returned by `get_spatial()`
- bathymetry
a dataframe containg the NEMO_MEDUSA bathymetry.
- sf
an sf point object defining the location to extract a representive water column for.
Details
The function takes the spatial information for a whole NEMO-MEDUSA file and identifies the grid point closest to a point location (the sf object). The returned sampling scheme contains every depth layer above the seafloor with an equal weight. To retrieve the average depth column over a time period, use the "slabR" analysis with `NEMO_MEDUSA`. To Simply subset the depth column from model output, returning all values, use the "1D" analysis option.
See also
Other NEMO-MEDUSA spatial tools:
calculate_depth_share(),
calculate_proximity_weight(),
netcdf_scheme_helpers,
scheme_interp_slice(),
scheme_strathE2E(),
stratify(),
voronoi_grid(),
xyindex_to_nindex()