-
Notifications
You must be signed in to change notification settings - Fork 353
ctsm5.3.072: Incorporating a new vertical movement scheme for soil nitrate #2992
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
Merged
Merged
Changes from 25 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
f0199d7
Merging vertical N leaching with CTSM5.3.027
0b2e352
change the address in spin-up check tool
0bfeb0d
Merge tag 'ctsm5.3.040' into n-vertical-movement
c417cbb
Revert SpinupStability_BGC_v10.ncl changes as not pertinent to this PR
slevis-lmwg 60b2aa0
Merge tag 'ctsm5.3.065' into n-vertical-movement
slevis-lmwg 614487d
Make use_nvmovement a namelist parameter and make it default .false.
slevis-lmwg 8d34bc7
Change comment to make consistent with the code
slevis-lmwg d175bb7
QIN & QOUT needed for b4b restarts and not needed in history
slevis-lmwg 9e62984
Correct comment update committed earlier today
slevis-lmwg 5b9c0e2
Reverting mistake: QIN & QOUT do not help with bit-for-bit restart
slevis-lmwg 93ba4bb
New testdefs for aux_clm test with use_nvmovement = .true.
slevis-lmwg 8ffd271
Remove namelist abort when both use_nvmovement and matrixcn are .true.
slevis-lmwg 275dc23
Update testlist_clm.xml for Nvmovement tests with and without matrixcn
slevis-lmwg f3b4381
Draft ChangeLog/ChangeSum
slevis-lmwg 51d6f02
Prevent use_nvmovement = .true. when use_nitrif_denitrif = .false.
slevis-lmwg 9a5285e
Rename testmod directory Nvmovement --> nvmovement
slevis-lmwg 9603a08
Change Nvmovement to nvmovement in test-suite tests
slevis-lmwg 8646005
Update draft ChangeLog/Sum
slevis-lmwg dff95b9
Update comment as recommended in code review
slevis-lmwg 04d32d3
Update/correct the nvmovement tests as suggested in the code review
slevis-lmwg 0cebccd
Change h2o to H2O in comments for consistency with existing examples
slevis-lmwg b84826c
Correct dissove to dissolve in comment
slevis-lmwg 1a31282
Split variable assignments to one line per assignment
slevis-lmwg 57aeebf
Replace 0.001 with mmh2o_to_m3h2o_per_m2
slevis-lmwg 169523b
Make comment clearer for wafc, wafc2
slevis-lmwg 87ed1ea
Fix comment about use_nvmovement in namelist_definition_ctsm.xml
slevis-lmwg cda9e19
Add/correct a couple of comments in the code
slevis-lmwg 7d946d9
Replace disp (dissolve percentage) with dissolve_frac
slevis-lmwg c473c49
Rename variables pcl1, pcl2, qflx1, qflx2, and Dw as recommended
slevis-lmwg 1cf9859
Merge tag 'ctsm5.3.071' into n-vertical-movement
slevis-lmwg 09dbc06
Rename variables as recommended in code review
slevis-lmwg f9195c5
Final ChangeLog/Sum
slevis-lmwg 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
1 change: 1 addition & 0 deletions
1
cime_config/testdefs/testmods_dirs/clm/nvmovement/include_user_mods
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../default |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| use_nvmovement = .true. |
|
slevis-lmwg marked this conversation as resolved.
|
This file contains hidden or 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
|
slevis-lmwg marked this conversation as resolved.
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.