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

Storm day restart date #194

Closed scotthavens closed 4 years ago

scotthavens commented 4 years ago

The timezone wasn't being set when using the storm days restart file. Cleaned this up to ensure that we're comparing python datetime objects instead of cftime and pd.Timestep.

jomey commented 4 years ago

Any quick test that can be added?

scotthavens commented 4 years ago

Any quick test that can be added?

Probably but we don't have a storm day netcdf that is in the test data. Right now, the test is in AWSM during the restarting tests, which was how this was discovered.