-
Notifications
You must be signed in to change notification settings - Fork 25
Installation
Code development uses Git for version control. If you wish to contribute to code development, it is advised to clone this Git repository and use the same version control tool.
A Makefile
is provided with the source code for compiling HOS-ocean in Linux/Unix environment. The GNU Fortran compiler gfortran or Intel Fortran compiler ifort shall be used. Other Fortran compilers may be used with small adjustments of compiler options, libraries...
Makefile
makes use of executable makedepf90
to extract automatic dependencies available here
Description of compilation, linking... with Windows environment will be completed later.
Different external libraries are needed for the compilation of HOS-ocean
The location of the compiled libraries have to be specified in the Makefile
under the following flag (default is libraries located in /usr/local/lib/
)
LIBDIR=/usr/local/lib/
To be completed