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
I'm wondering if we should replace "field_time_serieses" with "dataset" wherever it appears. I think "dataset" rolls of the tongue better and is also sufficiently distinct from data so that it won't be confused.
Also Oceananigans has a prototype "FieldDataset" designed to represent a group of FieldTimeSeries. It's not used much now, but could be developed further:
I'm wondering if we should replace "field_time_serieses" with "dataset" wherever it appears. I think "dataset" rolls of the tongue better and is also sufficiently distinct from
data
so that it won't be confused.Also Oceananigans has a prototype "
FieldDataset
" designed to represent a group ofFieldTimeSeries
. It's not used much now, but could be developed further:https://github.com/CliMA/Oceananigans.jl/blob/main/src/OutputReaders/field_dataset.jl
The text was updated successfully, but these errors were encountered: