![]() |
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 1575 of file jurassic.h.
| char ret_t::dir[LEN] |
Working directory.
Definition at line 1578 of file jurassic.h.
| int ret_t::kernel_recomp |
Re-computation of kernel matrix (number of iterations).
Definition at line 1581 of file jurassic.h.
| int ret_t::conv_itmax |
Maximum number of iterations.
Definition at line 1584 of file jurassic.h.
| double ret_t::conv_dmin |
Minimum normalized step size in state space.
Definition at line 1587 of file jurassic.h.
| int ret_t::err_ana |
Carry out error analysis (0=no, 1=yes).
Definition at line 1590 of file jurassic.h.
| double ret_t::err_formod[ND] |
Forward model error [%].
Definition at line 1593 of file jurassic.h.
| double ret_t::err_noise[ND] |
Noise error [W/(m^2 sr cm^-1)].
Definition at line 1596 of file jurassic.h.
| double ret_t::err_press |
Pressure error [%].
Definition at line 1599 of file jurassic.h.
| double ret_t::err_press_cz |
Vertical correlation length for pressure error [km].
Definition at line 1602 of file jurassic.h.
| double ret_t::err_press_ch |
Horizontal correlation length for pressure error [km].
Definition at line 1605 of file jurassic.h.
| double ret_t::err_temp |
Temperature error [K].
Definition at line 1608 of file jurassic.h.
| double ret_t::err_temp_cz |
Vertical correlation length for temperature error [km].
Definition at line 1611 of file jurassic.h.
| double ret_t::err_temp_ch |
Horizontal correlation length for temperature error [km].
Definition at line 1614 of file jurassic.h.
| double ret_t::err_q[NG] |
Volume mixing ratio error [%].
Definition at line 1617 of file jurassic.h.
| double ret_t::err_q_cz[NG] |
Vertical correlation length for volume mixing ratio error [km].
Definition at line 1620 of file jurassic.h.
| double ret_t::err_q_ch[NG] |
Horizontal correlation length for volume mixing ratio error [km].
Definition at line 1623 of file jurassic.h.
| double ret_t::err_k[NW] |
Extinction error [km^-1].
Definition at line 1626 of file jurassic.h.
| double ret_t::err_k_cz[NW] |
Vertical correlation length for extinction error [km].
Definition at line 1629 of file jurassic.h.
| double ret_t::err_k_ch[NW] |
Horizontal correlation length for extinction error [km].
Definition at line 1632 of file jurassic.h.
| double ret_t::err_clz |
Cloud height error [km].
Definition at line 1635 of file jurassic.h.
| double ret_t::err_cldz |
Cloud depth error [km].
Definition at line 1638 of file jurassic.h.
| double ret_t::err_clk[NCL] |
Cloud extinction error [km^-1].
Definition at line 1641 of file jurassic.h.
| double ret_t::err_sft |
Surface temperature error [K].
Definition at line 1644 of file jurassic.h.
| double ret_t::err_sfeps[NSF] |
Surface emissivity error.
Definition at line 1647 of file jurassic.h.