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

Option to taper neutral diffusion #248

Merged

Commits on Jul 6, 2023

  1. Option to taper neutral diffusion

    This commit adds the option to apply a linear decay in the
    neutral diffusion fluxes within a transition zone defined
    by the boundary layer depths of adjacent columns. This option
    is controlled by a new parameter NDIFF_TAPERING, which is only
    available when NDIFF_INTERIOR_ONLY=True. By default
    NDIFF_TAPERING=False and answers are bitwise identical.
    gustavo-marques committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    61baca8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    1e0b773 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Add hbd to the control structure

    Simplifies and reduces the code by adding hbd to the neutral
    diffusion contril structure. This avoid the need to "extract"
    hbl multiple times. Answers are bitwise indenticals.
    gustavo-marques committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8234e69 View commit details
    Browse the repository at this point in the history
  2. Fix line length

    gustavo-marques committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    53ccbc3 View commit details
    Browse the repository at this point in the history
  3. Allocate hbl

    gustavo-marques committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cf29f1b View commit details
    Browse the repository at this point in the history