When trying to use the aforementioned subroutine I get the following errors,is there something I can o to fix it?
... checking the executable
wacfort.f:44.38:
USE DECLARATIONS_TOMAWAC, ONLY : ILM_POIN,CLM,KACC,NB_C,SUR_P,
1
Error: Symbol 'ilm_poin' referenced at (1) not found in module 'declarations_tom
awac'
wacfort.f:44.48:
USE DECLARATIONS_TOMAWAC, ONLY : ILM_POIN,CLM,KACC,NB_C,SUR_P,
1
Error: Symbol 'clm' referenced at (1) not found in module 'declarations_tomawac'
wacfort.f:44.52:
USE DECLARATIONS_TOMAWAC, ONLY : ILM_POIN,CLM,KACC,NB_C,SUR_P,
1
Error: Symbol 'kacc' referenced at (1) not found in module 'declarations_tomawac
'
wacfort.f:44.57:
USE DECLARATIONS_TOMAWAC, ONLY : ILM_POIN,CLM,KACC,NB_C,SUR_P,
1
Error: Symbol 'nb_c' referenced at (1) not found in module 'declarations_tomawac
'
wacfort.f:44.62:
USE DECLARATIONS_TOMAWAC, ONLY : ILM_POIN,CLM,KACC,NB_C,SUR_P,
1
Error: Symbol 'sur_p' referenced at (1) not found in module 'declarations_tomawa
c'
wacfort.f:44.68:
USE DECLARATIONS_TOMAWAC, ONLY : ILM_POIN,CLM,KACC,NB_C,SUR_P,
1
Error: Symbol 'stack' referenced at (1) not found in module 'declarations_tomawa
c'
wacfort.f:45.45:
& STACK,STACK2,ALREADY_POM,
1
Error: Symbol 'stack2' referenced at (1) not found in module 'declarations_tomaw
ac'
wacfort.f:45.52:
& STACK,STACK2,ALREADY_POM,
1
Error: Symbol 'already_pom' referenced at (1) not found in module 'declarations_
tomawac'
wacfort.f:45.64:
& STACK,STACK2,ALREADY_POM,
1
Error: Symbol 'mindist' referenced at (1) not found in module 'declarations_toma
wac'
wacfort.f:46.47:
& MINDIST, DEJA_FRMSET
1
Error: Symbol 'deja_frmset' referenced at (1) not found in module 'declarations_
tomawac'
wacfort.f:75.17:
ALLOCATE(ILM_POIN(NPOIN2,10))
1
Error: Allocate-object at (1) is neither a data pointer nor an allocatable varia
ble
wacfort.f:76.17:
ALLOCATE(CLM(NPOIN2))
1
Error: Allocate-object at (1) is neither a data pointer nor an allocatable varia
ble
wacfort.f:77.17:
ALLOCATE(KACC(NPOIN2))
1
Error: Allocate-object at (1) is neither a data pointer nor an allocatable varia
ble
wacfort.f:78.17:
ALLOCATE(NB_C(NPOIN2))
1
Error: Allocate-object at (1) is neither a data pointer nor an allocatable varia
ble
wacfort.f:79.17:
ALLOCATE(SUR_P(NPOIN2,10))
1
Error: Allocate-object at (1) is neither a data pointer nor an allocatable varia
ble
wacfort.f:80.17:
ALLOCATE(STACK(NPOIN2))
1
Error: Allocate-object at (1) is neither a data pointer nor an allocatable varia
ble
wacfort.f:81.17:
ALLOCATE(STACK2(NPOIN2))
1
Error: Allocate-object at (1) is neither a data pointer nor an allocatable varia
ble
wacfort.f:82.17:
ALLOCATE(ALREADY_POM(NPOIN2))
1
Error: Allocate-object at (1) is neither a data pointer nor an allocatable varia
ble
wacfort.f:83.17:
ALLOCATE(MINDIST(NPOIN2))
1
Error: Allocate-object at (1) is neither a data pointer nor an allocatable varia
ble
wacfort.f:96.72:
ILM_POIN(IPOIN,ICLM)=IELEM
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
wacfort.f:99.72:
ILM_POIN(IPOIN,ICLM)=IELEM
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
wacfort.f:102.72:
ILM_POIN(IPOIN,ICLM)=IELEM
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
wacfort.f:105.72:
CLM(IPOIN)=ICLM
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
wacfort.f:114.72:
ALREADY_POM(IP) =.FALSE.
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
wacfort.f:118.72:
NB_C(IPOIN)=0
1
Error: Unexpected STATEMENT FUNCTION statement at (1)
Fatal Error: Error count reached limit of 25.
runCAS: could not compile: fdg.exe
|processExecutable: could not compile your FORTRAN (runcode=1).
|
|... The following command failed for the reason above (or below)
|gfortran -c -O3 -fopenmp -fconvert=big-endian -frecord-marker=4 -I C:\opent
elemac-mascaret\v7p1\builds\win7gfors\lib\utils\special -I C:\opentelemac-masca
ret\v7p1\builds\win7gfors\lib\utils\parallel -I C:\opentelemac-mascaret\v7p1\bu
ilds\win7gfors\lib\utils\damocles -I C:\opentelemac-mascaret\v7p1\builds\win7gf
ors\lib\utils\hermes -I C:\opentelemac-mascaret\v7p1\builds\win7gfors\lib\utils
\bief -I C:\opentelemac-mascaret\v7p1\builds\win7gfors\lib\tomawac wacfort.f
|