I have following errors when compiling IOAPI with Fortran compiler. Could you comment on it, please?
ioapi-3.2/ioapi/modncfio.F90:2323:58:
2323 | ISTAT = NF_GET_VARA_REAL( FID, VID, DIMS, DELS, GRID )
| 1
…
13424 | ISTAT = NF_GET_VARA_REAL( FID, VID, DIMS, DELS, GRID )
| 2
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
make: *** [Makefile:287: modncfio.o] Error 1