You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Ensure that volcello is included in all variable groups where there are 3D ocean variables that reference it
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
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 asOmon.thetao
that havevolcello
as part of their cell_measures fields. For some models with a static ocean surface theOfx.volcello
is sufficient to cover this need, but models with a non-linear free surface would needvolcello
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, andvolcello
should be the product ofthkcello
andareacello
.Are either of the following options appropriate here?
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
The text was updated successfully, but these errors were encountered: