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 utils/tools/SIREN/src/docsrc – NEMO

source: utils/tools/SIREN/src/docsrc/1_install.md @ 12080

Last change on this file since 12080 was 12080, checked in by jpaul, 4 years ago

update nemo trunk

File size: 776 bytes
RevLine 
[6393]1# Download
[5037]2
[6393]3# Download NEMO #
4to install SIREN, you should first download NEMO.
[12080]5see [NEMO quick start guide](https://forge.ipsl.jussieu.fr/nemo/wiki/Users/ModelInstall#DownloadNEMOreferencecodeandconfigurations)
[5037]6
[6393]7# Compile SIREN #
[5037]8when NEMO is installed, you just have to compile SIREN codes:
[6393]9   1. go to ./NEMOGCM/TOOLS
10   2. run maketools (ex: ./maketools -n SIREN -m ifort_mpi_beaufix)
[5037]11
[6393]12      @note to get help on maketools: ./maketools -h
[5037]13
[6393]14# Fortran Compiler #
15SIREN codes were succesfully tested with :
[12080]16  - ifort (version 18.0.1 20171018)
17  - gfortran (version 4.8.5 20150623)
[6393]18
19<HR>
20  <b>
21  - @ref index
[7646]22  - @ref md_src_docsrc_2_quickstart
23  - @ref md_src_docsrc_3_support_bug
24  - @ref md_src_docsrc_4_codingRules
25  - @ref md_src_docsrc_5_changeLog
[6393]26  - @ref todo
27  </b>
Note: See TracBrowser for help on using the repository browser.