Page 1 of 1

Fix the bug for HYSPLIT concentration data reading

Posted: December 13th, 2018, 4:21 am
by yaqiang
A bug exists in MeteoInfo for HYSPLIT output concentration data reading. The i, j index of non-zero elements can be read from data record 8, and the i, j index starting from 1 following Fortran language. MeteoInfo was developed using Java with 0 starting array, so the element positions were read incorrect. The bug was just fixed by minus 1 of i, j index from MeteoInfo version 1.7a2.
hysplit_conc_bug.png
hysplit_conc_bug_fixed.png