nc_mi.Rd
Calculate moisture index and save output to a netCDF file.
nc_mi(filename, pet, pre, lat = NULL, lon = NULL, cpus = 2, overwrite = TRUE)
String with the output filename (.nc).
3D structure with potential evapotranspiration data. These values
can be calculated with the function splash_evap
.
3D structure with precipitation data.
List with latitude data
and variable id
.
List with longitude data
and variable id
.
Number of CPUs to use for the computation.
Boolean flag to indicate if the output file should be overwritten (if it exists).