Function to convert MAAT model output to standard netCDF format
Source:R/model2netcdf.MAAT.R
model2netcdf.MAAT.RdFunction to convert MAAT model output to standard netCDF format
Usage
model2netcdf.MAAT(
rundir,
outdir,
sitelat = -999,
sitelon = -999,
start_date = NULL,
end_date = NULL
)Arguments
- rundir
Location of MAAT model run (i.e. MAAT project) directory with all required model run inputs. This is needed to identify model runs with and without met drivers and control the model output conversion process
- outdir
Location of MAAT model output
- sitelat
Latitude of the site
- sitelon
Longitude of the site
- start_date
Start time of the simulation
- end_date
End time of the simulation