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/SetupNewConfiguration (diff) – NEMO

Changes between Version 21 and Version 22 of Users/SetupNewConfiguration


Ignore:
Timestamp:
2017-03-31T21:46:35+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/SetupNewConfiguration

    v21 v22  
    88 
    99To create and compile a new configuration starting from a reference configuration (ORCA_LIM3 in the following example) 
    10 {{{ 
     10{{{#!sh 
    1111makenemo –n ORCA_LIM3_MYCONFIG -r ORCA_LIM3 
    1212}}} 
    1313 
    1414To create and compile a new configuration starting from a reference configuration (ORCA_LIM3 in the following example) and add (''add_key'') or remove (''del_key'') key: 
    15 {{{ 
     15{{{#!sh 
    1616makenemo –n ORCA2_LIM3_MYCONFIG -r ORCA2_LIM3 del_key "key_iomput" (and answer) 
    1717}}}