![]() |
JURASSIC
|
Atmospheric profile data. More...
#include <jurassic.h>
Data Fields | |
| int | np |
| Number of data points. More... | |
| double | time [NP] |
| Time (seconds since 2000-01-01T00:00Z). More... | |
| double | z [NP] |
| Altitude [km]. More... | |
| double | lon [NP] |
| Longitude [deg]. More... | |
| double | lat [NP] |
| Latitude [deg]. More... | |
| double | p [NP] |
| Pressure [hPa]. More... | |
| double | t [NP] |
| Temperature [K]. More... | |
| double | q [NG][NP] |
| Volume mixing ratio [ppv]. More... | |
| double | k [NW][NP] |
| Extinction [km^-1]. More... | |
| double | clz |
| Cloud layer height [km]. More... | |
| double | cldz |
| Cloud layer depth [km]. More... | |
| double | clk [NCL] |
| Cloud layer extinction [km^-1]. More... | |
| double | sft |
| Surface temperature [K]. More... | |
| double | sfeps [NSF] |
| Surface emissivity. More... | |
Atmospheric profile data.
Holds one vertical atmospheric column including geolocation, thermodynamic, cloud, and surface properties for radiative-transfer calculations.
Definition at line 998 of file jurassic.h.
| int atm_t::np |
Number of data points.
Definition at line 1001 of file jurassic.h.
| double atm_t::time[NP] |
Time (seconds since 2000-01-01T00:00Z).
Definition at line 1004 of file jurassic.h.
| double atm_t::z[NP] |
Altitude [km].
Definition at line 1007 of file jurassic.h.
| double atm_t::lon[NP] |
Longitude [deg].
Definition at line 1010 of file jurassic.h.
| double atm_t::lat[NP] |
Latitude [deg].
Definition at line 1013 of file jurassic.h.
| double atm_t::p[NP] |
Pressure [hPa].
Definition at line 1016 of file jurassic.h.
| double atm_t::t[NP] |
Temperature [K].
Definition at line 1019 of file jurassic.h.
Volume mixing ratio [ppv].
Definition at line 1022 of file jurassic.h.
Extinction [km^-1].
Definition at line 1025 of file jurassic.h.
| double atm_t::clz |
Cloud layer height [km].
Definition at line 1028 of file jurassic.h.
| double atm_t::cldz |
Cloud layer depth [km].
Definition at line 1031 of file jurassic.h.
| double atm_t::clk[NCL] |
Cloud layer extinction [km^-1].
Definition at line 1034 of file jurassic.h.
| double atm_t::sft |
Surface temperature [K].
Definition at line 1037 of file jurassic.h.
| double atm_t::sfeps[NSF] |
Surface emissivity.
Definition at line 1040 of file jurassic.h.