MPTRAC
|
Meteo data structure. More...
#include <mptrac.h>
Data Fields | |
double | time |
Time [s]. More... | |
int | nx |
Number of longitudes. More... | |
int | ny |
Number of latitudes. More... | |
int | np |
Number of pressure levels. More... | |
int | npl |
Number of model levels. More... | |
double | lon [EX] |
Longitude [deg]. More... | |
double | lat [EY] |
Latitude [deg]. More... | |
double | p [EP] |
Pressure levels [hPa]. More... | |
double | hybrid [EP] |
Model hybrid levels. More... | |
float | ps [EX][EY] |
Surface pressure [hPa]. More... | |
float | ts [EX][EY] |
Surface temperature [K]. More... | |
float | zs [EX][EY] |
Surface geopotential height [km]. More... | |
float | us [EX][EY] |
Surface zonal wind [m/s]. More... | |
float | vs [EX][EY] |
Surface meridional wind [m/s]. More... | |
float | lsm [EX][EY] |
Land-sea mask [1]. More... | |
float | sst [EX][EY] |
Sea surface temperature [K]. More... | |
float | pbl [EX][EY] |
Boundary layer pressure [hPa]. More... | |
float | pt [EX][EY] |
Tropopause pressure [hPa]. More... | |
float | tt [EX][EY] |
Tropopause temperature [K]. More... | |
float | zt [EX][EY] |
Tropopause geopotential height [km]. More... | |
float | h2ot [EX][EY] |
Tropopause water vapor volume mixing ratio [ppv]. More... | |
float | pct [EX][EY] |
Cloud top pressure [hPa]. More... | |
float | pcb [EX][EY] |
Cloud bottom pressure [hPa]. More... | |
float | cl [EX][EY] |
Total column cloud water [kg/m^2]. More... | |
float | plcl [EX][EY] |
Pressure at lifted condensation level (LCL) [hPa]. More... | |
float | plfc [EX][EY] |
Pressure at level of free convection (LFC) [hPa]. More... | |
float | pel [EX][EY] |
Pressure at equilibrium level [hPa]. More... | |
float | cape [EX][EY] |
Convective available potential energy [J/kg]. More... | |
float | cin [EX][EY] |
Convective inhibition [J/kg]. More... | |
float | o3c [EX][EY] |
Total column ozone [DU]. More... | |
float | z [EX][EY][EP] |
Geopotential height [km]. More... | |
float | t [EX][EY][EP] |
Temperature [K]. More... | |
float | u [EX][EY][EP] |
Zonal wind [m/s]. More... | |
float | v [EX][EY][EP] |
Meridional wind [m/s]. More... | |
float | w [EX][EY][EP] |
Vertical velocity [hPa/s]. More... | |
float | pv [EX][EY][EP] |
Potential vorticity [PVU]. More... | |
float | h2o [EX][EY][EP] |
Water vapor volume mixing ratio [1]. More... | |
float | o3 [EX][EY][EP] |
Ozone volume mixing ratio [1]. More... | |
float | lwc [EX][EY][EP] |
Cloud liquid water content [kg/kg]. More... | |
float | rwc [EX][EY][EP] |
Cloud rain water content [kg/kg]. More... | |
float | iwc [EX][EY][EP] |
Cloud ice water content [kg/kg]. More... | |
float | swc [EX][EY][EP] |
Cloud snow water content [kg/kg]. More... | |
float | cc [EX][EY][EP] |
Cloud cover [1]. More... | |
float | pl [EX][EY][EP] |
Pressure on model levels [hPa]. More... | |
float | ul [EX][EY][EP] |
Zonal wind on model levels [m/s]. More... | |
float | vl [EX][EY][EP] |
Meridional wind on model levels [m/s]. More... | |
float | wl [EX][EY][EP] |
Vertical velocity on model levels [hPa/s]. More... | |
float | zetal [EX][EY][EP] |
Zeta on model levels [K]. More... | |
float | zeta_dotl [EX][EY][EP] |
Vertical velocity on model levels [K/s]. More... | |
Meteo data structure.
This structure holds meteorological data such as time, dimensions, coordinates, surface properties, atmospheric profiles, and derived variables of a given meteorological model.