I try to run bio_toy example and have received error message:
Code: Select all
fortcom: Error: analytical.f90, line 143: This name does not have a type, and must have an explicit type. [IPHYT]
t(i,j,k,1,iPhyt)=0.08_r8
----------------------^
fortcom: Error: analytical.f90, line 144: This name does not have a type, and must have an explicit type. [IZOOP]
t(i,j,k,1,iZoop)=0.06_r8
----------------------^
fortcom: Error: analytical.f90, line 146: This name does not have a type, and must have an explicit type. [ILDEN]
t(i,j,k,1,iLDeN)=0.02_r8
----------------------^
fortcom: Error: analytical.f90, line 147: This name does not have a type, and must have an explicit type. [ISDEN]
t(i,j,k,1,iSDeN)=0.04_r8
----------------------^
fortcom: Error: analytical.f90, line 148: This name does not have a type, and must have an explicit type. [ICHLO]
t(i,j,k,1,iChlo)=0.02_r8
----------------------^
compilation aborted for analytical.f90 (code 1)
make: *** [/usr/local/ROMS/Include/Build/analytical.o] Error 1
How can I create a new _ini.nc file for my application? Only Roms_tools?
Thanks in advance