Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2022 from billsacks/runoff_convert_sq_degrees
If area units on source grid file are in sq deg, convert to sq radians This just applies to source grid files in the scrip format. Without this fix, areas were assumed to be in sq radians, which led to mapping weights that were off by about a factor of 3000 if areas were actually in sq degrees. Test suite: Tested runoff_map tool with a source file with units in sq degrees; confirmed that area_a and S values now have the right order of magnitude. Also tested with a source file with units in sq radians, and confirmed that the resulting mapping file is the same as before. Test baseline: n/a Test namelist changes: none Test status: bit for bit Fixes #2018 User interface changes?: none Update gh-pages html (Y/N)?: N Code review:
- Loading branch information