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 10 and Version 11 of Users/SetupNewConfiguration


Ignore:
Timestamp:
2017-03-22T09:55:07+01:00 (7 years ago)
Author:
emanuelaclementi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/SetupNewConfiguration

    v10 v11  
    1 == CREATE A NEW CONFIGURATION STARTING FROM AN EXISTING ONE == 
     1== SETUP A NEW CONFIGURATION STARTING FROM AN EXISTING ONE == 
    22 
    33To create and compile a new configuration starting from a reference configuration (ORCA_LIM3 in the following example)[[BR]] 
     4{{{ 
     5makenemo –n ORCA_LIM3_MYCONFIG -r ORCA_LIM3 
     6}}} 
     7[[BR]] 
     8To 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:[[BR]] 
     9{{{ 
     10makenemo –n ORCA2_LIM3_MYCONFIG -r ORCA2_LIM3 del_key "key_iomput" (and answer) 
     11}}} 
     12[[BR]] 
    413 
    5    makenemo –n ORCA_LIM3_MYCONFIG -r ORCA_LIM3 
    6  
    7 To 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:[[BR]] 
    8  
    9    makenemo –n ORCA2_LIM3_MYCONFIG -r ORCA2_LIM3 del_key "key_iomput" (and answer) [[BR]] 
    10  
    11 == CREATE A NEW CONFIGURATION USING SIREN == 
     14== SETUP A NEW CONFIGURATION USING SIREN == 
    1215 
    1316This software called SIREN, allows you to set up regional configuration of NEMO.[[BR]]