CARMA C++
|
Simple coeficient based opacity model at 90 GHz from Waters as described in TMS table 13.1. More...
#include <carma/services/Waters90GHz.h>
Public Member Functions | |
double | calculateOpacityAtZenith (double frequency, double temperature, double dewpoint, double pressure, double humidity) const |
Calculate atmospheric opacity at the zenith (Tau0) in Nepers. More... | |
Simple coeficient based opacity model at 90 GHz from Waters as described in TMS table 13.1.
Definition at line 14 of file Waters90GHz.h.
|
virtual |
Calculate atmospheric opacity at the zenith (Tau0) in Nepers.
Note that not all models will use all input parameters. Note also that the input parameters include only measured quantities, other parameters, such as water vapor density, can be calculated from these using the carma::services::Atmosphere class.
frequency | Frequency in GHz. |
temperature | Ambient temperature in Kelvin. |
dewpoint | Dewpoint temperature in Kelvin. |
pressure | Barometric pressure in millibar. |
humidity | Relative humidity in percent. |
Implements carma::services::OpacityModel.