PURPOSE 
mDataset class constructor - opens a netcdf file and creates a grid or netcdf mDataset object.
SYNOPSIS 
function result = mDataset(ncURI)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
See functions using mDataset:
- nj_grid_varget NJ_GRID_VARGET - get variable data and associated grid coordinates from local NetCDF file, NetCDF URL or OpenDAP URL
- nj_time NJ_TIME - Get entire time vector for variable 'var' from any CF-compliant file
- nj_tslice NJ_TSLICE - Get data and coordinates from a CF-compliant file at a specific time step and level
- nj_varget NJ_VARGET - get variable data from local NetCDF file, NetCDF URL or OpenDAP URL
|