PGI release 7.05 error in regrid (MM5)

Hi kklee0074,

This is caused by a source code error in pregrid and only works by luck with the 6.0 compilers. The solution is to concatenate a NULL character at the end filename that’s being passed to the C function which opens the data file.

To fix, change line 31 to ron84_record.F

call COPEN(iunit, ifd, trim(on84flnm)//char(0), 1, ierr, -1)

Full details can be found HERE and HERE.

Hopefully the dependency problem will go away after this change. If not, let us know and we’ll try to help out.

  • Mat