#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include "par_utils.h"
Go to the source code of this file.
|
void | GetAerPhase (l2str *l2rec, int ip, int32_t nbands, float angstrom, float *aerphasefunc, float *omega, float *modelAngstrom) |
|
void | read_aerosol_par (l2str *l2rec, int32_t nbands, float *tablewavelengths, float *tablephaseangles, float *tablealphas, float *tableomegas, float *tableaerphasefunc) |
|
float | EstimateDobson (int32_t year, int32_t month, int32_t day, float lat) |
|
float | EstimateWatVap (int32_t year, int32_t month, int32_t day, float lat) |
|
float | varsol (int32_t jday) |
|
void | triseset (int32_t jday, float xlon, float xlat, float *trise, float *tset) |
|
float | get_solz (int32_t jday, float time, float lon, float lat) |
|
float | interp_as_taulow (float csz, float tau) |
|
float | interp_as_tauhigh (float csz) |
|
◆ NMODEL
◆ NS
◆ NT
◆ EstimateDobson()
float EstimateDobson |
( |
int32_t |
year, |
|
|
int32_t |
month, |
|
|
int32_t |
day, |
|
|
float |
lat |
|
) |
| |
◆ EstimateWatVap()
float EstimateWatVap |
( |
int32_t |
year, |
|
|
int32_t |
month, |
|
|
int32_t |
day, |
|
|
float |
lat |
|
) |
| |
◆ get_solz()
float get_solz |
( |
int32_t |
jday, |
|
|
float |
time, |
|
|
float |
lon, |
|
|
float |
lat |
|
) |
| |
◆ GetAerPhase()
void GetAerPhase |
( |
l2str * |
l2rec, |
|
|
int |
ip, |
|
|
int32_t |
nbands, |
|
|
float |
angstrom, |
|
|
float * |
aerphasefunc, |
|
|
float * |
omega, |
|
|
float * |
modelAngstrom |
|
) |
| |
◆ interp_as_tauhigh()
float interp_as_tauhigh |
( |
float |
csz | ) |
|
◆ interp_as_taulow()
float interp_as_taulow |
( |
float |
csz, |
|
|
float |
tau |
|
) |
| |
◆ read_aerosol_par()
void read_aerosol_par |
( |
l2str * |
l2rec, |
|
|
int32_t |
nbands, |
|
|
float * |
tablewavelengths, |
|
|
float * |
tablephaseangles, |
|
|
float * |
tablealphas, |
|
|
float * |
tableomegas, |
|
|
float * |
tableaerphasefunc |
|
) |
| |
◆ triseset()
void triseset |
( |
int32_t |
jday, |
|
|
float |
xlon, |
|
|
float |
xlat, |
|
|
float * |
trise, |
|
|
float * |
tset |
|
) |
| |
◆ varsol()
float varsol |
( |
int32_t |
jday | ) |
|