TreeMig Code
|
Go to the source code of this file.
Functions/Subroutines | |
real function | biodivindex (nspc, specbio, sumbio) |
BiodivIndex | |
real function biodivindex | ( | integer, intent(in) | nspc, |
real, dimension(nspc), intent(in) | specbio, | ||
real, intent(in) | sumbio ) |
BiodivIndex
Calculates the Shannon Weaver biodiversity index based on the species biomasses
nspc | : number of species : explanation |
specbio | : REAL : species biomasses |
sumbio | : REAL : total biomass |
Definition at line 17 of file EvaluateResultFunctions.f90.