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/dev_r5518_test_GO6_package_update/NEMOGCM/TOOLS/SIREN/src/docsrc – NEMO

source: branches/UKMO/dev_r5518_test_GO6_package_update/NEMOGCM/TOOLS/SIREN/src/docsrc/1_install.md @ 7877

Last change on this file since 7877 was 7877, checked in by frrh, 7 years ago

Merge missing swathe of revisions from branches/2015/nemo_v3_6_STABLE/NEMOGCM
using the command:
svn merge -r6424:6477 svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/nemo_v3_6_STABLE/NEMOGCM

Note: this required manual conflict resolution of the content of NEMOGCM/TOOLS/SIREN/src/docsrc/
since the existing contenets of those directories in the package branch are not consistent
with the contents of branches/2015/nemo_v3_6_STABLE at revision 6424. (This should be an
incidental matter as the content in question only relates to documentation of NEMO tools
and is not relevant to NEMO source code.)

File size: 823 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# Fortran Compiler #
20SIREN codes were succesfully tested with :
21  - ifort (version 15.0.1)
22  - gfortran (version 4.8.2 20140120)
23
24<HR>
25  <b>
26  - @ref index
27  - @ref md_src_docsrc_2_quickstart
28  - @ref md_src_docsrc_3_support_bug
29  - @ref md_src_docsrc_4_codingRules
30  - @ref md_src_docsrc_5_changeLog
31  - @ref todo
32  </b>
Note: See TracBrowser for help on using the repository browser.