A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l2gen
pml_iop.h
Go to the documentation of this file.
1
#ifndef tjsm_pml_iop
2
#define tjsm_pml_iop
3
4
/* Switch on/off iteration flag for scattering */
5
#define NFLAG 1
6
7
/* Number of bands within the LUTs */
8
#define NB 6
9
10
/* Define maximum bands for other processors */
11
#define MAX_BANDS 16
12
13
/* Functions */
14
#ifndef M_PI
15
#define M_PI 3.14159265358979323846
16
#endif
17
#define radians(degrees) ((degrees) * M_PI / 180.0)
18
#define degrees(radians) ((radians) * 180.0 / M_PI)
19
20
#endif