OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
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