Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@mgduda
Copy link
Contributor

@mgduda mgduda commented Sep 20, 2024

This PR removes a redundant query of the nCellsSolve dimension in the physics_run_init routine.

The physics_run_init routine in the mpas_atmphys_manager module contained a redundant query of the nCellsSolve dimension from the mesh pool, which has been removed by this PR with no impact on simulations.

The physics_run_init routine in the mpas_atmphys_manager module contained a
redundant query of the nCellsSolve dimension from the mesh pool. This commit
simply removes the extra query.
Copy link
Collaborator

@gdicker1 gdicker1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by inspection

@ldfowler58
Copy link
Contributor

Approved by inspection as well.

@mgduda mgduda merged commit 36e2823 into MPAS-Dev:hotfix-v8.2.2 Sep 20, 2024
mgduda added a commit that referenced this pull request Sep 20, 2024
This merge addresses several issues in the MPAS-Atmosphere model and in the MPAS
infrastructure. Specific changes in this merge include:

* Fix to a portability issue in the MPAS registry 'parse' tool, which caused
  files in the src/core_<CORE>/inc directory to not be generated correctly at
  build time on some systems (PR #1229).

* Addition of two fields, brtemp and cldmask, that are needed by MPAS-JEDI.
  Although not needed by stand-alone MPAS-Atmosphere, these fields are
  associated with the 'jedi_da' package and therefore have no effect when
  MPAS-Atmosphere is run without setting config_jedi_da = true (PR #1232).

* Removal of a redundant query of the nCellsSolve dimension in the
  physics_run_init routine. The extra query had no impact on results, and its
  removal can be considered clean-up (PR #1236).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.