I am testing GCHP using MAPL3 with pFlogger v1.17.0 and several times have run into this error:
FormatString.F90 158
format_vector() - not enough position arguments for format string.
To find the location in MAPL where the logger call fails I had to add prints to pFlogger to print the string being parsed. It would be great if the error message included that format so that users could easily find and fix the issue. The same is probably true for the rest of the error messages in FormatString.F90.