USDA-ARS-NWRC / smrf

SMRF was designed to increase the flexibility of taking measured weather data, or atmospheric models, and distributing the data across a watershed.
Other
12 stars 4 forks source link

Wind enhancements #75

Closed micah-prime closed 6 years ago

micah-prime commented 6 years ago

Station wind enhancements seem to be read in as list, meaning type casting them to float causes an error. I think this is the same issue we have with inicheck where we don't quite know what to do with options that aren't in the config file, but needs addressed in some way.

I will try just grabbing the 0th element of the list in smrf for now.

micah-prime commented 6 years ago

Nevermind, this was already fixed in devel. Good work sub_naught.