-
Notifications
You must be signed in to change notification settings - Fork 145
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
Tracer advection #262
Tracer advection #262
Conversation
Changes for compiling
…model assimilations
start the ARM forge client on your machine Then submit the job with: qsub submit.sh You will get a message on your machine when the job starts
…on added Working model lorenz 96 lag with source perturbation Squashed commits
To do list:
|
This reverts commit 3fc21d0.
…tracer_advection Merging new cghanges
The test directory is a duplicate of lorenz_96/tests which tests obs_sequence_tool, rather than model specific tests
this is mostly to try readthedocs pull on pull reqeusts
This reverts commit b52f3a1.
|
||
For Lorenz 96 Tracer Advection, DART advances the model, gets the model state and metadata describing this state, finds state variables that are close to a given location, and does spatial interpolation for model state variables. | ||
|
||
The Lorenz 96 Tracer Advection model has a ``work/workshop_setup.csh`` script that compiles and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this true? Does workshop_setup.csh work for lorenz_96_tracer_advection?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no
should not be under version control
models/lorenz_96_tracer_advection/work/filter_input/create_input_netcdf/create_netcdf.ipynb
Show resolved
Hide resolved
models/lorenz_96_tracer_advection/work/filter_input/create_input_netcdf/test.csv
Show resolved
Hide resolved
Notes:
|
Hello, I'm updating this branch with the latest changes from main. If this affects anything you are running for AGU, you can get the branch before the update from main by checkout out this commit: Or, there is a backup of the branch you can checkout without the new changes from main from here: |
note for reviewers, There are some large files in this branch (as of Dec 7 2021). These should not end up on main.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i haven't yet tried running any of these cases (i will soon) but i'm filing review comments for the code i have looked at.
Hello, I have moved Ishraque's work to the branch https://github.com/NCAR/DART/tree/tracer_advection_siparcs I think I have addressed Nancy comments and only moved the stuff that is needed. (leaving Ishrques large file and files that were copied wholesale from lorenz_96). 3ce7a74 Closing this pull request, and will shortly open a pull request with tracer_advection_siparcs |
Description:
Added a new tracer advection model based on the Lorenz-96 using a Semi-Lagrangian scheme.
Fixes issue
Types of changes
Documentation changes needed?
Tests
Please describe any tests you ran to verify your changes.
Checklist for merging
Testing Datasets