New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9501 – NEMO

Changeset 9501

Timestamp:
2018-04-25T10:18:44+02:00 (6 years ago)
Author:
frrh
Message:

Ensure ALL diagnostics are bit comparable on different PE configurations.

Essentially this involves ensuring that ALL wrap columns in global models
are up to date at the point of writing diagnostics. Without this,
hundreds (!) of diagnostics feature wrap columns which contain uninitialised
data, the contents of which may vary with PE decomposition. Those are the
detectable ones. In the cases that diagnostics are actually initialised, it's
impossible to detect duff wrap column data w/o manually examining every
diagnostic. That then leads to questions about data integrity
(e.g. if someone daoes a global max or min operation on a field w/o
properly poplulated data they will get incorrect, and not necessarily
noticeable, information!)

Also remove redundant, duplicate computation and iom_put of 3D
diagnostic weiv_masstr.

File:
1 copied

Note: See TracChangeset for help on using the changeset viewer.