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

Shallow water and Barotropic Vorticity equation code #227

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    55b85b1 View commit details
    Browse the repository at this point in the history
  2. Copied example input and diag file entries into test case, and set up…

    … shallow code base again.
    sit23 committed May 14, 2019
    Configuration menu
    Copy the full SHA
    dea4afd View commit details
    Browse the repository at this point in the history
  3. updated experiment to get it to run, and updated leapfrog and damping…

    … options in shallow water to get in line with Isca modifications.
    sit23 committed May 14, 2019
    Configuration menu
    Copy the full SHA
    a5a6c8e View commit details
    Browse the repository at this point in the history
  4. Integrated barotropic vorticity equation into Isca framework too. Nee…

    …ded same fixes as shallow dynamics.
    sit23 committed May 14, 2019
    Configuration menu
    Copy the full SHA
    bd7df06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c22f20 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Rewrite of stirring module to retain functionality, but to get rid of…

    … it defining grid for output. This should make it possible to use stirring in the shallow water model.
    sit23 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    717a94a View commit details
    Browse the repository at this point in the history
  2. Updated shallow code to include stirring, but thanks to rewrite of st…

    …irring, we can output stirring variables from within shallow water framework.
    sit23 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    2f6acc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c696ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    993966c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4693d72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8fcd5c View commit details
    Browse the repository at this point in the history
  7. Adding missing model files that I forgot to commit. These are necessa…

    …ry for compilation of new codes.
    sit23 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    a279626 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

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

Commits on May 31, 2019

  1. Updaing shallow water code to better account for deep velocities in i…

    …cs and in PV definition, which I previously modified incorrectly.
    sit23 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    172087f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de1f769 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

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

Commits on Jun 29, 2019

  1. Updated experiments.

    sit23 committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    c1a3f2a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    4e46f2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1cc51d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fd581d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

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

Commits on Feb 7, 2020

  1. parameter updates.

    sit23 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    cbca8c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

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

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    985e952 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into shallow_and_baro

    Conflicts:
    	.gitignore
    	src/extra/python/isca/__init__.py
    sit23 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    f51205e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d706b34 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Axisymmetric test case crashes under gfortran. This is because the dt…

    …-rad variable is supplied as a float when it should be an integrer. Intel accepts this, but gfortran does not. Changing input to an integer fixes the problem.
    sit23 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    809b9a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dc6810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6731e5 View commit details
    Browse the repository at this point in the history
  4. Changing == to .eqv. for logicals, as gfortran objects to these even …

    …though intel compiler does not.
    sit23 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    fece063 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

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

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    3acc1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e259f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f3b925 View commit details
    Browse the repository at this point in the history
  4. Moving the cb.compile step inside the main executable part of the tes…

    …t cases. This prevents the code from compiling each time a different trip test is run, thus making the trip tests much faster.
    sit23 committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    e099244 View commit details
    Browse the repository at this point in the history
  5. Adding shallow water and barotropic vorticity equation test cases to …

    …trip tests. Requires the tests to be more specific about which codebase each test case is using, and also requires a new simple diag table for the 2D cases.
    sit23 committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    a9610f5 View commit details
    Browse the repository at this point in the history