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

Options to enforce KHTR_MIN and KHTH_MIN in the whole water column and fix naming inconsistency #294

Merged
merged 3 commits into from
Aug 9, 2024

Commits on Aug 1, 2024

  1. Rename KhTh_use_ebt_struct to KhTr_use_ebt_struct

    The parameter KHTR_USE_EBT_STRUCT was introduced with an incorrect
    variable name within the local control structure. The variable was
    named KhTh_use_ebt_struct, indicating thickness diffusivity, instead
    of the correct KhTr_use_ebt_struct, which indicates tracer diffusivity.
    This commit rectifies the naming inconsistency.
    gustavo-marques committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8d018d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Option to apply KHTR_MIN in the whole water column

    This commit introduces a new parameter, FULL_DEPTH_KHTR_MIN, which
    enforces a user-specified minimum diffusivity (KHTR_MIN) to be
    applied throughout the entire water column, instead of only at
    the surface. This option is available only when
    KHTR_USE_EBT_STRUCT=True and KHTR_MIN > 0.
    gustavo-marques committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    967908d View commit details
    Browse the repository at this point in the history
  2. Option to apply KHTH_MIN in the whole water column

    This commit introduces a new parameter, FULL_DEPTH_KHTH_MIN, which
    enforces a user-specified minimum diffusivity (KHTH_MIN) to be
    applied throughout the entire water column instead of only at
    the surface. This option is available only when
    KHTH_USE_EBT_STRUCT=True and KHTH_MIN > 0.
    gustavo-marques committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0c63d96 View commit details
    Browse the repository at this point in the history