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 17 and Version 18 of Users/ModelInstall


Ignore:
Timestamp:
2017-05-11T16:44:46+02:00 (7 years ago)
Author:
clevy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInstall

    v17 v18  
    3434As an example, compile `GYRE`, with ifort on linux to create a `MY_GYRE` configuration: 
    3535{{{#!sh 
    36 cd NEMOGCM/CONFIG; ./makenemo –m my_arch_name –r GYRE -n MY_GYRE 
     36 cd NEMOGCM/CONFIG; ./makenemo –m my_arch_name –r GYRE -n MY_GYRE 
    3737}}} 
     38 
     39After sucessful execution of the makenemo command, the executable name `opa`is created in the EXP00 directory (in the example above, the executable is created in `CONFIG/MY_GYRE/EXP00/opa`) 
     40 
    3841 
    3942=== More options