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

Go to the source code of this file.

Functions/Subroutines

subroutine getbioclimsimple (year, lat, lon, ddegs, wtemp, drstr, avnit, brwpr, disturb, germdrought)
 GetBioClimSimple.
 

Function/Subroutine Documentation

◆ 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

  • USE: All_par
  • IN:
    • Parameters
      year: current year (relative years)
      lat,lon: coordinates (relative) of actual cell
    • FROM All_par
      • newBioClim : TYPE(BIOCLIMDATA) : bioclimdata for one year
  • OUT:
    • Parameters
      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
  • CALLED FROM:

Definition at line 97 of file GetBioclim.f90.