-
Notifications
You must be signed in to change notification settings - Fork 22
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
CCPPize dme_adjust #211
Open
cacraigucar
wants to merge
8
commits into
ESCOMP:development
Choose a base branch
from
cacraigucar:atmos_dme_adj
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
CCPPize dme_adjust #211
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
15bc496
Preliminary dme work and create conservation_adjust directory
cacraigucar 0b7a63c
Updates for CAM-SIMA
cacraigucar 9837e47
Merge remote-tracking branch 'upstream/development' into atmos_dme_adj
cacraigucar ec5106b
Update dme_adjust in SDFs
cacraigucar 4b58b30
Fixes to run in CAM-SIMA
cacraigucar ef4c35f
Merge remote-tracking branch 'upstream/development' into atmos_dme_adj
cacraigucar 0cc62ba
Add comment regarding dme_adjust in kessler and tj2016 SDFs
cacraigucar b5925a8
Fix comments
cacraigucar 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,8 @@ | |
<scheme>qneg</scheme> | ||
|
||
<!-- Update cp/cv for energy computation based in updated water variables --> | ||
<scheme>thermo_water_update</scheme> | ||
|
||
<-- COMMENTED OUT until qini/liqini/iceini have initialization routines --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same issue regarding the comment syntax here (should be |
||
<!-- <scheme>dme_adjust</scheme> --> | ||
|
||
<!-- MPAS and SE specific scaling of temperature for enforcing energy consistency: | ||
|
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 presume that this is not enabled because CAM-SIMA cannot run
dme_adjust
standalone due toqini
/liqini
/iceini
not being set, could you confirm? It would be good to make a note of the reason why this will remain disabled, after this scheme is available, to signal that this is intentional.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.
Hi @cacraigucar thanks for adding the comment, I think you may have missed a
!
in the xml comment syntax (should be<!--
starting instead of<--
)