ncdf_to_csv.Rd
Convert NetCDF file to a CSV
ncdf_to_csv(ncdf_file, out_csv, nc_var_name, resolution = 0.5, start_year = NULL, through_year = NULL, nmonths = NULL)
ncdf_file | character. asdf |
---|---|
out_csv | character. asdf |
nc_var_name | character. asdf |
resolution | float. asdf |
start_year | int |
through_year | int |
nmonths | int |
Chris Vernon (chris.vernon@pnnl.gov)