Description Usage Arguments Value See Also Examples
This saves some annoying typing.
1 2  | 
file | 
 Character, the file to inspect.  | 
variables | 
 Character vector, optional. The variables to return. If not specified, all variables are returned.  | 
exclude | 
 Logical, exclude the specified variables and return all others.  | 
quiet | 
 Logical, suppress the 'meta' dump?  | 
flip2D | 
 Logical, apply a vertical flip to 2D variables? (E.g. WRF Hydro geo grids) , apply a vertical flip to 2D variables? (E.g. WRF Hydro geo grids)  | 
A list or a dataframe (if all variables are 1D of the same length.)
Other ncdf: MkFrcAdjFromLdasin,
MkNcdf, ncdump
1 2 3 4 5  | ## Not run: 
conn <- GetNcdfFile('~/wrfHydroTestCases/Fourmile_Creek/CHANNEL_CONNECTIVITY.nc')
 conn <- GetNcdfFile('~/wrfHydroTestCases/Fourmile_Creek/CHANNEL_CONNECTIVITY.nc', var='lambert_conformal_conic', exc=TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.