![]() |
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 1323 of file jurassic.h.
| char ret_t::dir[LEN] |
Working directory.
Definition at line 1326 of file jurassic.h.
| int ret_t::kernel_recomp |
Re-computation of kernel matrix (number of iterations).
Definition at line 1329 of file jurassic.h.
| int ret_t::conv_itmax |
Maximum number of iterations.
Definition at line 1332 of file jurassic.h.
| double ret_t::conv_dmin |
Minimum normalized step size in state space.
Definition at line 1335 of file jurassic.h.
| int ret_t::err_ana |
Carry out error analysis (0=no, 1=yes).
Definition at line 1338 of file jurassic.h.
| double ret_t::err_formod[ND] |
Forward model error [%].
Definition at line 1341 of file jurassic.h.
| double ret_t::err_noise[ND] |
Noise error [W/(m^2 sr cm^-1)].
Definition at line 1344 of file jurassic.h.
| double ret_t::err_press |
Pressure error [%].
Definition at line 1347 of file jurassic.h.
| double ret_t::err_press_cz |
Vertical correlation length for pressure error [km].
Definition at line 1350 of file jurassic.h.
| double ret_t::err_press_ch |
Horizontal correlation length for pressure error [km].
Definition at line 1353 of file jurassic.h.
| double ret_t::err_temp |
Temperature error [K].
Definition at line 1356 of file jurassic.h.
| double ret_t::err_temp_cz |
Vertical correlation length for temperature error [km].
Definition at line 1359 of file jurassic.h.
| double ret_t::err_temp_ch |
Horizontal correlation length for temperature error [km].
Definition at line 1362 of file jurassic.h.
| double ret_t::err_q[NG] |
Volume mixing ratio error [%].
Definition at line 1365 of file jurassic.h.
| double ret_t::err_q_cz[NG] |
Vertical correlation length for volume mixing ratio error [km].
Definition at line 1368 of file jurassic.h.
| double ret_t::err_q_ch[NG] |
Horizontal correlation length for volume mixing ratio error [km].
Definition at line 1371 of file jurassic.h.
| double ret_t::err_k[NW] |
Extinction error [km^-1].
Definition at line 1374 of file jurassic.h.
| double ret_t::err_k_cz[NW] |
Vertical correlation length for extinction error [km].
Definition at line 1377 of file jurassic.h.
| double ret_t::err_k_ch[NW] |
Horizontal correlation length for extinction error [km].
Definition at line 1380 of file jurassic.h.
| double ret_t::err_clz |
Cloud height error [km].
Definition at line 1383 of file jurassic.h.
| double ret_t::err_cldz |
Cloud depth error [km].
Definition at line 1386 of file jurassic.h.
| double ret_t::err_clk[NCL] |
Cloud extinction error [km^-1].
Definition at line 1389 of file jurassic.h.
| double ret_t::err_sft |
Surface temperature error [K].
Definition at line 1392 of file jurassic.h.
| double ret_t::err_sfeps[NSF] |
Surface emissivity error.
Definition at line 1395 of file jurassic.h.