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

Implement neural network parameterization of salty turbulent mixing in the upper ocean #3819

Draft
wants to merge 119 commits into
base: main
Choose a base branch
from

Commits on Jun 24, 2024

  1. working version on CPU

    xkykai committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    13cd632 View commit details
    Browse the repository at this point in the history
  2. a working model for GPU!

    xkykai committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bb70e5c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    c9a9c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a07b82 View commit details
    Browse the repository at this point in the history
  3. update using KernelParameters

    xkykai committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    74c8b61 View commit details
    Browse the repository at this point in the history
  4. fix nn closure bug

    xkykai committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6f97c3f View commit details
    Browse the repository at this point in the history
  5. test script for nn closure

    xkykai committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    65f15e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    dbe5759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9ac435 View commit details
    Browse the repository at this point in the history
  3. 2Pr nonlocal physical closure

    xkykai committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5e548da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    772c235 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    9c6873f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d508a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    1faa5a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    930cc7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd95fc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72aebc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2d336e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 18, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    fc081cc View commit details
    Browse the repository at this point in the history
  2. add sponge at bottom

    xkykai committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a78109e View commit details
    Browse the repository at this point in the history
  3. fix metres to meters

    xkykai committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ca8d78c View commit details
    Browse the repository at this point in the history
  4. fix temperature flux

    xkykai committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    78e7a67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaf2183 View commit details
    Browse the repository at this point in the history
  6. reduce size of model

    xkykai committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7e144ff View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    ba7f58d View commit details
    Browse the repository at this point in the history
  2. rename file

    xkykai committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fcb466a View commit details
    Browse the repository at this point in the history
  3. fix S forcing

    xkykai committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b63e7d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67e011c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55d635a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8319ba8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    229feeb View commit details
    Browse the repository at this point in the history
  8. fix tyop_buoyancy_flux bug

    xkykai committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a853275 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    477c6be View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    148a582 View commit details
    Browse the repository at this point in the history
  2. fix plot units

    xkykai committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e9f2f0e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    7f17cf2 View commit details
    Browse the repository at this point in the history
  2. run double gyre with CATKE

    xkykai committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ed8ec7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4081bf View commit details
    Browse the repository at this point in the history
  4. add TKE tracer for CATKE

    xkykai committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    893e529 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. fix closure to use only CATKE

    xkykai committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ba5491d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. update CATKE configuration

    xkykai committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    21a8356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de190d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    7e7a04f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c31868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3609d6c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

  1. using Grids.total_size

    xkykai committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6535be5 View commit details
    Browse the repository at this point in the history
  2. add using KernelParameters

    xkykai committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    812df88 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. update NN model

    xkykai committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    eb50cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2cd2fa View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Update xin_kai_vertical_diffusivity.jl

    Co-authored-by: Gregory L. Wagner <[email protected]>
    xkykai and glwagner authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d3fa8b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. remove type piracy TEOS10.s

    xkykai committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    2448003 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5f864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f443296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f3eed9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    987f1ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4351f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    19f71d3 View commit details
    Browse the repository at this point in the history
  2. uncomment CairoMakie

    xkykai committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3c4102a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b122e7b View commit details
    Browse the repository at this point in the history
  4. fix initial temperature issue

    xkykai committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e0bd65a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 16, 2024

  1. increase simulation run time

    xkykai committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    57c3ac5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    d5a320e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd618a View commit details
    Browse the repository at this point in the history
  3. change filenames

    xkykai committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4abf7e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cf7090 View commit details
    Browse the repository at this point in the history
  5. fix variable error

    xkykai committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    70dbe2f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. update NN configuration

    xkykai committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fd57bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b582447 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

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

Commits on Oct 22, 2024

  1. updated NN model with no Ri

    xkykai committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3609c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823e8c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    893b7bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea77669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3428f5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a5a3e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f6bf66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8385229 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    45eef0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e29bfd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fba127 View commit details
    Browse the repository at this point in the history
  4. fix file name change

    xkykai committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    73afa68 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    1fab19f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d901f View commit details
    Browse the repository at this point in the history
  3. add y resolution variable

    xkykai committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    534d21d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    2551c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff272c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93bf0bc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. fix T_seasonal

    xkykai committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ce68cc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix temperature restoration

    xkykai committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e1603ca View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    a3ab871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51acb9d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    33f2ea8 View commit details
    Browse the repository at this point in the history
  2. fix NN closure

    xkykai committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    36cecb6 View commit details
    Browse the repository at this point in the history
  3. fix NN_closure

    xkykai committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    946d710 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    0c55c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dada2c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d0ef1f View commit details
    Browse the repository at this point in the history
  4. new NN closure including Ri

    xkykai committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4898be4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e84aaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88f7fa4 View commit details
    Browse the repository at this point in the history
  7. run CATKE for 10800days

    xkykai committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    030c890 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    35dbad3 View commit details
    Browse the repository at this point in the history
  2. fix filename

    xkykai committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    88e3cf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Revert "fix filename"

    This reverts commit 88e3cf1.
    xkykai committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    5b34027 View commit details
    Browse the repository at this point in the history
  2. Revert "flush mode water after equilibration"

    This reverts commit 35dbad3.
    xkykai committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8e458e0 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'main' into xk/embed-nn"

    This reverts commit f4f7383, reversing
    changes made to 030c890.
    xkykai committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    34f7437 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebf6639 View commit details
    Browse the repository at this point in the history