pet | R Documentation |
The function pet
estimates PET by different methods
pet(x, method = "od")
x |
a RasterBrick object with average temperature data. |
method |
a character string indicating the method to be used. Available options are:
|
a RasterBrick object with potential evapotranspiration in [mm/day].
#Calculate PET by Oudin
tavg <- raster::brick("terraclimate_tavg_land_19580101_20221231_025_monthly.nc")
pet_oudin <- pet(tavg, method = "od")
pet_oudin <- muldpm(pet_oudin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.