sima0_15_000: Complete CCPPization of CAM5 UW PBL scheme (diag_TKE) - #476
Merged
Conversation
jimmielin
had a problem deploying
to
CI-tests-on-CIRRUS
April 22, 2026 14:40 — with
GitHub Actions
Failure
jimmielin
temporarily deployed
to
CI-tests-on-CIRRUS
May 22, 2026 14:53 — with
GitHub Actions
Inactive
nusbaume
approved these changes
Jun 8, 2026
nusbaume
left a comment
Collaborator
There was a problem hiding this comment.
Thanks @jimmielin! I had one request related to setting the first timestep flag, but otherwise everything looks good to me!
Comment on lines
+59
to
+64
| !Because when running with snapshots (thus using the null dycore) | ||
| !the snapshots are always from the second timestep onwards, | ||
| !override here the value of is_first_timestep to .false. as it is | ||
| !never truly the first timestep for the physics | ||
| is_first_timestep = .false. | ||
|
|
Collaborator
There was a problem hiding this comment.
Instead of always setting this to .false., I wonder if we should just see if ncdata_check is set to .true., and if so then is_first_timestep is .false., otherwise it is .true.. The reason is because I can imagine that the null dycore will eventually be used for "real" scientific analyses beyond just snapshot testing (e.g. in a single-column model configuration), in which case we probably won't want this to be set to .false..
Collaborator
Author
jimmielin
temporarily deployed
to
CI-tests-on-CIRRUS
June 8, 2026 15:58 — with
GitHub Actions
Inactive
peverwhee
approved these changes
Jun 9, 2026
jimmielin
temporarily deployed
to
CI-tests-on-CIRRUS
June 9, 2026 16:10 — with
GitHub Actions
Inactive
jimmielin
had a problem deploying
to
CI-tests-on-CIRRUS
June 9, 2026 16:54 — with
GitHub Actions
Error
jimmielin
had a problem deploying
to
CI-tests-on-CIRRUS
June 9, 2026 18:08 — with
GitHub Actions
Error
jimmielin
temporarily deployed
to
CI-tests-on-CIRRUS
June 9, 2026 18:43 — with
GitHub Actions
Inactive
cacraigucar
added a commit
to nusbaume/CAM-SIMA
that referenced
this pull request
Jun 24, 2026
sima0_15_000: Complete CCPPization of CAM5 UW PBL scheme (diag_TKE) (ESCOMP#476)
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.
Tag name (required for release branches): sima0_15_000
Originator(s): @jimmielin
Description (include the issue title, and the keyword ['closes', 'fixes', 'resolves'] followed by the issue number):
Describe any changes made to build system: N/A
Describe any changes made to the namelist: N/A
List any changes to the defaults for the input datasets (e.g. boundary datasets): N/A
List all files eliminated and why: N/A
List all files added and what they do:
List all existing files that have been modified, and describe the changes:
(Helpful git command:
git diff --name-status development...<your_branch_name>)If there are new failures (compared to the
test/existing-test-failures.txtfile),have them OK'd by the gatekeeper, note them here, and add them to the file.
If there are baseline differences, include the test and the reason for the
diff. What is the nature of the change? Roundoff?
derecho/intel/aux_sima:
derecho/gnu/aux_sima:
derecho/nvhpc/aux_sima: All PASS
If this changes climate describe any run(s) done to evaluate the new
climate in enough detail that it(they) could be reproduced:
CAM-SIMA date used for the baseline comparison tests if different than latest: