Closed Saadi4469 closed 4 years ago
This script performs two passes. The first one loops through the grid cells to find the maximum number of elevation intervals (ie. the maxbands
variable). The second pass then gets the actual elevation band values and fractional coverage for those bands. The number of bands are needed for writing the parameter file because VIC expects each cell to have the same number of band information written even though there may not be that many bands in a grid cell.
maxbands
is calculated at the end of the first pass then the script moves to the second pass.
Hopefully, this provides some insight into how/where/why the variable is calculated.
Thank you sir
Hello,
In line 146 of the code:
Can you please tell me where is the variable maxbands first defined? Because before this line, maxbands is no where to be found, and Spyder is raising an error that maxbands is not not defined.
Thank you,