Skip to content

Commit 85473a0

Browse files
committed
Remove redundant query of nCellsSolve dimension in physics_run_init
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.
1 parent 942d402 commit 85473a0

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)