Ed Doddridge

Results 18 issues of Ed Doddridge

There have been two recent emails on the support list that stemmed from users including 2D and 3D variables in the same output stream ([this one](http://mailman.mitgcm.org/pipermail/mitgcm-support/2018-August/011729.html) and [this one](http://mailman.mitgcm.org/pipermail/mitgcm-support/2018-August/011726.html)). `pkg/diagnostics`...

manual

#158 implements some automated checks to work out the correct paths for the NetCDF library. While this is very helpful, having it implemented in only two optfiles means that it...

enhancement

The code coverage data from GitHub Actions does not seem to correctly show code coverage. It looks like the execution counts are not accumulating properly when multiple tests are run.

bug
validation

Add functionality to simulate an N+1/2 layer ocean with active lower layers. A config like this could be used for simulating dense water overflows.

feature

The current test suite checks for consistency between the new outputs and a number of outputs designated as "good". We should augment these checks with some physics motivated tests. These...

validation

As hinted by #182 I want to implement a number of additional timestepping algorithms. Using different timestepping algorithms requires some deeper code changes, since different algorithms require different inputs. For...

feature

Currently the model doesn't compile when using Intel compilers, as shown by the log files attached to https://github.com/edoddridge/aronnax/issues/183#issuecomment-377116631 Attempting to compile results in a number of errors like ``` src/adams_bashforth.f90(19):...

performance
feature

The ability to impose a surface velocity and drag coefficient (see #164) means that the applied surface stress varies with the flow field. In some situations it would be helpful...

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...

bug
usability

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:...

documentation