Small bug in physics/mpas_atmphys_manager.F -- repeated lines

mdtoy65

New member
In the (v8.2.1) physics/mpas_atmphys_manager.F code, lines 449 and 450 are repeated:
449 call mpas_pool_get_dimension(mesh,'nCellsSolve',nCellsSolve)
450 call mpas_pool_get_dimension(mesh,'nCellsSolve',nCellsSolve)
 
Back
Top