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.
Ticket Diff – NEMO

Changes between Version 1 and Version 2 of Ticket #1074


Ignore:
Timestamp:
2013-07-03T16:53:36+02:00 (11 years ago)
Author:
clevy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1074 – Description

    v1 v2  
    3636'''More details:''' 
    3737 
    38  
    3938'''To read the namelist variables:''' 
    4039- a reference namelist is read first (this namelist_ref file is unique, located in CONFIG/SHARED directory, contains all the variables and is in read-only mode) 
     
    4746A new output.namelist, output_namelist_ice... output files are created: each time a namelist group_name is read, is it wirttin (ascii) in the output_namelist corresponding file, so that this file, created at execution time, contains all namelist avriables and their values as taken in account during the simulation. 
    4847 
     48'''STEP1''': Add the new "twin namelists (*.ref for reference, and *.cfg for configuration) in CONFIG/SHARED and in each reference configuration EXP00 directory, so as the "twin reading" of these namelists in the code. 
     49 
    4950Done in the source code and in all EXP00 reference configurations, and in CONFIG/SHARED, see revision 3875 
     51 
     52'''STEP2''': suppress all initialisations of namelist avriables in the code, since it is done once for all by reading the complete namelist in SHARED/*.ref. 
     53Shorten the EXP00/*.cfg namelist to keep only the values changed from SHARED/*.ref namelist 
     54 
     55Done in source code and all namelist files , see revision 3901 and 3954 
     56 
     57'''STEP3''': allow dynamical configuration of NEMO by suppressing the cpp keys for configurations (key_orca_r2...) and adding needed namelist variables