#include <blitz/array.h>
#include "auto_derivative.h"
Go to the source code of this file.
|
| FullPhysics |
| Contains classes to abstract away details in various Spurr Radiative Transfer software.
|
|
|
AutoDerivative< double > | FullPhysics::calc_Dair (const AutoDerivative< double > &p, const AutoDerivative< double > &tc) |
|
double | FullPhysics::calc_nw (double wlm2) |
|
AutoDerivative< double > | FullPhysics::calc_rho (const AutoDerivative< double > &p, const AutoDerivative< double > &x, const AutoDerivative< double > &M, const AutoDerivative< double > &Z, const AutoDerivative< double > &T) |
|
AutoDerivative< double > | FullPhysics::calc_Z (const AutoDerivative< double > &p, const AutoDerivative< double > &T, const AutoDerivative< double > &tc, const AutoDerivative< double > &xw) |
|
AutoDerivative< double > | FullPhysics::refr_index_rs (double bwpar, const AutoDerivative< double > &press, const AutoDerivative< double > &temp) |
|
AutoDerivative< double > | FullPhysics::refr_index_vn (double wl, const AutoDerivative< double > &p, const AutoDerivative< double > &T, const AutoDerivative< double > &xc, const AutoDerivative< double > &xw) |
|