I've just installed ROMS and when I compile build.sh some messages of error appear. Such as these:
Code: Select all
fortcom: Error: bc_bry2d.f90, line 44: This name does not have a type, and must have an explicit type. [ISTR]
IF (Istr.eq.1) THEN
--------^
fortcom: Error: bc_bry2d.f90, line 45: This name does not have a type, and must have an explicit type. [ISTRR]
IstrR=Istr-1
--------^
fortcom: Error: bc_bry2d.f90, line 46: This name does not have a type, and must have an explicit type. [ISTRU]
IstrU=Istr+1
--------^
I don't know exactly what the problem is, but I think it can be related to set_bounds.h and mod_params.F.
Thanks a lot for your help.