-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Update the Python TUVX class to allow updates to grid and profile data.
Acceptance Criteria
- Grid and profile values can be updated after creation of a
TUVXinstance and are used in TUV-x calculations
Ideas
- Consider having grids/profiles be properties of the
TUVXclass, so they can be set using regular array syntax instead of by calling update functions like in the C/C++/Fortran APIs - Create an in-code equivalent of the
src/test/data/tuvx/fixed/config.jsonconfiguration with grids and profiles that have the correct dimensions but 0s for all values. Update the values of grids and profiles after creation of theTUVXinstance and compare the output vs a from-fileTUVXinstance in a test.
Blocked by #600
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request