Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure cell_measures variables are available: Omon.volcello outside the DECK #65

Open
matthew-mizielinski opened this issue Dec 2, 2020 · 0 comments

Comments

@matthew-mizielinski
Copy link

It's been reported to me that there aren't any requests for Omon.volcello (time varying ocean cell volume, 3D field) outside of the DECK runs, but that there are variables such as Omon.thetao that have volcello as part of their cell_measures fields. For some models with a static ocean surface the Ofx.volcello is sufficient to cover this need, but models with a non-linear free surface would need volcello at the same frequency in order to compute accurate average time series.

We do have level thickness (thkcello) within the data request which is connected up to many more experiments at the required frequency, and volcello should be the product of thkcello and areacello.

Are either of the following options appropriate here?

  1. Ensure that volcello is included in all variable groups where there are 3D ocean variables that reference it
  2. Alter the cell_measures to indicate that thkcello and areacello can be used instead.

For option 1 we might be able to drop thkcello to avoid producing equivalent data twice, but there may be other implications of this. Option 2 would look a little messy/ confusing if attributes such as

    thetao:cell_measures = "areacello thkcello*areacello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant