latlon2narr.RdConvert latitude and longitude coordinates to NARR indices
latlon2narr(nc, lat.in, lon.in)
| nc | `ncdf4` connection object |
|---|---|
| lat.in | Latitude coordinate |
| lon.in | Longitude coordinate |
Vector length 2 containing NARR `x` and `y` indices, which can be used in `ncdf4::ncvar_get` `start` argument.