|
ocssw
1.0
|
#include "l12_proto.h"Go to the source code of this file.
Defines | |
| #define | NTAB 100 |
| #define | MAXLINE 1024 |
Functions | |
| void | run_cdom_morel (l2str *l2rec) |
| int | cdom_morel_ran (int recnum) |
| float | adg_morel (float chl, float idx, float wave) |
| float | pcdom_morel (float chl, float idx) |
| float | chl_cdomcorr_morel (float chl, float idx) |
| void | get_cdom_morel (l2str *l2rec, l2prodstr *p, float prod[]) |
| #define MAXLINE 1024 |
Definition at line 4 of file cdom_morel.c.
| #define NTAB 100 |
Definition at line 3 of file cdom_morel.c.
| float adg_morel | ( | float | chl, |
| float | idx, | ||
| float | wave | ||
| ) |
Definition at line 261 of file cdom_morel.c.
| int cdom_morel_ran | ( | int | recnum | ) |
Definition at line 249 of file cdom_morel.c.
| float chl_cdomcorr_morel | ( | float | chl, |
| float | idx | ||
| ) |
Definition at line 290 of file cdom_morel.c.
| void get_cdom_morel | ( | l2str * | l2rec, |
| l2prodstr * | p, | ||
| float | prod[] | ||
| ) |
Definition at line 308 of file cdom_morel.c.
| float pcdom_morel | ( | float | chl, |
| float | idx | ||
| ) |
Definition at line 273 of file cdom_morel.c.
| void run_cdom_morel | ( | l2str * | l2rec | ) |
Definition at line 27 of file cdom_morel.c.
1.7.6.1