OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
pml_iop_calculate.h
Go to the documentation of this file.
1 #ifndef tjsm_pml_iop_calculate
2 #define tjsm_pml_iop_calculate
3 #include<stdio.h>
4 #include <stdlib.h>
5 #include <string.h>
6 
7 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);
8 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);
9 int iter_ab(double rho_w[], double aw[], double bbw[], double F[], double epsb, double epsa, double ab[]);
10 double iter_a(double rho_w, double aw, double bbw, double F, double bb);
11 int iter_ab2(double rho_w[], double aw[], double bbw[], double F[], double epsb, double epsa, double ab[]);
12 double iter_a2(double rho_w, double aw, double bbw, double F, double bb);
13 int biogeochem_mod(float au, float adyu, float *al_m, float *adyl, float *aphl);
14 int biogeochem_iter(float al, float au, float *adyu, float *adyl, float *aphl);
15 
16 #endif
double iter_a2(double rho_w, double aw, double bbw, double F, double bb)
int biogeochem_mod(float au, float adyu, float *al_m, float *adyl, float *aphl)
const double F
double iter_a(double rho_w, double aw, double bbw, double F, double bb)
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)
int biogeochem_iter(float al, float au, float *adyu, float *adyl, float *aphl)
int iter_ab(double rho_w[], double aw[], double bbw[], double F[], double epsb, double epsa, double ab[])
int iter_ab2(double rho_w[], double aw[], double bbw[], double F[], double epsb, double epsa, double ab[])
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)
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
@ MODIS
Definition: AfrtConstants.h:65