OB.DAAC Logo
NASA Logo
Ocean Color Science Software

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

Go to the source code of this file.

Functions

void init_owmc (l2str *l2rec)
 
float * get_class_ward_owmc (l2str *l2rec)
 
float * get_class_k_owmc (l2str *l2rec)
 
float * get_class_34k_w_owmc (l2str *l2rec)
 

Function Documentation

◆ get_class_34k_w_owmc()

float* get_class_34k_w_owmc ( l2str *  l2rec)

Definition at line 214 of file get_owmc.c.

◆ get_class_k_owmc()

float* get_class_k_owmc ( l2str *  l2rec)

Definition at line 209 of file get_owmc.c.

◆ get_class_ward_owmc()

float* get_class_ward_owmc ( l2str *  l2rec)

Definition at line 204 of file get_owmc.c.

◆ init_owmc()

void init_owmc ( l2str *  l2rec)

Definition at line 33 of file get_owmc.c.