Alexey Radul
Alexey Radul
Enough for the reviewers at the Journal of Geoscientific Model Development. Results that we will aim to replicated: ### [Johnson & Marshall (2002)](http://journals.ametsoc.org/doi/abs/10.1175/1520-0485%282002%29032%3C1121%3AATFTSA%3E2.0.CO%3B2) This requires: * - [ ] A...
Goal: Provide a safety net for refactoring. Plan: Several extremely short-time and low-resolution runs, checking that the answers are identical bit-for-bit with a previous version. Can use the existing demo...
PR #101 leaves several items from the (ambitious) plan of Issue #95 undone. We should either do, abandon, or officially defer (perhaps in a separate ticket) each of the following...
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...
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...
Self-checking for infinities as well as NaN seems like a reasonable sanity precaution to take, and maintain in the production system.
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...
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...
As noted in https://github.com/edoddridge/aronnax/pull/110#issuecomment-295968257, both the Fortran core and the Python wrapper implement the ability to initialize a uniform-depths simulation; and the test cases redundantly invoke both mechanisms. Things we...
The natural interpretation of relative file names in the keyword arguments of `driver.simulate` is relative to the working directory; whereas the natural interpretation of relative paths in the `aronnax.conf` file...