TreeMig Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | getbioclimsimple (year, lat, lon, ddegs, wtemp, drstr, avnit, brwpr, disturb, germdrought) |
GetBioClimSimple. | |
subroutine getbioclimsimple | ( | integer, intent(in) | year, |
integer, intent(in) | lat, | ||
integer, intent(in) | lon, | ||
real, intent(out) | ddegs, | ||
real, intent(out) | wtemp, | ||
real, intent(out) | drstr, | ||
real, intent(out) | avnit, | ||
real, intent(out) | brwpr, | ||
real, intent(out) | disturb, | ||
real, intent(out) | germdrought ) |
GetBioClimSimple.
extracts bioclimate (DD, WiT, DrStr) and the other environmental factors for this cell from newBioClim
year | : current year (relative years) |
lat,lon | : coordinates (relative) of actual cell |
ddegs | : current value in grid cell of day degree sum [°C] |
wtemp | : current value in grid cell of minimum winter temperature [°C] |
drstr | : current value in grid cell of drought stress |
avnit | : current value in grid cell of available nutrients |
brwpr | : current value in grid cell of browsing pressure |
disturb | : current value in grid cell of disturbance intensity |
germDrought | : current value in grid cell of drought stress for germination |
Definition at line 97 of file GetBioclim.f90.