ocssw
V2022
|
pml_iop_calculate.c
Go to the documentation of this file.
119 int mod_iter(double rho_w[], float sun_theta, float sen_theta, float dphi, float eps_a, double a[], double bb[], int MODIS, int CASEII) {
246 int iter_ab(double rho_w[], double aw[], double bbw[], double F[], double epsb, double epsa, double ab[]) {
271 int iter_ab2(double rho_w[], double aw[], double bbw[], double F[], double epsb, double epsa, double ab[]) {
291 ab[0] = (epsb * (rho_w[0] - F[0])*(F[1] * bbw[1] - rho_w[1]*(aw[1] + bbw[1]))-(rho_w[1] - F[1])*(F[0] * bbw[0] - rho_w[0]*(aw[0] + bbw[0]))) / scale_a;
int iter_ab2(double rho_w[], double aw[], double bbw[], double F[], double epsb, double epsa, double ab[])
Definition: pml_iop_calculate.c:271
double iter_a2(double rho_w, double aw, double bbw, double F, double bb)
Definition: pml_iop_calculate.c:312
const double C
const double F
float geo2iop(float *levels, float *iopv[MAX_BANDS], int band, float value, int size)
Definition: pml_iop_tables.c:337
int iter_ab(double rho_w[], double aw[], double bbw[], double F[], double epsb, double epsa, double ab[])
Definition: pml_iop_calculate.c:246
int iop_model(double rho_w[], float sun_theta, float sen_theta, float dphi, double a[], double bbp[], double ady[], double ap[], int MODIS, int CASEII)
Definition: pml_iop_calculate.c:14
int biogeochem_iter(float al, float au, float *adyu, float *adyl, float *aphl)
Definition: pml_iop_calculate.c:324
double iter_a(double rho_w, double aw, double bbw, double F, double bb)
Definition: pml_iop_calculate.c:302
int biogeochem_mod(float au, float adyu, float *al_m, float *adyl_m, float *aphl_m)
Definition: pml_iop_calculate.c:396
PGE01 indicating that PGE02 PGE01 V6 for and PGE01 V2 for MOD03 were used to produce the granule By convention adopted in all MODIS Terra PGE02 code versions are The fourth digit of the PGE02 version denotes the LUT version used to produce the granule The source of the metadata environment variable ProcessingCenter was changed from a QA LUT value to the Process Configuration A sign used in error in the second order term was changed to a
Definition: HISTORY.txt:424
int mod_iter(double rho_w[], float sun_theta, float sen_theta, float dphi, float eps_a, double a[], double bb[], int MODIS, int CASEII)
Definition: pml_iop_calculate.c:119