Download PDF
Download page Meteorological Data.
Meteorological Data
When simulating water temperature, the user must provide data records for the following meteorological variables:
- Solar radiation,
- Cloud cover,
- Air temperature,
- Humidity,
- Atmospheric pressure, and
- Wind speed.
These are needed to calculate the shortwave and surface heat flux components in the temperature module.
Meteorological data (met data) is input in HEC-ResSim at user-defined meteorological stations (met stations). Each water quality subdomain is then assigned a met station from which data will be used. An example of summary met data plots are shown for a single station below.
In the event that there are few met stations, spaced far apart within the modeling domain, the user may wish to blend (spatially interpolate) met data from multiple stations to obtain a better estimate of meteorological conditions at a given location.
This spatial interpolation is done using inverse distance weighting:
\hat{Z} = \frac{\sum_{i=1}^{N} w_i Z_i}{\sum_{i=1}^{N} w_i} \hspace{1cm} w_i = \frac{1}{d_i^p} |
where
\hat{Z} is the blended value of the met variable,
Z_i is the value of the met variable at met station i,
N is the number of met stations used in blending,
w_i is the weight assigned to the blended location for met station i,
d_i is the distance between the blended location and met station i, and
p is an exponential weighting factor.
The exponential weighting factor generally takes values greater than one. In the HEC-WQ Engine, a default value of two is used (inverse distance squared weighting), and a maximum of three met stations are used in blending.
Met data records must be defined for the entirety of the simulation period. The inputs can be constant (suitable for atmospheric pressure data) or given as time series. Three additional options exist for developing met datasets as function of other time series or met station characteristics. These are explained below.
Atmospheric Pressure as a Function of Site Elevation
Atmospheric pressure may be calculated as a function of elevation using the barometric formula (NOAA, 1976).
P = P_o \exp \left( - \frac{g \, h \, M}{T_o \, R} \right) |
where
P is the atmospheric pressure (kPa),
P_o is standard sea level atmospheric pressure (101.325 kPa),
g is gravitational acceleration (m/s2),
z is the site elevation (m),
M is the molar mass of dry air (0.02896 kg/mol),
T_o is the standard sea level temperature (288.15 K), and
R is the universal gas law constant (8.3144 J/mol-K).
If no atmospheric pressure record exists for the site, this option will estimate it as a constant value based on the elevation given for the met station.
Computed Solar Radiation
If measured solar radiation data is unavailable, it may be predicted based on calculated extra-terrestrial radiation (TVA, 1972) and atmospheric attenuation (Klein, 1948).
Extra-terrestrial Solar Radiation
Predicted solar radiation reaching the top of the atmosphere, and integrated over a time period, is given as:
1) | q_o = \frac{12}{\pi} \frac{I_o}{r^2} \left( \sin\phi \sin\delta (h_e - h_b) + \cos\phi \cos\delta (\sin h_e - \sin h_b) \right) |
where
q_o is the predicted, extra-terrestrial, solar radiation (W/m2),
I_o is the solar constant (1390 W/m2),
r is the relative earth and sun distance,
\phi is the site's latitude (radians),
\delta is the solar declination (radians),
h_b is the solar hour angle at the start of the period (radians), and
h_e is the solar hour angle at the end of the period (radians).
The relative earth-sun distance is estimated with the formula:
r = 1.0 + 0.017 \cos \left( \frac{2\pi}{365} (186 - D_y) \right) |
where D_y is the day of the year (January 1 corresponds to D_y=1).
The solar declination is estimated as:
\delta = \frac{23.45 \pi}{180} \cos \left( \frac{2\pi}{365} (172 - D_y) \right) |
and the hour angle is computed
h = \frac{12}{\pi} \left( \textrm{ST} - \textrm{DTSL} - \textrm{ET} \right) |
where
\textrm{ST} is the standard time,
\textrm{DTSL} is the time difference between the local and standard meridian (\textrm{DTSL} = \frac{1}{15}(\theta - \theta_{SM}) where \theta is the site longitude and \theta_{sm} is the longitude of the standard meridian), and
\textrm{ET} is the equation of time (\textrm{ET} = -60(0.12357 \sin D_y - 0.004289 \cos D_y + 0.153809 \sin 2D_y + 0.060783 \cos 2D_y)), which relates true and mean local solar noon.
A couple images of the computed shortwave solar radiation records, without any atmospheric attenuation, are shown below for a site in the mid-latitudes of the northern hemisphere.
Atmospheric Attenuation
In general, the attenuation of solar radiation through the atmosphere can be calculated following Beer's Law as:
q_s = q_o e ^{-\eta L} |
where
q_s is the solar radiation reaching the surface of a water body (W/m2),
\eta is the attenuation coefficient (1/m), and
L is the path length (m).
Klein (1948) describes a procedure for estimating the attenuation based on atmospheric dust, humidity, atmospheric pressure and cloud cover. The procedure is summarized in TVA (1972) and the resulting formulas used in the WQ Engine are given below.
2) | q = q_o \frac{a'' + 0.5 ( 1 - a' - d_s )}{1 - 0.5 R_g (1 - a' + d_s)} (1 - R_t) (1 - 0.65 C_l^2) |
where
q is the shortwave solar radiation penetrating the surface of the water (W/m2),
a' is the atmospheric transmission coefficient after scattering is considered (dimensionless),
a'' is the atmospheric transmission coefficient after scattering and absorption are considered (dimensionless),
R_g is the reflectivity of the ground (dimensionless),
d_s is the dust scattering coefficient (dimensionless),
R_t is the reflectivity of the water surface (dimensionless), and
C_l is the cloud cover fraction (dimensionless, range 0-1).
The atmospheric transmission terms (a) are computed using the formulas
a' = \exp \left( (-0.465 + 0.134 \, w) \left( 0.129 + 0.171 e^{-0.88 \, m_p} \right) m_p \right) \\ a'' = \exp \left( (-0.465 + 0.134 \, w) \left( 0.179 + 0.421 e^{-0.721 \, m_p} \right) m_p \right) |
where the precipitable water content of the atmosphere (w) is
w = 0.85 \, e^{0.11 + 0.0614 \, T_{dp}} |
and the optical air mass (m_p) is
m_p = \frac{P/P_o}{\sin \alpha + 0.15 \left( \frac{180 \, \alpha}{\pi} + 3.885\right)^{-1.253}} |
and
T_{dp} is the dew point temperature (deg C),
P is the atmospheric pressure (kPa),
P_o is standard sea level atmospheric pressure (101.325 kPa),
\alpha is the solar altitude (radians), defined by \sin \alpha = \sin \phi \sin \delta + \cos \phi \cos \delta \cos h
In Equation 2), R_g is the reflectivity of the ground in the vicinity of the site. For modeling of water bodies, this is taken to be equal to the reflectivity of the water surface (R_t), which is defined as a function of the solar altitude and cloud cover. This accounts for the higher reflection off the water surface near dawn and dusk, and lower reflection during the middle of the day.
R_t = A_r \left( \frac{180 \, \alpha}{\pi} \right)^{B_r} |
The values for the coefficients A_r and B_r are given in the table below as a function of the cloud cover.
Cloudiness C_l | Clear <0.1 | Scattered 0.1-0.5 | Broken 0.5-0.9 | Overcast >0.9 |
---|---|---|---|---|
A_r | 1.18 | 2.20 | 0.95 | 0.33 |
B_r | -0.77 | -0.97 | -0.75 | -0.45 |
Taken together, Equation 1) and Equation 2) can be used to calculate the shortwave radiation penetrating the water surface as a function of site location, date and time, atmospheric pressure, cloud cover, and humidity.
Computed Cloud Cover
Cloud cover is not available at many met station installations. However, it may be estimated using the ratio of measured shortwave radiation reaching the earth's surface to that predicted in the absence of clouds.
\frac{q_{s,\textrm{meas}}}{q_{s,\textrm{pred}}} = 1 - 0.65 C_l^2 |
where q_{s,\textrm{meas}} is the shortwave radiation measured at the site by an pyranometer, and q_{s,\textrm{pred}} is the predicted shortwave radiation, which can be calculated using a variation of Equation 2).
q_{s,\textrm{pred}} = q_o \frac{a'' + 0.5 ( 1 - a' - d_s )}{1 - 0.5 R_g (1 - a' + d_s)} |
Since predicted shortwave radiation is zero in the hours between sunset and sunrise, the measured and observed shortwave radiation values are accumulated over the day, and an aggregated cloud cover value is computed and assumed to apply over a 24 hour period.