Skip to content

Observations below the physical model bottom #3

Description

@denispauline

[Comment from Kenny]

Bathymetric/Grid smoothing means that some observation depths, particularly around the shelf break, are deeper than the depth represented by the model .

The original use of numpy.interp silently assigns the deepest model-layer value to observations below the model bottom.

This all ties into how the depth is calculated as well because GETM reports layer thicknesses rather than physical layer depths, I added code that calculates depth from the sum(h), but that has cascading impacts on decisions like how we want to handle these values that are outside of the model domain. I currently retain observations below that bottom in the output table, but assign mod = NaN and exclude them from the statistics.

How do you want this to be handled, scaling depths to observations? Ie deepest observation is equivalent to the bottom layer, everything is scaled relatively to that?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions