Hi all,
I'm running FUNWAVE in spherical mode. When I have -DSEDIMENT on, I get the following errors when I compile:
build/pre/mod_sediment.f90:1000.6:
TotalBedLoad(I,J) = TotalBedLoad(I,J) &
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
build/pre/mod_sediment.f90:771.9:
Scalx(I,J)=Scalx(I,J) &
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
build/pre/mod_sediment.f90:780.9:
Scaly(I,J)=Scaly(I,J) &
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
build/pre/mod_sediment.f90:800.7:
R1(I,J)= - ((Scalx(i+1,j)-Scalx(i,j))/DX &
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
make: *** [build/obj/mod_sediment.o] Error 1
Compiling is successful with -DSEDIMENT off. I have successfully had the sediment module on when using cartesian coordinates, but now I need to be using spherical with sediment on. Am I missing something in the Makefile or input to ensure the sediment module works with spherical coordinates?
Thank you,
Carly