Andrew Kiss

Results 26 issues of Andrew Kiss

Hi @marshallward, just wondering if you'd consider this PR. It adds an optional `colwidth` argument to `write` and associated functions that sets a minimum column width between the start of...

Fe outputs are given units of mmol/m^3, but should be umol/m^3. See discussion: https://github.com/COSIMA/01deg_jra55_iaf/issues/11#issuecomment-1048465815

It looks like non-temperature tracer fluxes and tendencies are given generic units that don't take into account the units of the tracer (ie it is assumed the tracer is dimensionless):...

`/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v140_iaf_cycle3/output488/ocean/ocean-2d-surface_pot_temp-1-monthly-min-ym_1958_01.nc` has a maximum of 273.15K for January 1958 ![Screen Shot 2021-05-27 at Thu 27-5 10 59am](https://user-images.githubusercontent.com/31054815/119749665-e770a800-beda-11eb-8b47-d288d38ac534.png) but Feb 1958 (and all other dates I've looked at) seem OK ![Screen...

Not the end of the world, but a bit annoying: Specifying a reduction method of pow## in `diag_table` doesn't modify the units of the output field in the netcdf. e.g....

A note to one day implement a more consistent range for squared diagnostic tracer outputs as suggested by @russfiedler in PR https://github.com/mom-ocean/MOM5/pull/332

Just noting here a floating point exception I have encountered 3 times in access-om2-01 with `fms_ACCESS-OM_afe80bfd.x` since September. These are non-reproducible crashes that occur in the first few minutes before...

Just copying this from [Slack](https://arccss.slack.com/archives/C6PP0GU9Y/p1658895584112989) so we don't lose it: Some of the BGC output in [IAF cycle 4](https://github.com/COSIMA/01deg_jra55_iaf/issues/11) is saved as one time level per file. In these cases...

🐞 bug

Just a thought - for the big 0.1deg runs we save a lot of data on request but it's sometimes unclear how much of it actually gets used or by...

🧜🏽‍♀️ enhancement
🥞 database

when I try ```python import cosima_cookbook as cc session = cc.database.create_session() sea_level = cc.querying.getvar('01deg_jra55v13_iaf','eta_t',session) ``` I get ```python ValueError Traceback (most recent call last) in 1 import cosima_cookbook as cc...

🐞 bug