ARTS  2.2.66
fastem.cc File Reference

This file contains functions that are adapted from FASTEM code which is used to calculate surface emissivity. More...

#include <stdexcept>
#include <cmath>
#include "matpackI.h"
#include "exceptions.h"
#include "complex.h"
Include dependency graph for fastem.cc:

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

Variables

const Numeric PI
 
const Numeric DEG2RAD
 
const Numeric RAD2DEG
 

Detailed Description

This file contains functions that are adapted from FASTEM code which is used to calculate surface emissivity.

Author
Sreerekha Ravi rekha.nosp@m.@sat.nosp@m..phys.nosp@m.ik.u.nosp@m.ni-br.nosp@m.emen.nosp@m..de
Date
Tue Aug 10 15:16:31 2004

Definition in file fastem.cc.

Function Documentation

◆ fastem()

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

Parameters
surface_emisssurface emissivity at one one point
surface_tempsurface temperature at one point
surface_windsurface wind at one point
surface_fastem_constantssurface fastem constants
freqfrequency
Author
Sreerekha Ravi
Date
2004-08-10

Definition at line 60 of file fastem.cc.

References DEG2RAD.

Variable Documentation

◆ DEG2RAD

const Numeric DEG2RAD

Referenced by fastem().

◆ PI

const Numeric PI

◆ RAD2DEG

const Numeric RAD2DEG