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
chl.h
Go to the documentation of this file.
1
#ifndef _CHL_H
2
#define _CHL_H
3
4
static
const
float
pi
=
PI
;
5
static
const
float
chlmin = 0.001;
6
static
const
float
chlmax = 1000.0;
7
static
const
float
chlbad =
BAD_FLT
;
8
static
const
float
minrat = 0.21;
9
static
const
float
maxrat = 30.0;
10
11
#endif
pi
const double pi
Definition:
VcstCmnConsts.h:473
PI
#define PI
Definition:
l3_get_org.c:6
BAD_FLT
#define BAD_FLT
Definition:
jplaeriallib.h:19