AIRS Code Collection
Data Fields
model_t Struct Reference

Model data. More...

Data Fields

int nz
 Number of vertical levels. More...
 
int nlon
 Number of longitudes. More...
 
int nlat
 Number of latitudes. More...
 
double lon [NLON]
 Longitude [deg]. More...
 
double lat [NLAT]
 Latitude [deg]. More...
 
float ps [NLON][NLAT]
 Surface pressure [hPa]. More...
 
float p [NLON][NLAT][NZ]
 Pressure [hPa]. More...
 
float t [NLON][NLAT][NZ]
 Temperature [K]. More...
 
float z [NLON][NLAT][NZ]
 Height [km]. More...
 

Detailed Description

Model data.

Definition at line 46 of file issifm.c.

Field Documentation

◆ nz

int model_t::nz

Number of vertical levels.

Definition at line 49 of file issifm.c.

◆ nlon

int model_t::nlon

Number of longitudes.

Definition at line 52 of file issifm.c.

◆ nlat

int model_t::nlat

Number of latitudes.

Definition at line 55 of file issifm.c.

◆ lon

double model_t::lon[NLON]

Longitude [deg].

Definition at line 58 of file issifm.c.

◆ lat

double model_t::lat[NLAT]

Latitude [deg].

Definition at line 61 of file issifm.c.

◆ ps

float model_t::ps[NLON][NLAT]

Surface pressure [hPa].

Definition at line 64 of file issifm.c.

◆ p

float model_t::p[NLON][NLAT][NZ]

Pressure [hPa].

Definition at line 67 of file issifm.c.

◆ t

float model_t::t[NLON][NLAT][NZ]

Temperature [K].

Definition at line 70 of file issifm.c.

◆ z

float model_t::z[NLON][NLAT][NZ]

Height [km].

Definition at line 73 of file issifm.c.


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