JURASSIC
Data Fields
atm_t Struct Reference

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

Detailed Description

Atmospheric profile data.

Holds one vertical atmospheric column including geolocation, thermodynamic, cloud, and surface properties for radiative-transfer calculations.

Definition at line 1243 of file jurassic.h.

Field Documentation

◆ np

int atm_t::np

Number of data points.

Definition at line 1246 of file jurassic.h.

◆ time

double atm_t::time[NP]

Time (seconds since 2000-01-01T00:00Z).

Definition at line 1249 of file jurassic.h.

◆ z

double atm_t::z[NP]

Altitude [km].

Definition at line 1252 of file jurassic.h.

◆ lon

double atm_t::lon[NP]

Longitude [deg].

Definition at line 1255 of file jurassic.h.

◆ lat

double atm_t::lat[NP]

Latitude [deg].

Definition at line 1258 of file jurassic.h.

◆ p

double atm_t::p[NP]

Pressure [hPa].

Definition at line 1261 of file jurassic.h.

◆ t

double atm_t::t[NP]

Temperature [K].

Definition at line 1264 of file jurassic.h.

◆ q

double atm_t::q[NG][NP]

Volume mixing ratio [ppv].

Definition at line 1267 of file jurassic.h.

◆ k

double atm_t::k[NW][NP]

Extinction [km^-1].

Definition at line 1270 of file jurassic.h.

◆ clz

double atm_t::clz

Cloud layer height [km].

Definition at line 1273 of file jurassic.h.

◆ cldz

double atm_t::cldz

Cloud layer depth [km].

Definition at line 1276 of file jurassic.h.

◆ clk

double atm_t::clk[NCL]

Cloud layer extinction [km^-1].

Definition at line 1279 of file jurassic.h.

◆ sft

double atm_t::sft

Surface temperature [K].

Definition at line 1282 of file jurassic.h.

◆ sfeps

double atm_t::sfeps[NSF]

Surface emissivity.

Definition at line 1285 of file jurassic.h.


The documentation for this struct was generated from the following file: