IASI Code Collection
Data Fields
ctl2_t Struct Reference

Control parameters. More...

Data Fields

double dt_met
 Time step of meteorological data [s]. More...
 
char met_geopot [LEN]
 Surface geopotential data file. More...
 
int met_dx
 Stride for longitudes. More...
 
int met_dy
 Stride for latitudes. More...
 
int met_dp
 Stride for pressure levels. More...
 
int met_sx
 Smoothing for longitudes. More...
 
int met_sy
 Smoothing for latitudes. More...
 
int met_sp
 Smoothing for pressure levels. More...
 

Detailed Description

Control parameters.

Definition at line 57 of file extract.c.

Field Documentation

◆ dt_met

double ctl2_t::dt_met

Time step of meteorological data [s].

Definition at line 60 of file extract.c.

◆ met_geopot

char ctl2_t::met_geopot[LEN]

Surface geopotential data file.

Definition at line 63 of file extract.c.

◆ met_dx

int ctl2_t::met_dx

Stride for longitudes.

Definition at line 66 of file extract.c.

◆ met_dy

int ctl2_t::met_dy

Stride for latitudes.

Definition at line 69 of file extract.c.

◆ met_dp

int ctl2_t::met_dp

Stride for pressure levels.

Definition at line 72 of file extract.c.

◆ met_sx

int ctl2_t::met_sx

Smoothing for longitudes.

Definition at line 75 of file extract.c.

◆ met_sy

int ctl2_t::met_sy

Smoothing for latitudes.

Definition at line 78 of file extract.c.

◆ met_sp

int ctl2_t::met_sp

Smoothing for pressure levels.

Definition at line 81 of file extract.c.


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