Description Usage Arguments Details Value Author(s) References See Also Examples
Implementing the PenPan formulation for Class-A pan evaporation.
1 2 3 4 |
data |
A list of data which contains the following items (climate variables) required by PenPan formulation: |
constants |
A list named The following constants are also required when argument |
ts |
Must be either |
solar |
Must be either |
alpha |
Any numeric value between 0 and 1 (dimensionless), albedo of surface surrounding the evaporation pan representing the portion of the incident radiation that is reflected back at the surface. |
overest |
Must be |
est |
Must be either |
pan_coeff |
Only required if argument |
message |
Must be either |
AdditionalStats |
"yes" or "no" indicating whether monthly averaged and annual averaged ET should be calculated. |
save.csv |
Must be either |
... |
Dummy for generic function, no need to define. |
The alternative calculation options can be selected through argument solar, please see Arguments for details.
User-defined evaporative surface is allowed through argument alpha, please see Arguments for details.
Adjustment for overestimation on the estimations are available through argument height, please see Arguments for details.
The function generates a list containing the following components:
ET.Daily |
Daily aggregated estimations of PenPan Class-A pan evaporation/potential evapotranspiration. |
ET.Monthly |
Monthly aggregated estimations of PenPan Class-A pan evaporation/potential evapotranspiration. |
ET.Annual |
Annually aggregated estimations of PenPan Class-A pan evaporation/potential evapotranspiration. |
ET.MonthlyAve |
Monthly averaged estimations of daily PenPan Class-A pan evaporation/potential evapotranspiration. |
ET.AnnualAve |
Annually averaged estimations of daily PenPan Class-A pan evaporation/potential evapotranspiration. |
ET_formulation |
Name of the formulation used which equals to |
ET_type |
Type of the estimation obtained which is |
message1 |
A message to inform the users about how solar radiation has been calculated by using which data. |
Danlu Guo
McMahon, T., Peel, M., Lowe, L., Srikanthan, R. & McVicar, T. 2012. Estimating actual, potential, reference crop and pan evaporation using standard meteorological data: a pragmatic synthesis. Hydrology and Earth System Sciences Discussions, 9, 11829-11910.
Rotstayn, L. D., Roderick, M. L. & Farquhar, G. D. 2006. A simple pan-evaporation model for analysis of climate simulations: Evaluation over Australia. Geophysical Research Letters, 33.
ET,processeddata,defaultconstants,constants
1 2 3 4 5 6 7 8 9 10 | # Use processed existing data set and constants from
# kent Town, Adelaide
data("processeddata")
data("constants")
# Call ET.PenPan under the generic function ET
results <- ET.PenPan(processeddata, constants, ts="daily",
solar="sunshine hours", alpha=0.23,
est="potential ET", pan_coeff=0.71, overest= FALSE,
message="yes", AdditionalStats="yes", save.csv="no")
|
Loading required package: zoo
Attaching package: ‘zoo’
The following objects are masked from ‘package:base’:
as.Date, as.Date.numeric
PenPan potential ET
Evaporative surface: user-defined, albedo = 0.23
Pan coeffcient: 0.71
Sunshine hour data have been used for calculating incoming solar radiation
Timestep: daily
Units: mm
Time duration: 2001-03-01 to 2004-08-31
1280 ET estimates obtained
Basic stats
Mean: 5.77
Max: 18.8
Min: 1.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.