CrIS Code Collection
Data Fields
pert_t Struct Reference

Perturbation data. More...

#include <libcris.h>

Data Fields

int ntrack
 Number of along-track values. More...
 
int nxtrack
 Number of across-track values. More...
 
int nfov
 Number of field of views. More...
 
double time [PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]
 Time (seconds since 2000-01-01T00:00Z). More...
 
double lon [PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]
 Longitude [deg]. More...
 
double lat [PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]
 Latitude [deg]. More...
 
double dc [PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]
 Brightness temperature (cloud channel) [K]. More...
 
double bt [PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]
 Brightness temperature (4.3 or 15 micron) [K]. More...
 
double pt [PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]
 Brightness temperature perturbation (4 or 15 micron) [K]. More...
 
double var [PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]
 Brightness temperature variance (4 or 15 micron) [K]. More...
 

Detailed Description

Perturbation data.

Definition at line 131 of file libcris.h.

Field Documentation

◆ ntrack

int pert_t::ntrack

Number of along-track values.

Definition at line 134 of file libcris.h.

◆ nxtrack

int pert_t::nxtrack

Number of across-track values.

Definition at line 137 of file libcris.h.

◆ nfov

int pert_t::nfov

Number of field of views.

Definition at line 140 of file libcris.h.

◆ time

double pert_t::time[PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]

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

Definition at line 143 of file libcris.h.

◆ lon

double pert_t::lon[PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]

Longitude [deg].

Definition at line 146 of file libcris.h.

◆ lat

double pert_t::lat[PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]

Latitude [deg].

Definition at line 149 of file libcris.h.

◆ dc

double pert_t::dc[PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]

Brightness temperature (cloud channel) [K].

Definition at line 152 of file libcris.h.

◆ bt

double pert_t::bt[PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]

Brightness temperature (4.3 or 15 micron) [K].

Definition at line 155 of file libcris.h.

◆ pt

double pert_t::pt[PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]

Brightness temperature perturbation (4 or 15 micron) [K].

Definition at line 158 of file libcris.h.

◆ var

double pert_t::var[PERT_NTRACK][PERT_NXTRACK][PERT_NFOV]

Brightness temperature variance (4 or 15 micron) [K].

Definition at line 161 of file libcris.h.


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