Dear all,
If anybody encounters a problem in post-processing procedure (new version of RegCM3).
The problem is with compilation of postproc.f when we are running postproc.x. The result is following:
 
./postproc.x
ifort -tpp7 -O3 -cm -w -w90 -w95  -Vaxlib -convert big_endian   -c -o postproc.o postproc.f
fortcom: Error: postproc.f, line 8113: This name does not have a type, and must have an explicit type.   [N3D]
      real    f3(im,jm,km,n3d),f2(im,jm,n2d)
..........................^
fortcom: Error: postproc.f, line 8113: A specification expression is invalid.   [N3D]
      real    f3(im,jm,km,n3d),f2(im,jm,n2d)
..........................^
fortcom: Error: postproc.f, line 8113: This name does not have a type, and must have an explicit type.   [N2D]
      real    f3(im,jm,km,n3d),f2(im,jm,n2d)
........................................^
fortcom: Error: postproc.f, line 8113: A specification expression is invalid.   [N2D]
      real    f3(im,jm,km,n3d),f2(im,jm,n2d)
........................................^
compilation aborted for postproc.f (code 1)
make: *** [postproc.o] Error 1
mv: cannot stat `../PostProc/postproc': No such file or directory
./postproc: Command not found.
 
 
Thanks in advance
Svetlana