Skip to content

Commit 36e2823

Browse files
committed
Merge branch 'atmosphere/phys_mgr_extra_dim_query' into hotfix-v8.2.2 (PR #1236)
This merge 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 merge with no impact on simulations. * atmosphere/phys_mgr_extra_dim_query: Remove redundant query of nCellsSolve dimension in physics_run_init
2 parents 35bd8b8 + 85473a0 commit 36e2823

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core_atmosphere/physics/mpas_atmphys_manager.F

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ subroutine physics_run_init(configs,mesh,state,clock,stream_manager)
447447
call mpas_pool_get_dimension(mesh,'nAerLevels' ,nAerLevels )
448448
call mpas_pool_get_dimension(mesh,'nOznLevels' ,nOznLevels )
449449
call mpas_pool_get_dimension(mesh,'nCellsSolve',nCellsSolve)
450-
call mpas_pool_get_dimension(mesh,'nCellsSolve',nCellsSolve)
451450
call mpas_pool_get_dimension(mesh,'nSoilLevels',nSoilLevels)
452451
call mpas_pool_get_dimension(mesh,'nVertLevels',nVertLevels)
453452

0 commit comments

Comments
 (0)