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

SV Module: Change hard-coded values to variables #108

Closed knoiva-indecon closed 8 months ago

knoiva-indecon commented 1 year ago

Use configuration years (minYear/maxYear) instead of hard-coded values in utils_sv Line 110 (years = seq(2010, 2090, by=5)

Referencing: Should these years stay hard coded? Or should they be set to default or user-defined variables?

_Originally posted by @emcduffie in https://github.com/USEPA/FrEDI/pull/104#discussion_r1365602501_

knoiva-indecon commented 8 months ago

Addressed in Merge #104