Aidan Heerdegen

Results 268 comments of Aidan Heerdegen

> @aidanheerdegen It looks like an optimisation/scope problem and horrible use of global variables. `km` isn't initialised until the call to `set_ice_grid` at line 505 in `ice_grid.F90`. This change to...

The model ran fine, but the runtime is only very short (21s) for testing purposes. You will probably need to increase the run length before you get any diagnostic output,...

Issues in this repository are for code related problems only. There is ample documentation on running the configuring the model here https://mom-ocean.github.io If you have problems after that the google...

Thanks @russfiedler. Just so it is documented, @StephenGriffies had this to say: > The max salinity option was based on open ocean regions, largely in the Gulf Stream where we...

Yes you're right. Forgot the `abs()`. I have made the code changes you suggested, and checked they compiled. Can others take a look? https://github.com/mom-ocean/MOM5/pull/204 Do we want to make a...

Fine. So, has anyone got a nice fast 1 degree test case for this with salinity issues? @aekiss @nicjhan @AndyHoggANU

Still reckon this is a good idea, if most of the benefits of `zarr` storage are available without the hassle of reincoding hundreds of terabytes of data. I believe the...

From an email thread with @jmunroe and @aekiss > When discussing chunking, xarray and netCDF it is very confusing because there is on-disk (netCDF file level) chunking and xarray (dask)...