![]() |
TreeMig Code
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | readnewbioclim |
| ReadNewBioClim | |
| real function | assignreadordefaultdriver (idriver, drivertext, ndrivers, drivervariables) |
| AssignReadOrDefaultDriver | |
| real function assignreadordefaultdriver | ( | integer, intent(in) | idriver, |
| character(len=35), intent(in) | drivertext, | ||
| integer, intent(in) | ndrivers, | ||
| real, dimension(ndrivers), intent(in) | drivervariables ) |
AssignReadOrDefaultDriver
Function to assign the read in value to the correct driver variables. If not read in, a default value is used.
| nDrivers | : number of drivers (including x,y,year) in the bioclimate file; at least 6 (x,y,year,DD,WiT,DrStr) |
| drivervariables(nDrivers) | : vector of values for all drivers |
| idriver | : index of current driver |
| drivertext | : name of driver |
Definition at line 136 of file ReadNewBioClim.f90.
| subroutine readnewbioclim |
ReadNewBioClim
Reads in bioclimate data for one year All not read in cells are set to a Null value, and masked out in the simulation
Definition at line 24 of file ReadNewBioClim.f90.