![]() |
JURASSIC
|
Line-of-sight data. More...
#include <jurassic.h>
Data Fields | |
| int | np |
| Number of LOS points. More... | |
| double | z [NLOS] |
| Altitude [km]. More... | |
| double | lon [NLOS] |
| Longitude [deg]. More... | |
| double | lat [NLOS] |
| Latitude [deg]. More... | |
| double | p [NLOS] |
| Pressure [hPa]. More... | |
| double | t [NLOS] |
| Temperature [K]. More... | |
| double | q [NLOS][NG] |
| Volume mixing ratio [ppv]. More... | |
| double | k [NLOS][ND] |
| Extinction [km^-1]. More... | |
| double | sft |
| Surface temperature [K]. More... | |
| double | sfeps [ND] |
| Surface emissivity. More... | |
| double | ds [NLOS] |
| Segment length [km]. More... | |
| double | u [NLOS][NG] |
| Column density [molecules/cm^2]. More... | |
| double | cgp [NLOS][NG] |
| Curtis-Godson pressure [hPa]. More... | |
| double | cgt [NLOS][NG] |
| Curtis-Godson temperature [K]. More... | |
| double | cgu [NLOS][NG] |
| Curtis-Godson column density [molecules/cm^2]. More... | |
| double | eps [NLOS][ND] |
| Segment emissivity. More... | |
| double | src [NLOS][ND] |
| Segment source function [W/(m^2 sr cm^-1)]. More... | |
Line-of-sight data.
Contains all quantities along a ray path used for radiative-transfer calculations, including geometry, thermodynamic state, gas and extinction profiles, and precomputed optical parameters.
Definition at line 1209 of file jurassic.h.
| int los_t::np |
Number of LOS points.
Definition at line 1212 of file jurassic.h.
| double los_t::z[NLOS] |
Altitude [km].
Definition at line 1215 of file jurassic.h.
| double los_t::lon[NLOS] |
Longitude [deg].
Definition at line 1218 of file jurassic.h.
| double los_t::lat[NLOS] |
Latitude [deg].
Definition at line 1221 of file jurassic.h.
| double los_t::p[NLOS] |
Pressure [hPa].
Definition at line 1224 of file jurassic.h.
| double los_t::t[NLOS] |
Temperature [K].
Definition at line 1227 of file jurassic.h.
Volume mixing ratio [ppv].
Definition at line 1230 of file jurassic.h.
Extinction [km^-1].
Definition at line 1233 of file jurassic.h.
| double los_t::sft |
Surface temperature [K].
Definition at line 1236 of file jurassic.h.
| double los_t::sfeps[ND] |
Surface emissivity.
Definition at line 1239 of file jurassic.h.
| double los_t::ds[NLOS] |
Segment length [km].
Definition at line 1242 of file jurassic.h.
Column density [molecules/cm^2].
Definition at line 1245 of file jurassic.h.
Curtis-Godson pressure [hPa].
Definition at line 1248 of file jurassic.h.
Curtis-Godson temperature [K].
Definition at line 1251 of file jurassic.h.
Curtis-Godson column density [molecules/cm^2].
Definition at line 1254 of file jurassic.h.
Segment emissivity.
Definition at line 1257 of file jurassic.h.
Segment source function [W/(m^2 sr cm^-1)].
Definition at line 1260 of file jurassic.h.