-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix variable names and unused arguments #393
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
f3bc994
complete renaming todos in c_sw and d_sw
mcgibbon f78a81d
rename ptc to u_contra_dyc
mcgibbon 31ad009
rename vort to v_contra_dxc
mcgibbon 9d59699
fix rel_vort argument names in DivergenceDamping
mcgibbon 3651da8
update TODOs
mcgibbon 4463d07
delete dead code
mcgibbon 394bcbc
update documentation reference
mcgibbon 2b6bd81
rename compute_pkz_tempadjust
mcgibbon 1713d25
refactor use of state.pkz to internal temporary
mcgibbon 53e4836
refactor two storages to internal temporaries
mcgibbon 3a7d034
flatten methods of DynamicalCore for clarity
mcgibbon 25f5769
rename dp1 to dp_initial
mcgibbon f6bd4b8
delete untested code
mcgibbon 09e22e8
delete delz, peln from args
mcgibbon 8470ad8
refactor gz, cvm to temporaries
mcgibbon 43e387b
remove unused arguments to remapping
mcgibbon 7dbb4c4
rename RiemannSolver3 to NonhydrostaticVerticalSolver
mcgibbon 56dc008
rename wsd and wsr to ws
mcgibbon dbcac61
rename dm, peln, pem
mcgibbon 16fd29f
rename peg, pelng, gm, and pm
mcgibbon 8b8a385
remove index arguments for Sim1Solver
mcgibbon deec0c2
remove index arguments from MapSingle and MapNTracer
mcgibbon 6564f0f
remove index inputs to RemapProfile
mcgibbon 07a6108
rename p to p_gas as it is gas phase only
mcgibbon 3ab033e
rename gm, dm, and ptr in sim1_solver
mcgibbon 834a897
remove unused mdt argument from TracerAdvection
mcgibbon e5aba0b
remove index arguments from RemapProfile (passing tests this time)
mcgibbon b457077
Rename mfxd, cxd, xfx, and fx (corresponding for y) in tracer advection
mcgibbon 5c755a8
fix some translate tests, delete others
mcgibbon f4f1dc2
fix parallel translate tests
mcgibbon 409275f
Merge branch 'main' into fix/naming
elynnwu 1f0df92
rename riem solver c
elynnwu fdead31
remove unused commet
elynnwu 273e23c
fix orchestration
elynnwu b47a153
this might work
elynnwu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 don't remember why we're removing this
0.25
?