-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enable bandwidths for scalars and timeseries #52
Comments
My suggestion for task one (bandwidths in scalars), is to change type of column |
Regarding task two, we could use |
Task three could be implemented, by adding three new tables
From those tables all needed information for one reference scenario can be gathered... |
Great initiative! Similarly for 2., but for timeseries in most of the cases you would have a fixed timeseries or a list of timeseries that can be used to sample from. |
Hi @jnnr |
Hi @chrwm! You are right, this is an extension of @henhuy s proposal. In fact, I wonder what "discrete" or "continous" should mean without defining some distribution to sample from? To make it a bit more concrete:
update replaced "discrete" with "list", as you could think of discrete distributions as well. List would imply that all values are equally probable to be drawn. |
The bandwidth_types will be based on NetCDF conventions and extended with custom conventions from the SEDOS project. Your proposals and definitions can be included as the latter. |
@chrwm from 2022-07-28 AP1 meeting:
|
A new OEDatamodel version shall be developed, which allows bandwidths for scalars and timeseries per scenario.
IMO this needs three implementation changes:
Possible implementations can be discussed here.
The text was updated successfully, but these errors were encountered: