compilation error

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
prabha
Posts: 3
Joined: Tue Dec 26, 2017 5:39 pm
Location: University of Allahabad

compilation error

#1 Unread post by prabha »

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.

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: compilation error

#2 Unread post by kate »

Which test case is this? Obviously something is being set inconsistently. Have you run one of the standard cases?

Post Reply