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

update Gridded_to_Mesh_SeaBed_DepthAveraged.m to fix the infinite loop in using Cal_IT_Fric.m #280

Merged
merged 19 commits into from
Feb 21, 2023

Commits on Sep 13, 2020

  1. Merge pull request #1 from CHLNDDEV/Projection

    fixing auto dt sizing function (CHLNDDEV#116)
    Jiangchao3 committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    18a5074 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Merge pull request #2 from CHLNDDEV/Projection

    merge new version
    Jiangchao3 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e4a9342 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Merge pull request #3 from CHLNDDEV/Projection

    new ability
    Jiangchao3 committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    d231a3f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Merge pull request #4 from CHLNDDEV/Projection

    2020.12.21
    Qiu Jiangchao committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    7c7e311 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Merge pull request #5 from CHLNDDEV/Projection

    12.24 pull request
    Qiu Jiangchao committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    ad991cd View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Merge pull request #6 from CHLNDDEV/Projection

    adding plot numticks option to `plot(m,'b')` (CHLNDDEV#165)
    Qiu Jiangchao committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    c2dbcbc View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Merge pull request #7 from CHLNDDEV/Projection

    update for making a riverine boundary
    Qiu Jiangchao committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    318d77e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Merge pull request #8 from CHLNDDEV/Projection

    new pull request
    Qiu Jiangchao committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    bf90efe View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Merge pull request #9 from CHLNDDEV/Projection

    new update
    Qiu Jiangchao committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    390988e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Merge pull request #10 from CHLNDDEV/Projection

    update 05/11
    Qiu Jiangchao committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d5878f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Merge pull request #11 from CHLNDDEV/Projection

    update on 28 June
    Jiangchao Qiu committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b130930 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Merge pull request #12 from CHLNDDEV/Projection

    updat on 28 June
    Jiangchao Qiu committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    2d3f70c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Merge pull request #13 from CHLNDDEV/Projection

    update on 14 August
    Jiangchao Qiu committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    c00e015 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Merge pull request #14 from CHLNDDEV/Projection

    update in Jan 01 2023
    JiangchaoQiu committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    9241198 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Merge pull request #15 from CHLNDDEV/Projection

    delete the dynamicoffset
    JiangchaoQiu committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    852dcb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. update originally generated Gridded_N_values.m in calculating IT

    The IT calculation process sometimes gets stuck in an infinite loop when using the original N data. Here NaNs in the originally generated N data in the vertical direction are firstly filled by extrapolating all N values down the column using the nearest non-NaN value above.
    Jiangchao Qiu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    5bc0f3c View commit details
    Browse the repository at this point in the history
  2. Delete

    Jiangchao Qiu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7ca07af View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. ensure the extrapolating process cover the full extents of Mesh

    add if conditions to address the boundary values
    Jiangchao Qiu committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c53203a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Updated changelog in README

    WPringle committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    838a9ac View commit details
    Browse the repository at this point in the history