![]() |
JURASSIC
|
Retrieval control parameters. More...
#include <jurassic.h>
Data Fields | |
| char | dir [LEN] |
| Working directory. More... | |
| int | kernel_recomp |
| Re-computation of kernel matrix (number of iterations). More... | |
| int | conv_itmax |
| Maximum number of iterations. More... | |
| double | conv_dmin |
| Minimum normalized step size in state space. More... | |
| int | err_ana |
| Carry out error analysis (0=no, 1=yes). More... | |
| double | err_formod [ND] |
| Forward model error [%]. More... | |
| double | err_noise [ND] |
| Noise error [W/(m^2 sr cm^-1)]. More... | |
| double | err_press |
| Pressure error [%]. More... | |
| double | err_press_cz |
| Vertical correlation length for pressure error [km]. More... | |
| double | err_press_ch |
| Horizontal correlation length for pressure error [km]. More... | |
| double | err_temp |
| Temperature error [K]. More... | |
| double | err_temp_cz |
| Vertical correlation length for temperature error [km]. More... | |
| double | err_temp_ch |
| Horizontal correlation length for temperature error [km]. More... | |
| double | err_q [NG] |
| Volume mixing ratio error [%]. More... | |
| double | err_q_cz [NG] |
| Vertical correlation length for volume mixing ratio error [km]. More... | |
| double | err_q_ch [NG] |
| Horizontal correlation length for volume mixing ratio error [km]. More... | |
| double | err_k [NW] |
| Extinction error [km^-1]. More... | |
| double | err_k_cz [NW] |
| Vertical correlation length for extinction error [km]. More... | |
| double | err_k_ch [NW] |
| Horizontal correlation length for extinction error [km]. More... | |
| double | err_clz |
| Cloud height error [km]. More... | |
| double | err_cldz |
| Cloud depth error [km]. More... | |
| double | err_clk [NCL] |
| Cloud extinction error [km^-1]. More... | |
| double | err_sft |
| Surface temperature error [K]. More... | |
| double | err_sfeps [NSF] |
| Surface emissivity error. More... | |
Retrieval control parameters.
The ret_t structure holds all parameters controlling the iterative inversion process (retrieval), including convergence criteria, kernel matrix updates, and uncertainty specifications for each retrieved quantity (pressure, temperature, trace gas concentrations, extinction, cloud, and surface parameters).
Definition at line 1574 of file jurassic.h.
| char ret_t::dir[LEN] |
Working directory.
Definition at line 1577 of file jurassic.h.
| int ret_t::kernel_recomp |
Re-computation of kernel matrix (number of iterations).
Definition at line 1580 of file jurassic.h.
| int ret_t::conv_itmax |
Maximum number of iterations.
Definition at line 1583 of file jurassic.h.
| double ret_t::conv_dmin |
Minimum normalized step size in state space.
Definition at line 1586 of file jurassic.h.
| int ret_t::err_ana |
Carry out error analysis (0=no, 1=yes).
Definition at line 1589 of file jurassic.h.
| double ret_t::err_formod[ND] |
Forward model error [%].
Definition at line 1592 of file jurassic.h.
| double ret_t::err_noise[ND] |
Noise error [W/(m^2 sr cm^-1)].
Definition at line 1595 of file jurassic.h.
| double ret_t::err_press |
Pressure error [%].
Definition at line 1598 of file jurassic.h.
| double ret_t::err_press_cz |
Vertical correlation length for pressure error [km].
Definition at line 1601 of file jurassic.h.
| double ret_t::err_press_ch |
Horizontal correlation length for pressure error [km].
Definition at line 1604 of file jurassic.h.
| double ret_t::err_temp |
Temperature error [K].
Definition at line 1607 of file jurassic.h.
| double ret_t::err_temp_cz |
Vertical correlation length for temperature error [km].
Definition at line 1610 of file jurassic.h.
| double ret_t::err_temp_ch |
Horizontal correlation length for temperature error [km].
Definition at line 1613 of file jurassic.h.
| double ret_t::err_q[NG] |
Volume mixing ratio error [%].
Definition at line 1616 of file jurassic.h.
| double ret_t::err_q_cz[NG] |
Vertical correlation length for volume mixing ratio error [km].
Definition at line 1619 of file jurassic.h.
| double ret_t::err_q_ch[NG] |
Horizontal correlation length for volume mixing ratio error [km].
Definition at line 1622 of file jurassic.h.
| double ret_t::err_k[NW] |
Extinction error [km^-1].
Definition at line 1625 of file jurassic.h.
| double ret_t::err_k_cz[NW] |
Vertical correlation length for extinction error [km].
Definition at line 1628 of file jurassic.h.
| double ret_t::err_k_ch[NW] |
Horizontal correlation length for extinction error [km].
Definition at line 1631 of file jurassic.h.
| double ret_t::err_clz |
Cloud height error [km].
Definition at line 1634 of file jurassic.h.
| double ret_t::err_cldz |
Cloud depth error [km].
Definition at line 1637 of file jurassic.h.
| double ret_t::err_clk[NCL] |
Cloud extinction error [km^-1].
Definition at line 1640 of file jurassic.h.
| double ret_t::err_sft |
Surface temperature error [K].
Definition at line 1643 of file jurassic.h.
| double ret_t::err_sfeps[NSF] |
Surface emissivity error.
Definition at line 1646 of file jurassic.h.