Ed Doddridge

Results 66 comments of Ed Doddridge

I like this a lot. I imagine the levels would look something like: - 0: no additional outputs. Output frequency controlled by `DumpFreq` and `AvFreq` - 1: output tendencies at...

i've been mulling this over and haven't come up with a definitive answer. Requiring that `driver.simulate` is called in a directory with an `aronnax.conf` file somewhat reduces the difficulty of...

That would work. My preference is to have the dump frequency in natural units - that way when one wants monthly means, the time step doesn't need to be taken...

That's a good idea. I'll set up a docker file that follows `master`.

@braaannigan - do you have any experience trying to run MPI applications inside docker images? I've set [one up](https://hub.docker.com/r/edoddridge/aronnax-ubuntu), but am struggling to get the model to run, since docker...

Hi @wydh, Sorry you're having difficulties. Thanks for posting the logs. Looks to me like you're using the Intel compilers - I've not been testing against them because I don't...

I just had a look at the Cheyenne website, and it seems as though `mpif90` [always calls](https://www2.cisl.ucar.edu/resources/computational-systems/cheyenne/quick-start-cheyenne#compiling) Intel compilers. I think you'll need to modify the [makefile](https://github.com/edoddridge/aronnax/blob/master/Makefile) and replace `mpif90`...

The bathymetry input supports a similar shortcut in the Fortran core as well. I'm not sure that we should remove the functionality from the core. For the hypothetical user who...

#241 implements this functionality with a 1.5 layer model. N+1/2 not yet implemented.

If we want this report to include simulations that recreate recently published results it will certainly take a fair amount of CPU time to produce - I'd be very surprised...