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 1 and Version 2 of Users/SetupNewConfiguration


Ignore:
Timestamp:
2017-03-06T14:53:34+01:00 (7 years ago)
Author:
cbricaud
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/SetupNewConfiguration

    v1 v2  
    1 = Setup a new configuration 
     1'''NEMO configuration manager''' 
     2 
     3 
     4This software called SIREN, allows you to set up regional configuration of NEMO.[[BR]] 
     5 
     6The software is written in FORTRAN95 and available in the NEMOGCM/TOOLS directory of nemo_v3_6_STABLE (since revision 6468).[[BR]] 
     7  
     8SIREN allows you to create your own regional configuration embedded in a wider one.[[BR]] 
     9 
     10Actually SIREN is a set of programs to create the input files you need to run a NEMO regional configuration.[[BR]] 
     11     - create_coord.f90 to create regional grid coordinates (refined from an ORCA grid). [[BR]] 
     12         Note: for now SIREN can not work too close from North pole.[[BR]] 
     13     - create_bathy.f90 to create regional grid bathymetry (extracted or refined from wider one).[[BR]] 
     14     - merge_bathy.f90 to merge regional grid bathymetry with wider grid bathymetry at boundaries.[[BR]] 
     15     - create_restart.f90 to create initial state file from coarse grid restart or standard outputs.[[BR]] 
     16     - create_boundary.F90 to create boundaries conditions from wider configurations output fields.[[BR]] 
     17  
     18 As demonstrator for a first start, a set of GLORYS files (global reanalysis on ORCA025 grid), as well as examples of namelists are available [http://prodn.idris.fr/thredds/catalog/ipsl_public/rron463/catalog.html?dataset=DatasetScanipsl_public/rron463/INPUT_SIREN.tar here].[[BR]] 
     19 
     20SIREN documentation can be created using doxygen (see the README file on SIREN repository for more explanation)[[BR]] 
     21In this documentation you could find a quick start guide to help you to start with SIREN.[[BR]] 
     22  
     23 A summary of the NEMO community’s feedbacks on this first release of the Configuration Manager will be discussed during next Developer’s Committee, 28 June. It would be of great help for us to get your comments and feedbacks of your first tris before this date. Pease post your questions or comments regarding the use of SIREN in the NEMO configuration manager forum [http://forge.ipsl.jussieu.fr/nemo/discussion/forum/2 here].[[BR]] 
     24 
     25 
     26'''Others Pre-processing utilities'''  
     27 
     28 
     29 
     30 
     31 
     32 
     33