OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
photic_depth.c File Reference
#include "l12_proto.h"
#include <stdlib.h>
#include <math.h>
#include <gsl/gsl_poly.h>
Include dependency graph for photic_depth.c:

Go to the source code of this file.

Macros

#define Z_CHL_MAX   15.0
 

Functions

void Zphotic_lee (l2str *l2rec, l2prodstr *p, float Zp[])
 
void Zeu_morel (l2str *l2rec, l2prodstr *p, float *Zeu)
 
void Zsd_morel (l2str *l2rec, l2prodstr *p, float *Zsd)
 
void intchl_morel (l2str *l2rec, l2prodstr *p, float *intchl)
 
void Zsd_gbr (l2str *l2rec, l2prodstr *p, float *Zsd)
 
void get_photic_depth (l2str *l2rec, l2prodstr *p, float prod[])
 

Macro Definition Documentation

◆ Z_CHL_MAX

#define Z_CHL_MAX   15.0

Definition at line 14 of file photic_depth.c.

Function Documentation

◆ get_photic_depth()

void get_photic_depth ( l2str *  l2rec,
l2prodstr *  p,
float  prod[] 
)

Definition at line 303 of file photic_depth.c.

◆ intchl_morel()

void intchl_morel ( l2str *  l2rec,
l2prodstr *  p,
float *  intchl 
)

Definition at line 229 of file photic_depth.c.

◆ Zeu_morel()

void Zeu_morel ( l2str *  l2rec,
l2prodstr *  p,
float *  Zeu 
)

Definition at line 148 of file photic_depth.c.

◆ Zphotic_lee()

void Zphotic_lee ( l2str *  l2rec,
l2prodstr *  p,
float  Zp[] 
)

Definition at line 37 of file photic_depth.c.

◆ Zsd_gbr()

void Zsd_gbr ( l2str *  l2rec,
l2prodstr *  p,
float *  Zsd 
)

Definition at line 260 of file photic_depth.c.

◆ Zsd_morel()

void Zsd_morel ( l2str *  l2rec,
l2prodstr *  p,
float *  Zsd 
)

Definition at line 198 of file photic_depth.c.