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

Rename diffusion and viscous parameters? #176

Closed edoddridge closed 6 years ago

edoddridge commented 6 years ago

Currently the model has three diffusion and viscous parameters, if #175 is implemented it will have four.

The current ones are:

Including vertical diffusion of thickness requires another parameter. If we follow this naming scheme it could be az implying vertical thickness diffusion.

However, I think it would be preferable to introduce a distinction between viscous parameters (that affect the momentum equations for u and v) and thickness diffusivities (that affect the equation for h). To that end I propose:

This represents a breaking change, and if we follow semantic versioning would therefore require incrementing the major version number. However, since the model is still in the 0.X phase of development, I'd prefer not to do that.

edoddridge commented 6 years ago

closed by #177