It fails with
Code: Select all
cd xxx; /usr/bin/mpif90 -c -frepack-arrays -fallow-argument-mismatch -O3 -ffast-math -fallow-argument-mismatch convolve.f90
convolve.f90:299:37:
299 | CALL wrt_ini (ng, Rnew(ng))
| 1
Error: Missing actual argument for argument 'tindex' at (1)
Code: Select all
# elif (defined RBL4DVAR || defined RBL4DVAR_ANA_SENSITIVITY) && \
!defined RPCG
ELSE IF (model.eq.iNLM) THEN
DO ng=1,Ngrids
CALL wrt_ini (ng, Rnew(ng))
IF (FoundError(exit_flag, NoError, __LINE__, MyFile)) RETURN