noaa-oar-arl / monet

The Model and ObservatioN Evaluation Toolkit (MONET)
https://monet-arl.readthedocs.io
Other
45 stars 21 forks source link

added cdump2netcdf #74

Closed amcz closed 4 years ago

amcz commented 4 years ago

added forecast_data.py to utilhysplit

pep8speaks commented 4 years ago

Hello @amcz! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 7:1: E265 block comment should start with '# ' Line 9:1: E265 block comment should start with '# ' Line 11:80: E501 line too long (91 > 79 characters) Line 14:80: E501 line too long (81 > 79 characters) Line 83:13: E265 block comment should start with '# ' Line 117:80: E501 line too long (97 > 79 characters) Line 119:5: E265 block comment should start with '# ' Line 120:5: E265 block comment should start with '# ' Line 121:5: E265 block comment should start with '# ' Line 123:5: E265 block comment should start with '# ' Line 156:9: E265 block comment should start with '# ' Line 162:9: E265 block comment should start with '# ' Line 170:9: E265 block comment should start with '# ' Line 170:80: E501 line too long (84 > 79 characters) Line 174:9: E265 block comment should start with '# ' Line 182:80: E501 line too long (91 > 79 characters) Line 217:80: E501 line too long (81 > 79 characters) Line 234:9: E265 block comment should start with '# ' Line 236:9: E265 block comment should start with '# ' Line 257:80: E501 line too long (84 > 79 characters) Line 263:9: E265 block comment should start with '# ' Line 275:9: E265 block comment should start with '# ' Line 295:12: W291 trailing whitespace Line 357:5: E265 block comment should start with '# ' Line 358:5: E265 block comment should start with '# '

Comment last updated at 2020-03-24 12:27:51 UTC