OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
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
const double pi
#define PI
Definition: l3_get_org.c:6
#define BAD_FLT
Definition: jplaeriallib.h:19