[mpas-developers] Error in sw, ocean core

Mark Petersen mpetersen at lanl.gov
Wed Jun 9 16:27:54 MDT 2010


MPAS Developers,

In module_time_integration.F, subroutine compute_solve_diagnostics, the 
line
            if (cellsOnVertex(i,iVertex) > nVertices) cycle VTX_LOOP
  should be
            if (cellsOnVertex(i,iVertex) > nCells) cycle VTX_LOOP

This appears in the sw core and ocean core.  It was already changed in the 
atm core.

If noone has further comments, I will change it in the trunk tomorrow.

Mark


More information about the mpas-developers mailing list