landlab / landlab

Landlab codebase, wiki, and tests
https://landlab.readthedocs.io/
MIT License
349 stars 331 forks source link

Component standardization #183

Open SiccarPoint opened 8 years ago

SiccarPoint commented 8 years ago

This issue begins an ongoing process of addressing field name and LL style issues in our component set. New script landlab/core/introspect_components.py lets us (well, me) peer inside every file we have inside landlab/components/ and test whether it is meeting our standards in terms of interfaces. It also pulls every field name currently in use (probably a separate issue). This begins as a placeholder issue, but I'll be adding more detailed info on which components are missing what shortly. Spoiler alert: It's quite a lot of them.

This replaces and supersedes issue #111.

SiccarPoint commented 8 years ago

Made some progress on this.