Aidan Heerdegen
Aidan Heerdegen
That's why I think it would easier to have the changes in a separate FMS submodule. If GFDL don't like them we can just rebase our changes on top of...
I'll start a new issue for the FMS submodule task
Adele has had 2 crashes in the last dozen or so runs, and both have the same symptomatology, which is dying in the atmosphere initialisation with no stack trace: ```...
Yes it is 0.1 deg models. I haven't heard any more but I assume it is still an issue. This is an example where having FMS as a submodule (https://github.com/mom-ocean/MOM5/issues/179)...
The verification plots etc for the code changes were done in the pull request: https://github.com/mom-ocean/MOM5/pull/229 I note that the colour scale is not entered on zeros, so the large changes...
@marshallward here are the details of the proposed enhancement
I have some time this morning, so I might give this a crack unless someone else has already done it.
These also seem to be non-standard `standard_name`s ```temperature_flux_due_to_icebergs_expressed_as_heat_flux_into_sea_water icemelt_flux iceform_flux salt_variance global_salinity_variance global_temperature_variance temperature_variance temperature_flux_due_to_evaporation_expressed_as_heat_flux_into_sea_water ```
Generated above list from a list of MOM diagnostics (https://github.com/COSIMA/access-om2/blob/master/MOM_diags.txt) like so: ``` cat MOM_diags.txt | sed -r -n "s/.*standard_name\s*=\s*'(\S*)'.*/\1/p" > MOM_cf_standard_names ``` and then ran that through: ```python import...
Neat. I also notice it is logging available diagnostics. This is something I've been thinking about for quite some time. I was thinking to add it to FMS and do...