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

Go to the source code of this file.

Functions/Subroutines

subroutine readnewbioclimifnecessary (year)
 ReadNewBioClimIfNecessary.
 

Function/Subroutine Documentation

◆ readnewbioclimifnecessary()

subroutine readnewbioclimifnecessary ( integer, intent(in) year)

ReadNewBioClimIfNecessary.


If the current year is later than the last already read in year, then the next chop of bioclimate years is read in. In the standard application, the bioclimate is given for each single year, so in each year another year is read in.

  • USE: All_par
  • IN:
    Parameters
    year : current year (relative years)
    from ALL_par:
    • simustartyear INTEGER : start year of simulation in real years
    • oldBioClim, newBioClim: TYPE(BIOCLIMDATA): bioclimate data of last year; newBioClim is updated in ReadNewBioclim
    • envFromFile: LOGICAL : read environmental info from file? Usually yes!>
  • CALLS:
  • CALLED FROM:!> - TimeLoop in TimeLoop.f90

Definition at line 22 of file ReadNewBioclimIfNecessary.f90.