edoddridge / aronnax

An idealised isopycnal model that can be run either with n+1/2 layers, or with n layers and variable bathymetry.
http://aronnax.readthedocs.io/en/latest/
MIT License
24 stars 6 forks source link

Fortran code style #25

Closed axch closed 7 years ago

axch commented 7 years ago

Summary of Fortran code style enforced:

Confirmed, using the test suite, that output remains bit-for-bit identical with the version preceding this PR, on my machine.

Fixes #17 as stated, though this is by no means a complete style guide.

edoddridge commented 7 years ago

I've had a look through this and everything seems great. The implicit variables should have been declared - that was sloppy of me.

Apart from taking away the fun of YELLING, I like it.