PURPOSE 
NJ_SUBSETGRID: Subset grid based on lat-lon bounding box and time
SYNOPSIS 
function [data,grd]=nj_subsetGrid(ncRef,var,lonLatRange,dn1,dn2)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function makes following njTBX API calls:
- mDataset mDataset class constructor - opens a netcdf file and creates a grid or netcdf mDataset object.
- getGeoGridVar mDataset/getGeoGridVar - Get variable into a GeoGrid if it has a Georeferencing coordinate system.
See demos using function nj_subsetGrid:
- bathy_comp BATHY_COMP - plot comparison between two bathymetry datasets
|