ocssw
V2022
|
#include "l12_proto.h"
Go to the source code of this file.
Macros | |
#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[]) |
Macro Definition Documentation
◆ MAXLINE
#define MAXLINE 1024 |
Definition at line 4 of file cdom_morel.c.
◆ NTAB
#define NTAB 100 |
Definition at line 3 of file cdom_morel.c.
Function Documentation
◆ adg_morel()
float adg_morel | ( | float | chl, |
float | idx, | ||
float | wave | ||
) |
Definition at line 272 of file cdom_morel.c.
◆ cdom_morel_ran()
int cdom_morel_ran | ( | int | recnum | ) |
Definition at line 260 of file cdom_morel.c.
◆ chl_cdomcorr_morel()
float chl_cdomcorr_morel | ( | float | chl, |
float | idx | ||
) |
Definition at line 301 of file cdom_morel.c.
◆ get_cdom_morel()
void get_cdom_morel | ( | l2str * | l2rec, |
l2prodstr * | p, | ||
float | prod[] | ||
) |
Definition at line 319 of file cdom_morel.c.
◆ pcdom_morel()
float pcdom_morel | ( | float | chl, |
float | idx | ||
) |
Definition at line 284 of file cdom_morel.c.
◆ run_cdom_morel()
void run_cdom_morel | ( | l2str * | l2rec | ) |
Definition at line 28 of file cdom_morel.c.