TreeMig Code
Loading...
Searching...
No Matches
ReadNewBioclimIfNecessary.f90
Go to the documentation of this file.
1!==============================================================================
20!===============================================================
21
23
24
26
27 IMPLICIT NONE
28
29 ! Passed variables>--------------------------------------------------------------------------------
30
31 INTEGER, INTENT(in) :: year
32
33 ! Local variables>---------------------------------------------------------------------------------
34 INTEGER :: actualyear
35
36 ! Here the SUBROUTINE starts>**********************************************************************
37
38 actualyear = year + simustartyear ! current year in real years
39 if (envfromfile) then
40 do while (actualyear .ge. newbioclim%cctime) ! if current year > last read in year then read new bioclim data
43 end do
44 end if
45end SUBROUTINE readnewbioclimifnecessary
46! done
subroutine readnewbioclim
ReadNewBioClim
subroutine readnewbioclimifnecessary(year)
ReadNewBioClimIfNecessary.
integer simustartyear
Definition All_par.f90:27
logical envfromfile
Definition All_par.f90:59
type(bioclimdata) newbioclim
Definition All_par.f90:351
type(bioclimdata) oldbioclim
Definition All_par.f90:351