SOWFA FAST compilation error

Hi,

==1==
I am having difficulty in compiling SOWFA.

The operating system is Ubuntu 12.04.1 LTS - 64-bit.
The version of OpenFOAM is 2.1.1.

==2==
The steps taken to compile SOWFA are:

  • Put “sowfa.tgz” under the user directory ( $WM_PROJECT_USER_DIR).
  • “tar -xvzf sowfa.tgz”
  • Rename the “sowfa” to the “kb8e10-2.1.1”
  • Run ./Allwclean
  • Run ./Allwmake

==3==
Nevertheless, I obtain a group of errors. The entire log file is as follows:
[url]http://txtup.net/J9vxF[/url]

In short, I obtain FAST and windPlantPisoSolver errors.

==4==
In detail,
FAST

[code]…/FAST/Source/HydroCalc.f90:812.29:

  CALL RANDOM_SEED ( PUT=WaveSeed(1:2) )
                         1

Error: Size of ‘put’ argument of ‘random_seed’ intrinsic at (1) too small (2/12)
…/FAST/Source/HydroCalc.f90:2701.40:

USE Waves
1
Fatal Error: Can’t open module file ‘waves.mod’ for reading at (1): No such file or directory
…/FAST/Source/FAST_IO.f90:7256.60:

USE Waves, ONLY:WavePkShpDefault
1
Fatal Error: Can’t open module file ‘waves.mod’ for reading at (1): No such file or directory
…/FAST/Source/FAST.f90:1056.85:

                  FloatingPlatform, ONLY:AnchorTension, FairleadTension
                                                                       1          

Fatal Error: Can’t open module file ‘floatingplatform.mod’ for reading at (1): No such file or directory
…/FAST/Source/FAST_Lin.f90:46.49:

USE FASTsubs !Solver
1
Fatal Error: Can’t open module file ‘fastsubs.mod’ for reading at (1): No such file or directory
…/FAST/Source/FAST2ADAMS.f90:510.55:

USE FASTSubs !SetCoordSy
1
Fatal Error: Can’t open module file ‘fastsubs.mod’ for reading at (1): No such file or directory
…/FAST/Source/fastinit.f90:12.93:

          FAST_IO_Subs       ! Begin(), Input(), PrintSum(), RunTimes()
                                                                       1                  

Fatal Error: Can’t open module file ‘fast_io_subs.mod’ for reading at (1): No such file or directory
…/FAST/Source/fastrun.f90:8.89:

              FAST_IO_Subs       ! WrOutHdr(),  SimStatus(), WrOutput()
                                                                       1              

Fatal Error: Can’t open module file ‘fast_io_subs.mod’ for reading at (1): No such file or directory
…/FAST/Source/fastend.f90:12.93:

          FAST_IO_Subs       ! Begin(), Input(), PrintSum(), RunTimes()
                                                                       1                  

Fatal Error: Can’t open module file ‘fast_io_subs.mod’ for reading at (1): No such file or directory
ar: HydroCalc.o: No such file or directory
cp: cannot stat libfast.a': No such file or directory cp: cannot stat libfast.a’: No such file or directory[/code]

windPlantPisoSolver

windPlantPisoSolver.C:48:43: fatal error: horizontalAxisWindTurbinesALM.H: No such file or directory

==5==
Found the solution for the first FAST error, that is CALL RANDOM_SEED, ([url]Compiling FAST under Linux with gfortran - #4 by Bonnie.Jonkman]) although I’ve put it as it was just for completeness.

==6==
Many thanks for any help in advance.
//kuti