aronnax
aronnax copied to clipboard
An idealised isopycnal model that can be run either with n+1/2 layers, or with n layers and variable bathymetry.
We should document the following topics - [ ] Usage and options for the command line executable, once that exists (#102). - [x] Format of the configuration file, including named...
Trying to override the value for `slip` in the config file by passing a new one to `driver.simulate` results in `slip` being set to `yes` for `slip=1.`, or `no` for...
The ideal web page for this project will have a section of worked examples advertising the model's capabilities (not necessarily the same as a tutorial on getting started, which is...
As mentioned in #23 (comment), the documentation page for the examples is rather sparse. It would be good to provide more detail on this page, perhaps by implementing the following:...
Self-checking for infinities as well as NaN seems like a reasonable sanity precaution to take, and maintain in the production system.
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...
As identified in #121, the length of character variables used to store the input filenames can be an issue if the names become quite long. A quick fix of increasing...
Adding Hypre necessitated turning off the `-Wall -Werror` lint check in the test suite, because conditional compilation messed up unused variable checking, and maybe other stuff. Can we get it...
PR #89 required the removal of Valgrind from the test suite because it wouldn't work with mpi as implemented. We should put it back, and make sure it can play...
I am imagining a flag (possibly an integer flag with several verbosity levels, or a series of independent boolean flags) that causes the core to dump its fields with very...