MPAS-Dev / MPAS-Tools

MPAS Tools Repository
Other
37 stars 63 forks source link

Fix bug when looping over variables #469

Closed trhille closed 2 years ago

trhille commented 2 years ago

When var_name was "beta", extrapolation was being reset to None instead of "min" because of the inadvertent "if" instead of "elif". Testing confirms this commit fixes the issue and properly sets the extrapolation method for beta to "min".