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


Ignore:
Timestamp:
2017-05-16T12:05:01+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/SetupNewConfiguration

    v27 v28  
    1 == Setting up a new configuration 
    2  
    3 [[PageOutline(2-3)]] 
    4  
    5 Last edition: '''[[Wikinfo(changed_ts)]]''' by '''[[Wikinfo(changed_by)]]''' 
    6  
    7 {{{ 
    8 #!rst 
     1{{{#!rst 
    92.. _nemonewconfig: 
    103 
    11  
    12  
    13 }}} 
    14 == Starting from an existing one 
    15 {{{ 
    16 #!rst 
     4============================== 
     5Setting up a new configuration 
     6============================== 
     7 
     8.. code-block:`PageOutline:2-3` 
     9 
     10Last edition: :code-block:`Wikinfo:changed_ts` by :code-block:`Wikinfo:changed_by` 
     11 
     12----------------------------- 
     13Starting from an existing one 
     14----------------------------- 
     15 
    1716There are three options for creating new configurations based on an existing one: 
    18 }}} 
    19 === Option 1: Duplicate an existing configuration 
    20 {{{#!rst 
     17 
     18Option 1: Duplicate an existing configuration 
     19============================================= 
     20 
    2121Create and compile a new configuration duplicating a reference configuration (ORCA_LIM3 
    2222in the following example):: 
     
    2424   makenemo –n ORCA_LIM3_MYCONFIG -r ORCA_LIM3 
    2525 
    26 }}} 
    27 === Option 2: Duplicate with differences 
    28 {{{#!rst 
     26Option 2: Duplicate with differences 
     27==================================== 
     28 
    2929Create and compile a new configuration based on a reference configuration (ORCA_LIM3 in 
    3030the following example) but with different pre-processor options. For this either add 
     
    3333   makenemo –n ORCA2_LIM3_MYCONFIG -r ORCA2_LIM3 del_key "key_iomput" add_key "key_xios" 
    3434 
    35 }}} 
    36 === Option 3: Use the SIREN tools to subset an existing model 
    37 {{{#!rst 
     35Option 3: Use the SIREN tools to subset an existing model 
     36========================================================= 
     37 
    3838Define a regional configuration which is a sub- or super-set of an existing 
    3939configuration. 
     
    4949`here <http://prodn.idris.fr/thredds/catalog/ipsl_public/rron463/catalog.html?dataset=DatasetScanipsl_public/rron463/INPUT_SIREN.tar>`_ . 
    5050 
    51 `SIREN documentation <https://forge.ipsl.jussieu.fr/nemo/doxygen/index.html>`_ 
     51`SIREN documentation </nemo/doxygen/index.html>`_ :trac:`../doxygen/index.html SIREN documentation` 
    5252 
    5353Any questions or comments regarding the use of SIREN should be posted in the corresponding 
    54 `forum <https://forge.ipsl.jussieu.fr/nemo/discussion/forum/2>`_ . 
    55  
    56 }}} 
    57 == Creating a completely new configuration 
    58 {{{ 
    59 #!rst 
     54:trac:`forum:2 forum`. 
     55 
     56--------------------------------------- 
     57Creating a completely new configuration 
     58--------------------------------------- 
    6059 
    6160From NEMO version 4.0 there are two ways to build configurations from scratch. The 
     
    6564simple geometries and formulae. 
    6665 
    67 }}} 
    68 === Option 1: Create and use a domain configuration file 
    69 {{{#!rst 
     66Option 1: Create and use a domain configuration file 
     67==================================================== 
    7068 
    7169**1** Even when starting from scratch it is advisable to create the directory structure to 
     
    128126   for details. 
    129127 
    130 }}} 
    131 === Option 2: Copy and modify user-defined configuration modules 
    132 {{{#!rst 
     128Option 2: Copy and modify user-defined configuration modules 
     129============================================================ 
    133130 
    134131This method is intended for configuring easily defined idealised configurations which are