New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
1_install.md in branches/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/TOOLS/SIREN/src/docsrc – NEMO

source: branches/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/TOOLS/SIREN/src/docsrc/1_install.md @ 7152

Last change on this file since 7152 was 7152, checked in by jcastill, 7 years ago

Initial implementation of wave coupling branch - INGV wave branch + UKMO wave coupling branch

File size: 618 bytes
Line 
1# How to Install
2
3# Install NEMO
4to install SIREN, you should first install NEMO.
5see [here](http://www.nemo-ocean.eu/Using-NEMO/User-Guides/Basics/NEMO-Quick-Start-Guide)
6
7# Compile SIREN
8when NEMO is installed, you just have to compile SIREN codes:
91. go to ./NEMOGCM/TOOLS
102. use maketools <br/>
11   to get help: maketools -h
12
13# Fortran Compiler
14   SIREN codes were succesfully tested with :
15   - ifort (version 15.0.1)
16   - gfortran (version 4.8.2 20140120)
17<!--   - pgf95 (version 13.9-0) -->
18
19 <HR>
20   <b>
21   - @ref index
22   - @ref md_docsrc_3_codingRules
23   - @ref md_docsrc_4_changeLog
24   - @ref todo
25   </b>
Note: See TracBrowser for help on using the repository browser.