TreeMig Code
Loading...
Searching...
No Matches
EvaluateResultFunctions.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

real function biodivindex (nspc, specbio, sumbio)
 BiodivIndex

 

Function/Subroutine Documentation

◆ 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

  • USE: All_par
  • IN:
    • Parameters
      nspc: number of species : explanation
      specbio: REAL : species biomasses
      sumbio: REAL : total biomass
  • OUT:
    • Returns
      BiodivIndex: REAL
  • CALLED FROM:

Definition at line 17 of file EvaluateResultFunctions.f90.