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

Harmonise spelling of input variables for initial fields #148

Open edoddridge opened 7 years ago

edoddridge commented 7 years ago

The variables initHfile, initUfile, and initVfile all have a lower case "f", while initEtaFile uses an upper case "F". These variables should use a single standard, and the rest of the code should be checked for compliance with this choice.

This inconsistency is related to #40, which will require a choice of CamelHumping or snake_case for variables and subroutines, and then a thorough sweep of the code to implement the choice.

I'm leaning towards "f" and snake_case for these variables, as discussed in #40.