splash_evap.Rd
Calculate potential evapotranspiration Calculate potential evapotranspiration in mm using SPLASH V1.0: https://doi.org/10.5281/zenodo.376293.
splash_evap(
filename,
elv,
sf,
tmp,
year,
lat = NULL,
lon = NULL,
cpus = 2,
overwrite = TRUE
)
String with the output filename (.nc).
2D structure with elevation data.
3D structure with sunshine fraction data.
3D structure with daily temperature data.
Numeric value with the year.
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).