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

Document the meaning and units of measurement of all the parameters. #58

Closed axch closed 7 years ago

axch commented 7 years ago

For now, expanding the comments in the top-level parameters.in file is an adequate place to capture this knowledge. I believe Fortran namelist input permits interspersing line comments with the entries of the namelist, and may even permit comments at the end of a line, like

 &NUMERICS
 au = 200.,  ! viscosity, in Pa * s
 ah = 0.0,   ! thickness diffusivity, in m^2/s
 ...
edoddridge commented 7 years ago

This was closed by #135, which added a new config file to the base directory of the repo that included comments describing each of the parameters, and displayed this file in the documentation.

axch commented 7 years ago

Just a couple little nits from looking that file over: