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

Function Change: import_inputs fix for temp outside of 0-30 range ~ Convert to 0 #181

Closed tonygard-indecon closed 2 months ago

tonygard-indecon commented 2 months ago

Changing the behavior of import_inputs to react to temperature inputs that are outside of the range 0-30.

Previous Behavior: When temperature ranges were outside 0-30 -

  1. the user is warned that those values are outside the range
  2. temperature trajectory was turned to NULL

New Behavior: When temperature ranges are outside 0-30 -

  1. the user is warned that those values are outside the range
  2. the user is warned that those values outside the range will be changed to 0.
  3. the value outside the range are changed to 0 and the rest of the values are preserved.