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

Make a water year date config type #104

Open micahjohnson150 opened 5 years ago

micahjohnson150 commented 5 years ago

It would be great to prescribe a month and day to figure out when certain seasonal items might be applied.

e.g.

start_decay: 04-01 # Assumes the WY end decay: 08-01 # Assumes the WY

scotthavens commented 5 years ago

This would be beneficial to have to ensure that some albedo decay is happening. Would this mean that there is a default albedo decay or should it still be None? The problem I potentially see is picking the default dates. If a user doesn't set this, then they could be unknowingly turning on decay that isn't representative of what is actually going on.

micahjohnson150 commented 5 years ago

Originally I was thinking a default date would be used. But I also like leaving it None like filenames to force the user to action.