noaa-oar-arl / monet

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

hcontrol.py changed how wetdep is specified. removed the wetdep #66

Closed amcz closed 5 years ago

amcz commented 5 years ago

attribute from the Species class.

emitimes.py upgrade so that more than one particle species can be represented in the file for both reading and writing.

pep8speaks commented 5 years ago

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

Line 34:80: E501 line too long (80 > 79 characters) Line 276:80: E501 line too long (84 > 79 characters) Line 664:9: E265 block comment should start with '# '

Line 265:80: E501 line too long (80 > 79 characters) Line 566:80: E501 line too long (84 > 79 characters) Line 653:80: E501 line too long (84 > 79 characters) Line 655:80: E501 line too long (83 > 79 characters)

Comment last updated at 2019-06-04 16:13:35 UTC