ARTS
2.2.66
|
This file contains functions that are adapted from FASTEM code which is used to calculate surface emissivity. More...
#include "matpackI.h"
Go to the source code of this file.
Functions | |
void | fastem (VectorView surface_emiss, const Numeric &surface_temp, ConstVectorView surface_wind, ConstVectorView surface_fastem_constants, const Numeric &freq) |
Calculate the surface emissivity using Fastem model. More... | |
This file contains functions that are adapted from FASTEM code which is used to calculate surface emissivity.
Definition in file fastem.h.
void fastem | ( | VectorView | surface_emiss, |
const Numeric & | surface_temp, | ||
ConstVectorView | surface_wind, | ||
ConstVectorView | surface_fastem_constants, | ||
const Numeric & | freq | ||
) |
Calculate the surface emissivity using Fastem model.
Calculate surface emissivity using fastem
surface_emiss | surface emissivity at one one point |
surface_temp | surface temperature at one point |
surface_wind | surface wind at one point |
surface_fastem_constants | surface fastem constants |
freq | frequency |
Definition at line 60 of file fastem.cc.
References DEG2RAD.