Skip to content

CoDICE Lo 3D distribution: update to new algorithms (Phase D deferred) #53

@jtniehof

Description

@jtniehof

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:

  1. Implement the entire algorithm from scratch as described in the algorithm document.
  2. 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.
  3. 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

#54

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions