OB.DAAC Logo
NASA Logo
Ocean Color Science Software

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

Go to the source code of this file.

Functions

float calc_nitrate (float chl, float sst, float lat, float lon)
 
void get_nitrate (l2str *l2rec, l2prodstr *p, float prod[])
 

Function Documentation

◆ calc_nitrate()

float calc_nitrate ( float  chl,
float  sst,
float  lat,
float  lon 
)

Definition at line 12 of file get_nitrate.c.

◆ get_nitrate()

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

Definition at line 70 of file get_nitrate.c.