-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWSM daily running 1 more hour than needed #87
Conversation
Can we merge this? I am currently going through the SMRF outputs and it requires an additional filter for each day to exclude the extra time step at 00:00 for the next day. |
Forgot about this one! |
Thank you! |
FYI, this should be fixed already in the |
Hm ... Does not look like it New PR? |
Hmm, guess "fixed" was a relative term. I don't think that the daily is setup to run how it once was, I'd have to check as I was making a lot of changes to the way AWSM was ran. Off the top of my head, you should be able to run it in a daily mode but write to the same netcdf output files, bypassing the daily folders. It should also have written out to daily folders but the script may not have been fixed. |
Trying to follow your train of thought. I have daily outputs, but basically each day also has a '00:00' hour for the next day. This I attributed to this fix, where SMRF was given 25 hours. Is that correct? Will there be a different behavior on main, no longer producing daily output files? |
Haven't been in AWSM/SMRF world for a while... But yes, this was merged to In |
Transferring fix for issue #87 and run only hours of the same day.
Transferring fix for issue #87 and run only hours of the same day.
updated from 24 hours to 23 hours fix #55