- / -

Tutorials

Evaporation

Evaporation

Potential and Actual Evaporation

You are given three months of daily climate data (temperature, humidity, radiation, wind) for a small catchment.

Evaporation Dynamics in Soil

A lysimeter experiment was conducted in two neighbouring plots: one bare soil, one vegetated.

Vapour Pressure Deficit

Given the following measurements at midday:

Air TemperatureRelative HumiditySaturated Vapour Pressure
25 \degree C40%3.2 kPa

Comparing Evaporation Measurement Methods

Evaluate the advantages and limitations of the following methods for measuring or estimating evaporation in a catchment:

  1. Evaporation pans
  2. Lysimeters
  3. Water balance method (catchment scale)
  4. Eddy covariance

For each method, comment on:

The Thornthwaite Method for Estimating Potential Evapotranspiration

Introduction - In hydrologic analysis, estimating evaporation is crucial but challenging. While direct measurements using lysimeters provide the most accurate data, these devices are expensive and complex to maintain. In data-sparse regions, empirical models offer practical alternatives. The Thornthwaite method is one of the simplest and most widely used approaches, requiring only mean monthly air temperature and geographic latitude to estimate potential evapotranspiration (E_{pt}).

The Thornthwaite equation estimates monthly potential evapotranspiration as:

E_{pt} = 1.62 \left( \frac{10 T_a}{I} \right)^a

Where:

Step-by-Step Calculation:

  1. Compute the annual heat index by summing across all months with T_a > 0:

    I = \sum_{i=1}^{12} \left( \frac{T_{ai}}{5} \right)^{1.5}
  2. Calculate the exponent using the cubic polynomial:

    a = 0.492 + 0.0119 I - 0.0000771 I^2 + 0.000000675 I^3
  3. Apply daylight correction by multiplying monthly E_{pt} by a latitude-dependent factor to account for seasonal variations in day length.

The table below provides daylight correction factors for different latitudes:

North lat.JFMAMJJASOND
0E1.040.941.041.011.041.011.041.041.011.041.011.04
10E1.000.911.031.031.081.061.081.071.021.020.980.99
20E0.950.901.031.051.131.111.141.111.021.000.930.94
30E0.900.871.031.081.181.171.201.141.030.980.890.88
35E0.870.851.031.091.211.211.231.161.030.970.860.85
40E0.840.831.031.111.241.241.271.181.040.960.830.81
45E0.800.811.021.131.281.281.311.211.040.940.790.75
50E0.740.781.021.151.331.331.371.251.060.920.760.70
NRC mean hours of bright sunshine expressed in units of 30 days of 12 hours each day

Applying the Thornthwaite Method

Problem Statement:

You are tasked with estimating the total potential evapotranspiration for a growing season in Saskatoon, Canada (latitude approximately 52°N). Using the Thornthwaite method, calculate the total E_{pt} for the period from May 16 to September 24, 1961.

Given Data:

MonthMean Temperature (°C)
Apr1.8
May11.6
Jun19.7
Jul19.3
Aug21.3
Sep8.7
Oct4.6
Mean monthly temperatures for Saskatoon, Canada in 1961

Tasks:

  1. Calculate the annual heat index I using all months with temperatures above 0°C
  2. Determine the exponent a using the cubic polynomial
  3. Calculate monthly E_{pt} values for May through September
  4. Apply appropriate daylight correction factors for latitude 52°N
  5. Sum the corrected monthly values to find the total E_{pt} for the specified period