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 26 and Version 27 of Users/SetupNewConfiguration


Ignore:
Timestamp:
2017-05-15T17:11:10+02:00 (7 years ago)
Author:
acc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/SetupNewConfiguration

    v26 v27  
    44 
    55Last edition: '''[[Wikinfo(changed_ts)]]''' by '''[[Wikinfo(changed_by)]]''' 
    6  
    7 [[TitleIndex(Users/SetupNewConfiguration/, hideprefix)]] 
    86 
    97{{{ 
     
    1210 
    1311 
    14 Starting from an existing one 
    15 -------------------------------- 
    16  
     12 
     13}}} 
     14== Starting from an existing one 
     15{{{ 
     16#!rst 
    1717There are three options for creating new configurations based on an existing one: 
    18  
    19 **1** Create and compile a new configuration duplicating a reference configuration (ORCA_LIM3 
     18}}} 
     19=== Option 1: Duplicate an existing configuration 
     20{{{#!rst 
     21Create and compile a new configuration duplicating a reference configuration (ORCA_LIM3 
    2022in the following example):: 
    2123 
    2224   makenemo –n ORCA_LIM3_MYCONFIG -r ORCA_LIM3 
    2325 
    24 **2** Create and compile a new configuration based on a reference configuration (ORCA_LIM3 in 
     26}}} 
     27=== Option 2: Duplicate with differences 
     28{{{#!rst 
     29Create and compile a new configuration based on a reference configuration (ORCA_LIM3 in 
    2530the following example) but with different pre-processor options. For this either add 
    2631(add_key) or remove (del_key) keys as required; e.g.:: 
     
    2833   makenemo –n ORCA2_LIM3_MYCONFIG -r ORCA2_LIM3 del_key "key_iomput" add_key "key_xios" 
    2934 
    30 **3** Define a regional configuration which is a sub- or super-set of an existing 
     35}}} 
     36=== Option 3: Use the SIREN tools to subset an existing model 
     37{{{#!rst 
     38Define a regional configuration which is a sub- or super-set of an existing 
    3139configuration. 
    3240 
     
    4654`forum <https://forge.ipsl.jussieu.fr/nemo/discussion/forum/2>`_ . 
    4755 
    48  
    49 Creating a completely new configuration 
    50 ---------------------------------------------- 
     56}}} 
     57== Creating a completely new configuration 
     58{{{ 
     59#!rst 
    5160 
    5261From NEMO version 4.0 there are two ways to build configurations from scratch. The 
     
    5665simple geometries and formulae. 
    5766 
    58 Method 1: Create and use a domain configuration file 
    59 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     67}}} 
     68=== Option 1: Create and use a domain configuration file 
     69{{{#!rst 
    6070 
    6171**1** Even when starting from scratch it is advisable to create the directory structure to 
     
    118128   for details. 
    119129 
    120  
    121 Method 2: Copy and modify user-defined configuration modules 
    122 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     130}}} 
     131=== Option 2: Copy and modify user-defined configuration modules 
     132{{{#!rst 
    123133 
    124134This method is intended for configuring easily defined idealised configurations which are