| | Compiling with Intel(R) Visual Fortran Compiler XE 12.1.5.344 [IA-32]...
ifort /nologo /debug:full /Od /fpp /I"includes\version\\" /I"includes\genfiles\\" /warn:all /module:"bin\static\win32\Debug\\" /object:"bin\static\win32\Debug\\" /Fd"bin\static\win32\Debug\vc100.pdb" /traceback /check:bounds /libs:static /threads /dbglibs /c /heap-arrays /Qvc10 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\\bin" "c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90"
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(3): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [TYPESANDKINDS]
use typesandkinds, only: slen
-------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(4): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [CONSTANTS]
use constants, only: pi, compi
-------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(5): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PARAMSCONST]
use paramsconst
-------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(62): error #6406: Conflicting attributes or multiple declaration of name. [SLEN]
character(slen) :: Efilename,qfilename,nhfilename,Esfilename
----------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(62): error #6223: A specification expression is invalid. [SLEN]
character(slen) :: Efilename,qfilename,nhfilename,Esfilename
----------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(70): error #6406: Conflicting attributes or multiple declaration of name. [SLEN]
character(slen) :: fname ! file name of boundary condition file
----------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(70): error #6223: A specification expression is invalid. [SLEN]
character(slen) :: fname ! file name of boundary condition file
----------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(99): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PARAMS]
use params, only: parameters
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(100): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [SPACEPARAMSDEF]
use spaceparamsdef, only: spacepars
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(101): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [LOGGING_MODULE]
use logging_module, only: writelog
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(102): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [FILEFUNCTIONS]
use filefunctions, only: create_new_fid
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(103): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [XMPI_MODULE]
use xmpi_module
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(106): error #6406: Conflicting attributes or multiple declaration of name. [SPACEPARS]
type(spacepars),intent(inout) :: s
-----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(107): error #6406: Conflicting attributes or multiple declaration of name. [PARAMETERS]
type(parameters),intent(inout) :: par
-----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(98): warning #6717: This name has not been given an explicit type. [S]
subroutine spectral_wave_bc(s,par,curline)
-------------------------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(98): warning #6717: This name has not been given an explicit type. [PAR]
subroutine spectral_wave_bc(s,par,curline)
---------------------------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(341): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PARAMS]
use params, only: parameters
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(342): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [FILEFUNCTIONS]
use filefunctions, only: create_new_fid
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(343): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [LOGGING_MODULE]
use logging_module, only: report_file_read_error
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(344): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PARAMSCONST]
use paramsconst
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(348): error #6406: Conflicting attributes or multiple declaration of name. [PARAMETERS]
type(parameters),intent(in) :: par
-----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(355): error #6406: Conflicting attributes or multiple declaration of name. [SLEN]
character(slen) :: readfile
----------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(355): error #6223: A specification expression is invalid. [SLEN]
character(slen) :: readfile
----------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(340): warning #6717: This name has not been given an explicit type. [PAR]
subroutine read_spectrum_input(par,wp,fn,specin)
----------------------------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(431): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [READKEY_MODULE]
use readkey_module, only: readkey_int, readkey_dbl, readkey_dblvec, isSetParameter, readkey_intvec, readkey
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(432): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PARAMS]
use params, only: parameters
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(433): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [LOGGING_MODULE]
use logging_module, only: writelog, report_file_read_error
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(434): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [FILEFUNCTIONS]
use filefunctions, only: create_new_fid
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(435): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [WAVE_FUNCTIONS_MODULE]
use wave_functions_module, only: iteratedispersion
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(436): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [XMPI_MODULE]
use xmpi_module
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(437): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PARAMSCONST]
use paramsconst
----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(442): error #6406: Conflicting attributes or multiple declaration of name. [PARAMETERS]
type(parameters), INTENT(IN) :: par
-----------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(429): warning #6717: This name has not been given an explicit type. [PAR]
subroutine read_jonswap_file(par,wp,readfile,listline,specin)
--------------------------------^
c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90(938): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PARAMS]
use params, only: parameters
----------^
C:\Users\mccall\AppData\Local\Temp\672842.i90(3560): catastrophic error: Too many errors, exiting
compilation aborted for c:\repositories\XBeach\trunk\src\xbeachlibrary\waveparamsnew.F90 (code 1)
xbeachlibrary - 31 error(s), 4 warning(s)
|