Martin Dix
Martin Dix
## 🐛 Bug Report I used regridding to calculate the overlap of an integer mask of a river basin with model grid cell areas. Both cubes are read from netCDF...
Loading a CICE variable takes much more time and memory than a MOM variable. E.g. ``` import cosima_cookbook as cc session = cc.database.create_session() expt = '025deg_jra55_ryf9091_gadi' aice = cc.querying.getvar(expt, 'aice_m',...
Trying to install a file with ``` mode=symlink checksum=.... ``` gives an error. Demonstrated by modifying a test in 04-stdin.t to add a symlink case https://github.com/MartinDix/rose/commit/4030fa5f0fae84fc69033caba2b214d2b331f708 ``` not ok 13...
Something odd I stumbled on while messing with file permissions trying to understand #226. If the permissions of a file in a working copy are different to the permissions in...
The config_files list includes a number of files that the model doesn't actually use. Model configurations would be clearer without the duplicated namelists. See https://github.com/coecms/access-esm/issues/14