Skip to content
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

Rewrite oplus #21

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open

Rewrite oplus #21

wants to merge 4 commits into from

Commits on Sep 17, 2024

  1. Rewrite oplus

    The oplus module is rewritten to split the calculation independent of O+ sub-cycling. This may help speed up the model when there are a lot of O+ sub-cycling.
    hzfywhn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6934097 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix O+ production

    A multiplier (o1_cm3) in O+ production rate calculation was not changing in k,i,lat loops. It is fixed in this commit.
    hzfywhn committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e8eaa32 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Reorganize for clarity

    Some post-processing calculations are reorganized for better clarity.
    hzfywhn committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    74c3c11 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Minor cleanup

    Some calculations are rearranged to better reflect the logic.
    hzfywhn committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    aa88f2c View commit details
    Browse the repository at this point in the history