MPAS-Dev / MPAS

Repository for private MPAS development prior to the MPAS v6.0 release.
Other
4 stars 0 forks source link

fix pool warnings in analysis members #1478

Closed mark-petersen closed 6 years ago

mark-petersen commented 6 years ago

This fixes analysis members that currently write warnings on every call.

mark-petersen commented 6 years ago

See original post at https://github.com/ACME-Climate/ACME/pull/1900#issuecomment-352780171. This fix was tested and removes the lines:

WARNING: Error: Field ssh has more than one time level, but no timeLevel argument given.
WARNING: Error: Field normalVelocity not found in pool.

from the log*out file. @vanroekel I think a visual inspection is sufficient.