Skip to content

Commit

Permalink
Updating atmospheric_physics submodule. (#318)
Browse files Browse the repository at this point in the history
Tag name (required for release branches):
Originator(s): @mwaxmonsky

Description (include the issue title, and the keyword ['closes',
'fixes', 'resolves'] followed by the issue number): Updates
atmospheric_physics submodule to enable vertical diffusion solver
accessible from submodule.

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: None

List all files added and what they do: None

List all existing files that have been modified, and describe the
changes:
(Helpful git command: `git diff --name-status
development...<your_branch_name>`)
M       .gitmodules
M       src/physics/ncar_ccpp
- Updates submodule and its directory to latest tagged release to make
vertical diffusion solver available directly in SIMA.

If there are new failures (compared to the
`test/existing-test-failures.txt` file),
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: All PASS

derecho/gnu/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: N/A

CAM-SIMA date used for the baseline comparison tests if different than
latest: N/A
  • Loading branch information
mwaxmonsky authored Nov 11, 2024
1 parent 9cc084a commit 623ef7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[submodule "ncar-physics"]
path = src/physics/ncar_ccpp
url = https://github.com/ESCOMP/atmospheric_physics
fxtag = e95c172d7a5a0ebf054f420b08416228e211baa3
fxtag = atmos_phys0_06_000
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics
[submodule "ccs_config"]
Expand Down

0 comments on commit 623ef7b

Please sign in to comment.