-
Notifications
You must be signed in to change notification settings - Fork 4
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
retro nwm 3.0 url bug #52
Comments
Good catch. @RohanSunkarapalli Can you address? |
Yes @jameshalgren , that's right. I gave that condition because when I observed the bucket we saw that the files from year 2007 doesn't have "00" appended to the date format whereas the files from 90's to 2006 has "00" at the tail of the date format. I gave this condition - Line 488 in a3846ba
But if you think it's not needed anymore it could be corrected by modifying the code to this way - def generate_url_retro(date, file_type, urlbase_prefix, retrospective_var_types=None):
|
Addressed by #57 |
This conf_nwmurl.json
yields this retro_filenamelist.txt
but I think it should be
so there's just two missing digits for the minutes, not sure why they are required.
The text was updated successfully, but these errors were encountered: