#include <stdio.h>
#include <math.h>
#include "l12_proto.h"
Go to the source code of this file.
|
| int | bpar_ran (int recnum) |
| |
| void | bpar_init (l2str *l2rec) |
| |
| int | cacl_isleap (int year) |
| |
| double | calc_solz_t (l2str *l2rec, int ip, double soltime) |
| |
| void | calc_solz_t_array (l2str *l2rec, int ip) |
| |
| double | calc_benthic_ipar (l2str *l2rec, int ip, double z, double solza) |
| |
| double | calc_benthic_par (l2str *l2rec, int ip, double z) |
| |
| void | run_bpar (l2str *l2rec) |
| |
| void | get_bpar (l2str *l2rec, l2prodstr *p, float prod[]) |
| |
◆ KD_MAX
◆ KD_MIN
◆ bpar_init()
| void bpar_init |
( |
l2str * |
l2rec | ) |
|
◆ bpar_ran()
| int bpar_ran |
( |
int |
recnum | ) |
|
◆ cacl_isleap()
| int cacl_isleap |
( |
int |
year | ) |
|
◆ calc_benthic_ipar()
| double calc_benthic_ipar |
( |
l2str * |
l2rec, |
|
|
int |
ip, |
|
|
double |
z, |
|
|
double |
solza |
|
) |
| |
◆ calc_benthic_par()
| double calc_benthic_par |
( |
l2str * |
l2rec, |
|
|
int |
ip, |
|
|
double |
z |
|
) |
| |
◆ calc_solz_t()
| double calc_solz_t |
( |
l2str * |
l2rec, |
|
|
int |
ip, |
|
|
double |
soltime |
|
) |
| |
◆ calc_solz_t_array()
| void calc_solz_t_array |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ get_bpar()
| void get_bpar |
( |
l2str * |
l2rec, |
|
|
l2prodstr * |
p, |
|
|
float |
prod[] |
|
) |
| |
◆ run_bpar()
| void run_bpar |
( |
l2str * |
l2rec | ) |
|
◆ timeStepNum