Describe the bug
NLCD40 2011 dataset has an error in the index file where endian=little
This causes inaccurate landuse fractions. Dominate landuse does not shift, but fractional values to shift around that will result in differences in PX LSM simulations.
nlcd2011_ll_9s/index
To Reproduce
Steps to reproduce the behavior:
- run geogrid with index file endian=little and another endian=big
- Compare LANDUSEF arrays and there will be differences
** FIX ***
this should be removed "endian=little" or changed to "endian=big"