CARMA C++
carma::services::Woody119GHzO2Line Class Reference

Opacity model based on a simple model entitled "119 GHz Atmpospheric Oxygen Line" by Dave Woody dated 4 Jan 1989. More...

#include <carma/services/Woody119GHzO2Line.h>

Inheritance diagram for carma::services::Woody119GHzO2Line:
carma::services::OpacityModel

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...
 

Static Public Member Functions

static double calculateOpacityAtZenith (double frequency, double temperature, double pressure)
 

Detailed Description

Opacity model based on a simple model entitled "119 GHz Atmpospheric Oxygen Line" by Dave Woody dated 4 Jan 1989.

Definition at line 13 of file Woody119GHzO2Line.h.

Member Function Documentation

double carma::services::Woody119GHzO2Line::calculateOpacityAtZenith ( double  frequencyInGHz,
double  temperatureInK,
double  dewpointInK,
double  pressureInMbar,
double  humidityInPercent 
) const
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.

Parameters
frequencyFrequency in GHz.
temperatureAmbient temperature in Kelvin.
dewpointDewpoint temperature in Kelvin.
pressureBarometric pressure in millibar.
humidityRelative humidity in percent.

Implements carma::services::OpacityModel.


The documentation for this class was generated from the following file: