-
Notifications
You must be signed in to change notification settings - Fork 1
[FEATURE] Environment Support #2
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
✨ What would you like to see?
A comprehensive environment for containing fields, their derivations, etc.
💭 Why is this important?
Would provide a unified environment for maximizing the ability to reuse derived quantities like metrics and inverse metrics.
🧩 Additional Details
The idea would be to have some form of FieldContainer class which contains
- A single grid backed by a single coordinate system.
- A dictionary of
Fieldobjects.
Depending on the type of FieldContainer, it could just be a dictionary or it could be entirely HDF5 backed. It would also facilitate the creation of new fields by anticipating certain needs. For example, and HDF5 FieldContainer would know that new buffers are HDF5Buffer classes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request