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 option function doesn't handle capitals well #238

Closed edoddridge closed 1 year ago

edoddridge commented 1 year ago

The fortran_option_string function does not handle capitalisation well. I noticed this as I was adding a new logical parameter and kept getting "undefined" errors.

This is another reason to go with snake_case, as decided in #40.

edoddridge commented 1 year ago

Obviated by #239

Closing this issue.