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

Tracer advection #262

Closed
wants to merge 55 commits into from
Closed

Conversation

fairaque1999
Copy link
Contributor

Description:

Added a new tracer advection model based on the Lorenz-96 using a Semi-Lagrangian scheme.

Fixes issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Documentation changes needed?

  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.

Tests

Please describe any tests you ran to verify your changes.

Checklist for merging

  • Updated changelog entry
  • Documentation updated
  • Version tag

Testing Datasets

  • Dataset needed for testing available upon request
  • Dataset download instructions included
  • No dataset needed

@hkershaw-brown
Copy link
Member

hkershaw-brown commented Aug 3, 2021

To do list:

  • revert any unnecessary changed/deleted/new files. For example everything in models/lorenz_96
    • models/lorenz_96
    • models/simple_advection
    • models/lorenz_96_tracer_advection/tests
  • change model name: directory, diagnostic scripts. I believe the name is "lorenz_96_tracer_advection".
  • write a model_mod.rst


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
Copy link
Member

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?

Copy link
Member

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
@hkershaw-brown
Copy link
Member

hkershaw-brown commented Aug 18, 2021

Notes:

  • shell_scripts directory - do these scripts work? remove the shell scripts directory removed https://github.com/NCAR/DART/tree/tracer_advection_siparcs
  • mkmfs - remove svn info (Helen do this done.)
  • There are some giant obs_seq.in files - I don't think these need to be in the repo.
  • The input/output_file_list does not match where the input files are. I don't think it is worth having the list, since there is one input file, one output file. The input file and output file are set in the namelist at the moment.
  • The readme.rst has some lornez_96 info
  • remove jupyter notebook file.
  • check netcdf files, various files are lorenz_96. Probably should create required netcdf files in quickbuild from .cdl file
  • Check the model runs on multiple processors
 ./quickbuild.csh -mpi 
mpirun -n 2 ./filter
  • Check model size option (how does this work with template.nc)

@hkershaw-brown
Copy link
Member

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:
85cf01f

Or, there is a backup of the branch you can checkout without the new changes from main from here:
https://github.com/hkershaw-brown/DART/tree/tracer_advection

@hkershaw-brown
Copy link
Member

hkershaw-brown commented Dec 8, 2021

note for reviewers,

There are some large files in this branch (as of Dec 7 2021). These should not end up on main.

remote: Resolving deltas: 100% (467/467), completed with 66 local objects.
remote: warning: See http://git.io/iEPt8g for more information.
remote: warning: File models/lorenz_96_lag/work/obs_seq.final is 55.24 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB
remote: warning: File models/lorenz_96_lag/work/obs_seq.final is 55.24 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB
remote: warning: File models/lorenz_96_tracer_advection/work/obs_seq_state_tracer.in is 57.98 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB
remote: warning: File models/lorenz_96_lag/work/obs_seq.final is 55.24 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB
remote: warning: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: 

Copy link
Collaborator

@nancycollins nancycollins left a 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.

@hkershaw-brown
Copy link
Member

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
Added Jeff's interpolate bug fix.

Closing this pull request, and will shortly open a pull request with tracer_advection_siparcs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants