OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l2lists.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NLW_412   0
 
#define NLW_443   1
 
#define NLW_490   2
 
#define NLW_510   3
 
#define NLW_555   4
 
#define NLW_670   5
 
#define ANGSTROM   6
 
#define CHLOR_A   7
 
#define K_490   8
 
#define EPS_78   9
 
#define TAU_865   10
 

Variables

char * param_name []
 
float32 slope []
 
float32 intercept [] = {0, 0, 0, 0, 0, 0, 0, 32.0, 0, 0, 0}
 
char * flag_names []
 

Macro Definition Documentation

◆ ANGSTROM

#define ANGSTROM   6

Definition at line 10 of file l2lists.h.

◆ CHLOR_A

#define CHLOR_A   7

Definition at line 11 of file l2lists.h.

◆ EPS_78

#define EPS_78   9

Definition at line 13 of file l2lists.h.

◆ K_490

#define K_490   8

Definition at line 12 of file l2lists.h.

◆ NLW_412

#define NLW_412   0

Definition at line 4 of file l2lists.h.

◆ NLW_443

#define NLW_443   1

Definition at line 5 of file l2lists.h.

◆ NLW_490

#define NLW_490   2

Definition at line 6 of file l2lists.h.

◆ NLW_510

#define NLW_510   3

Definition at line 7 of file l2lists.h.

◆ NLW_555

#define NLW_555   4

Definition at line 8 of file l2lists.h.

◆ NLW_670

#define NLW_670   5

Definition at line 9 of file l2lists.h.

◆ TAU_865

#define TAU_865   10

Definition at line 14 of file l2lists.h.

Variable Documentation

◆ flag_names

char* flag_names[]

Definition at line 46 of file l2lists.h.

◆ intercept

float32 intercept[] = {0, 0, 0, 0, 0, 0, 0, 32.0, 0, 0, 0}

Definition at line 44 of file l2lists.h.

◆ param_name

char* param_name[]
Initial value:
= {
"nLw_412",
"nLw_443",
"nLw_490",
"nLw_510",
"nLw_555",
"nLw_670",
"angstrom_510",
"chlor_a",
"K_490",
"eps_78",
"tau_865",
}

Definition at line 16 of file l2lists.h.

◆ slope

float32 slope[]
Initial value:
= {
0.001,
0.001,
0.001,
0.001,
0.001,
0.0001,
0.0002,
0.001,
0.0002,
0.01,
0.0001,
}

Definition at line 30 of file l2lists.h.