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

Unknown veg_ values cause issues in albedo decay methods #214

Open micah-prime opened 3 years ago

micah-prime commented 3 years ago

Unknown veg_ values in the config parse as a list of strings. This means that the datemethod of albedo decay will fail when running with unknown veg config options

scotthavens commented 3 years ago

To be clear, this is happening when you add a veg_ option that isn't present in the topo.nc?

While this may be a pain for the operational release, is it worth the fix? Seems like the easier solution is to fix the configuration file?