Exports climate simulation or forecasting data into NetCDF format.
export_netcdf(
data,
file = "CDSimX_output.nc",
date_col = "DATE",
station_col = "Station",
lon_col = "LON",
lat_col = "LAT",
variables = NULL,
fillvalue = -9999,
overwrite = TRUE
)Invisibly returns output filename.
if (FALSE) { # \dontrun{
export_netcdf(climate_data)
} # }