Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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)
 
Top