-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Summary
The 3d distribution algorithms have changed. The new algorithm is described in the latest algorithm document from January 2026, R3C0 (page 60, "3D VDF"). The version on galaxy is up to date even though the document headers say R2C0 and the title page says Oct 2025.
This is ready to estimate but not yet implement.
Requirements
Follow the algorithm document; the first comment on this issue has some clarifications and notes from discussion of the document.
Three possible approaches:
- Implement the entire algorithm from scratch as described in the algorithm document.
- After step 3 in the algorithm document, in theory each species' data array is very similar to the sectored rates array as used in level 2. So it may be possible to call the L2 code at this point.
- It may make more sense to split the difference and reimplement most of the algorithm, but use the level 2 code to do the geometric factor lookup for the RGFO. This allows us to benefit from any L2 improvements to the lookup (as does option 2).
This should be estimated assuming option 3, but the estimate should include some time for evaluating the feasibility of options 2 and 3. Okay to re-estimate after that assessment (e.g. hopefully reduce estimate if 2 works, or increase it if we have to go to 1).
Once this is completed, the l1a priorities are no longer needed as an input, because the new variables from #54 contain that information.
Related tickets
Metadata
Metadata
Assignees
Labels
Type
Projects
Status