#include <stdio.h>
#include <math.h>
#include <levmar.h>
#include <netcdf.h>
#include "l12_proto.h"
Go to the source code of this file.
◆ MAXITR
◆ NPAR
◆ get_swim()
void get_swim |
( |
l2str * |
l2rec, |
|
|
l2prodstr * |
p, |
|
|
float |
prod[] |
|
) |
| |
◆ getAttr()
double getAttr |
( |
int |
varid, |
|
|
char * |
attrName |
|
) |
| |
◆ getBottomReflectance()
void getBottomReflectance |
( |
float |
lat, |
|
|
float |
lon |
|
) |
| |
◆ getDefaultBenthicR()
void getDefaultBenthicR |
( |
| ) |
|
◆ getDimensionIds()
void getDimensionIds |
( |
int |
varid, |
|
|
int * |
dimIds |
|
) |
| |
◆ getDimensionLength()
size_t getDimensionLength |
( |
int |
dimId | ) |
|
◆ getVarId()
int getVarId |
( |
char * |
name | ) |
|
◆ initBenthicFile()
void initBenthicFile |
( |
char * |
fileName | ) |
|
◆ iops_swim()
void iops_swim |
( |
l2str * |
l2rec | ) |
|
◆ run_swim()
void run_swim |
( |
l2str * |
l2rec | ) |
|
◆ swim_func()
void swim_func |
( |
double * |
initialParams, |
|
|
double * |
rrsTotal, |
|
|
int |
numParams, |
|
|
int |
numBands, |
|
|
void * |
dataPtr |
|
) |
| |
◆ swim_ran()
int swim_ran |
( |
int |
recnum | ) |
|