Hello,
I have problem on compilation of test case.
cd /home/prabha/src/test/arabian/Build_roms; /usr/local/bin/mpif90 -c -frepack-arrays -O3 -ffast-math def_mod.f90
analytical.f90:233.14:
ana_grid.h: no values provided for Xsize, Esize, depth, f0, beta.
1
Error: 'ana_grid' at (1) is not a variable
analytical.f90:291.33:
.
.
.
Error: 'ana_mask' at (1) is not a variable
analytical.f90:500.26:
cd /home/prabha/src/test/arabian/Build_roms; /usr/local/bin/mpif90 -c -frepack-arrays -O3 -ffast-math step2d.f90
f(i,j)=f0+beta*(yr(i,j)-val1)
1
Error: Function 'yr' at (1) has no IMPLICIT type
make: *** [/home/prabha/src/test/arabian/Build_roms/analytical.o] Error 1
make: *** Waiting for unfinished jobs....
I am beginner so I need your kind comments on this problem.
compilation error
Re: compilation error
Which test case is this? Obviously something is being set inconsistently. Have you run one of the standard cases?