issues
search
USEPA
/
FrEDI
FrEDI estimates annual physical and economic impacts from climate change to the U.S., through the 21st century
https://usepa.github.io/FrEDI
Other
11
stars
5
forks
source link
Updates to SV code
#170
Closed
knoiva-indecon
closed
4 months ago
knoiva-indecon
commented
4 months ago
Made some updates to SV code:
Now takes state population instead of regional population inputs
Calculates county population from state instead of regional population
Checks for whether there are non-missing rows at ends of year range, exits if there are no non-missing values
Fixed issue with calculating temps2slr (was always using maxYear = 2300 even when range supplied was not as long)
Improved efficiency of calculating impacts, by converting some mapped functions to for loops
Also improved efficiency by dropping the impacts List
Made some updates to SV code: