Running pywatershed with time_step > 1 day
#350
-
I'm trying to run pywatershed on a weekly time step. I've resampled the meteorological forcings to weekly basis (summing for precipitation, averaging tmax and tmin) and I've set the Is there a way to have pywatershed run with a time_step > 1 day? This would reduce the runtime of our large 30-year model substantially, since we're only interested in groundwater recharge on a weekly to monthly basis. If not, what is the role of the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Currently, the timestep is just an ambition. There are a few other places this shows up, but none are actually functional. I'm sorry this is misleading. There is really only daily timestepping available (with some channel flows being calculated hourly). Moving to an arbitrary timestep is not really a priority that has come up. Yes, and the parameters would all need recalibrated, as you mention. |
Beta Was this translation helpful? Give feedback.
-
Speaking of runtime, I'm working on improving run times. This would likely include the ability to reduce output resolution as well, in time. This is definitely many months out, however. Just to be sure, you are using calc_method="numba" where available? Are you also turning off processes you dont need. As far as I can infer, this would only be the PRMSChannel in your case of wanting recharge. |
Beta Was this translation helpful? Give feedback.
Currently, the timestep is just an ambition. There are a few other places this shows up, but none are actually functional. I'm sorry this is misleading. There is really only daily timestepping available (with some channel flows being calculated hourly). Moving to an arbitrary timestep is not really a priority that has come up.
Yes, and the parameters would all need recalibrated, as you mention.