Trouble with compiling build.bash

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
brest
Posts: 5
Joined: Mon Sep 24, 2018 7:40 pm
Location: INIOAS

Trouble with compiling build.bash

#1 Unread post by brest »

Hi everyone,

Would you please help me fix the following error during compile the build.bash file:

cd /home/maziar/ROMSmaziar/Projects_Maziar/upwelling/Build; /home/maziar/Downloads/q/mpich-3.0.4/bin/mpif90 -c -frepack-arrays -g -fbounds-check -fbacktrace -finit-real=nan -ffpe-trap=invalid,zero,overflow -ffree-form -ffree-line-length-none biology.f90
biology.f90:226.13:

real(dp) :: yday
1
Error: Symbol 'dp' at (1) has no IMPLICIT type
biology.f90:870.28:

pmonth=2003.0_dp-1951.0_dp+yday/365.0_dp
1
Error: Missing kind-parameter at (1)
biology.f90:869.47:

CALL caldate (tdays(ng), yd_dp=yday)
1
Error: Symbol 'yday' at (1) has no IMPLICIT type
make: *** [/home/maziar/ROMSmaziar/Projects_Maziar/upwelling/Build/biology.o] Error 1


Many thanks for your time, in advance.
Kind regards,
Maziar

Post Reply