Implement energy and water checker for YOG#53
Open
MarionBWeinzierl wants to merge 12 commits intoCAM-MLfrom
Open
Implement energy and water checker for YOG#53MarionBWeinzierl wants to merge 12 commits intoCAM-MLfrom
MarionBWeinzierl wants to merge 12 commits intoCAM-MLfrom
Conversation
Collaborator
Author
Collaborator
Author
|
The output of the built-in energy checker (not the new implementation) is:
|
Collaborator
Author
|
OK, this is where the factor 100 comes from:
CAM-ML/src/physics/cam/nn_interface_cam.F90 Line 135 in 6e1b04a
SAM_sounding_init: CAM-ML/src/physics/cam/nn_interface_cam.F90 Line 562 in 6e1b04a |
…mass conservation on CAM grid after YOG.
2eb7c73 to
0b9a7f1
Compare
0b9a7f1 to
34c0ab3
Compare
Collaborator
Author
|
Last time step with @jatkinson1000 's new changes: We loose water (increasing from 0.04% in the first iteration to 0.168% in the last), and we gain a bit of energy. :-/ |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


This PR is an implementation of a water and energy conservation checker to investigate the conservation errors observed in #34 .
The implementation is based on lines 404ff in check_energy.F09.
The checker should be called at various places in nn_interface_cam.F90->n_convection_flux_CAM.
The output can be found in the
atm.log.***.gzfiles.