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

Machine Learning based vertical diffusivity in EPBL mixing scheme used for ocean surface boundary layer #737

Open
wants to merge 38 commits into
base: dev/gfdl
Choose a base branch
from

Commits on Jul 18, 2024

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

Commits on Jul 29, 2024

  1. Merge pull request #1 from aakashsane/dev/gfdl

    updating ML_diffusivity to latest dev/gfdl
    aakashsane authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    60dd73c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    6328056 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from aakashsane/ML_diffusivity

    Ml diffusivity
    aakashsane authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c77845b View commit details
    Browse the repository at this point in the history
  3. Update MOM_energetic_PBL.F90

    replaced the sigma to z coord algorithm used to map neural network output with a simpler and better algorithm that finds the shape function on the hz vertical grid.
    aakashsane authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3483057 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67e3474 View commit details
    Browse the repository at this point in the history
  5. Update MOM_energetic_PBL.F90

    some typo corrections
    aakashsane authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5d79f16 View commit details
    Browse the repository at this point in the history
  6. added type for hbl

    aakashsane authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c367e28 View commit details
    Browse the repository at this point in the history
  7. fixed typo

    aakashsane authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c025605 View commit details
    Browse the repository at this point in the history
  8. Delete src/parameterizations/vertical/Modified_MOM_energetic_PBL.F90

    extra unwanted file. deleted.
    aakashsane authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fcc96f3 View commit details
    Browse the repository at this point in the history
  9. fixed another typo

    aakashsane authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    43c3113 View commit details
    Browse the repository at this point in the history
  10. some typos

    aakashsane authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fa720d3 View commit details
    Browse the repository at this point in the history
  11. some other typo

    aakashsane authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0e91642 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. f_lower value changed to 0.1 deg.

    f_lower is a lower cap on abs_f used inside equation for v_0. 
    A cap is required to avoid singularity. Capping at any value below 1 deg is okay, solution is not sensitive. 
    f_lower was tested for 1 deg and 0.1 deg. 
    SST and MLD did not change.
    aakashsane authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e3eb879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57af2a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from aakashsane/dev/gfdl

    Merging latest dev/gfdl
    aakashsane authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    01bb7c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge pull request #4 from aakashsane/dev/gfdl

    updating latest dev/gfdl with ML_diffusivity
    aakashsane authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f8da1ec View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fixed some typos

    aakashsane committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4fe384f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838304d View commit details
    Browse the repository at this point in the history
  3. added comments to the code

    aakashsane committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9579165 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

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

Commits on Sep 23, 2024

  1. Merge pull request #5 from aakashsane/dev/gfdl

    updating
    aakashsane authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4f7e3b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. added the scales

    aakashsane committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c5a88e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a35685 View commit details
    Browse the repository at this point in the history
  3. corrected scales stuff

    aakashsane committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2e97964 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    538cc5b View commit details
    Browse the repository at this point in the history
  2. Delete src/parameterizations/vertical/.vscode/settings.json

    deleted unwanted file
    aakashsane authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f940b2e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. made some changes

    aakashsane committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    13aec05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    992f266 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    001273c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37089a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03a07b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update MOM_energetic_PBL.F90

    Added units to a missing variables (v0_dummy)
    aakashsane authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0c0309b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11441f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79414c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57a6e51 View commit details
    Browse the repository at this point in the history