ocssw
V2022
|
get_pft_hirata.c
Go to the documentation of this file.
76 float ans = (a0 / a1 / y) * exp(((a2 * pow(x + a3, 2)) / pow(a1, 2))) + a4 * pow(x, 2) + a5 * x + a6;
95 float ans = (a0 / a1 / y) * exp(((a3 * pow(x + a4, 2))) / pow(a1, 2)) + a4 * pow(x, 2) + a5 * x + a6;
210 Prokaryotes = (.0067 /.6154 /y) exp [-19.5190 (x + 0.9643)^2 /0.0067^2 ] + 0.1027*x^2 + -0.1189*x + 0.0626
float calc_picoeukaryotes_hirata(float chl)
Definition: get_pft_hirata.c:125
float calc_dinoflagellates_hirata(float chl)
Definition: get_pft_hirata.c:104
float calc_prochlorococcus_hirata(float chl)
Definition: get_pft_hirata.c:84
void get_pft_hirata(l2str *l2rec, l2prodstr *p, float prod[])
Definition: get_pft_hirata.c:145
float calc_prymnesiophytes_hirata(float chl)
Definition: get_pft_hirata.c:135