TYPE: bug fix
commitfed90f6e7b210d38eb8a89ca0083bba7529e5b3e
authorMing Chen <chenming@ucar.edu>
Fri, 27 May 2016 21:12:52 +0000 (27 21:12 +0000)
committerMing Chen <chenming@ucar.edu>
Fri, 27 May 2016 21:12:52 +0000 (27 21:12 +0000)
tree379ded0726e86e44f222caa29ccfffa71e97e951
parent3a7ac64eb148e6cb7488960f5f9e928df9ff0a17
TYPE: bug fix

KEY WORDS: MYNN PBL

SOURCE: Brian Reen (US ARMY ARL)

PURPOSE: fix  an array out-of-bound issue

DESCRIPTION OF CHANGES: the second dimension of the array "s_awchem1" is dimensioned to have 'nchem' elements. But in a loop it tried to use the value 'ndvel'. The loop should be from 1 to nchem

LIST OF MODIFIED FILES:

M    phys/module_bl_mynn.F

TEST CONDUCTED: regtest

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/trunk@9378 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
phys/module_bl_mynn.F