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.
Users/ModelInstall (diff) – NEMO

Changes between Version 3 and Version 4 of Users/ModelInstall


Ignore:
Timestamp:
2017-03-31T16:07:52+02:00 (7 years ago)
Author:
g.mattia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInstall

    v3 v4  
    1313 
    1414'''1-3 Compile and create NEMO executable'''[[BR]][[BR]][[BR]] 
    15 The main script to compile and create executable is called makenemo and located in the CONFIG directory.To identify the source code you need, build the makefile and run it.[[BR]][[BR]] 
     15The main script to compile and create executable is called makenemo and located in the CONFIG directory.To identify the source code you need, to build the makefile and run it.[[BR]][[BR]] 
    1616As an example, compile GYRE, with ifort on linux to create a MY_GYRE configuration:[[BR]][[BR]] 
    1717 
     
    4141[[BR]] 
    4242 
    43 At the first use, you need the -m optionto specifiy compiler, its options and libraries, then for next compilation, it is assumed you will be using the same compiler 
    44 If –n option s not specified, ORCA2_LIM is the default configuration used. 
     43At the first use, you need the -m option to specify compiler, its options and libraries, then for next compilation, it is assumed you will be using the same compiler. 
     44If –n option is not specified, ORCA2_LIM is the default configuration used. 
    4545-d option has been implemented for use in non-interactive shell 
    4646The WORK directory is created under each configuration directory.[[BR]][[BR]]