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

Adds additional lapse rate options for moist_lapse #3224

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2023

  1. added pseudo, reversible, and so13 lapse types

    Osamu Miyawaki committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    50f58e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. added Romps (2014) lapse rate

    Osamu Miyawaki committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0600059 View commit details
    Browse the repository at this point in the history
  2. updated documentation for parcel_profile

    Osamu Miyawaki committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1744d78 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. set default lapse_type='standard' for parcel_profile

    Osamu Miyawaki committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    47e009c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. simplified so13 input parameters by calculating pseudoheight with par…

    …cel T and p
    Osamu Miyawaki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    26b8809 View commit details
    Browse the repository at this point in the history
  2. cap max lapse rate to dry adiabat for so13

    Osamu Miyawaki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b052f98 View commit details
    Browse the repository at this point in the history
  3. comply with whitespace and linewidth conventions

    Osamu Miyawaki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4522473 View commit details
    Browse the repository at this point in the history
  4. extend support to parcel_profile_with_lcl

    Osamu Miyawaki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    53b3e22 View commit details
    Browse the repository at this point in the history
  5. remove trailing whitespace

    Osamu Miyawaki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    90f29b1 View commit details
    Browse the repository at this point in the history
  6. fix whitespace and linewidth

    Osamu Miyawaki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f89bc6f View commit details
    Browse the repository at this point in the history
  7. fix whitespace

    Osamu Miyawaki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    85bd432 View commit details
    Browse the repository at this point in the history
  8. fix indents

    Osamu Miyawaki committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    baf065d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix indents

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a5a42ba View commit details
    Browse the repository at this point in the history
  2. fix indents

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c2c8448 View commit details
    Browse the repository at this point in the history
  3. fix url issue

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4e00271 View commit details
    Browse the repository at this point in the history
  4. conform code style

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5f1cc4d View commit details
    Browse the repository at this point in the history
  5. conform code style

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e857cc0 View commit details
    Browse the repository at this point in the history
  6. conform code style

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cefd5e5 View commit details
    Browse the repository at this point in the history
  7. conform code style

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d5fff71 View commit details
    Browse the repository at this point in the history
  8. move dt defs out of moist_lapse

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d833572 View commit details
    Browse the repository at this point in the history
  9. move dt defs out of moist_lapse

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7683cb2 View commit details
    Browse the repository at this point in the history
  10. reduce complexity of moist_lapse

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e54881f View commit details
    Browse the repository at this point in the history
  11. add docstrings

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2232cc3 View commit details
    Browse the repository at this point in the history
  12. add period to docstring

    Osamu Miyawaki committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    373e4b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    85afef0 View commit details
    Browse the repository at this point in the history
  2. make lapse_* functions importable

    Osamu Miyawaki committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    521f766 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. add Python notebook example of new lapse rate functionality

    Osamu Miyawaki committed May 29, 2024
    Configuration menu
    Copy the full SHA
    edd4aa5 View commit details
    Browse the repository at this point in the history