RegridLoop
does not iterate to the last index in the LUH2 dataset variable list
#15
Labels
bug
Something isn't working
The variable
varlen
does not need to be reduced by one asrange
will generate an iterable object starting from 0.tools-fates-landusedata/src/landusedata/regrid.py
Lines 36 to 39 in 5b35732
This is a silent and "harmless" bug as the last index in the LUH2 datasets are not variables that are regridded and thus skipped anyways. That said, this should be fixed should the variable order change.
The text was updated successfully, but these errors were encountered: