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 – NEMO
wiki:Users/SetupNewConfiguration

Version 5 (modified by cbricaud, 7 years ago) (diff)

--

NEMO configuration manager

This software called SIREN, allows you to set up regional configuration of NEMO.

The software is written in FORTRAN95 and available in the NEMOGCM/TOOLS directory of nemo_v3_6_STABLE (since revision 6468).
SIREN allows you to create your own regional configuration embedded in a wider one.

Actually SIREN is a set of programs to create the input files you need to run a NEMO regional configuration.

  • create_coord.f90 to create regional grid coordinates (refined from an ORCA grid).

Note: for now SIREN can not work too close from North pole.

  • create_bathy.f90 to create regional grid bathymetry (extracted or refined from wider one).
  • merge_bathy.f90 to merge regional grid bathymetry with wider grid bathymetry at boundaries.
  • create_restart.f90 to create initial state file from coarse grid restart or standard outputs.
  • create_boundary.F90 to create boundaries conditions from wider configurations output fields.

As demonstrator for a first start, a set of GLORYS files (global reanalysis on ORCA025 grid), as well as examples of namelists are available here.

SIREN documentation can be created using doxygen (see the README file on SIREN repository for more explanation)
In this documentation you could find a quick start guide to help you to start with SIREN.
Forum : Pease post your questions or comments regarding the use of SIREN in the NEMO configuration manager forum here.

Others Pre-processing utilities

AGRIF nesting tool:

How to create the grid coordinates, the surface forcing and the initial conditions required by each child model.

Data interpolation with cdo:

The aim is to remap from/to a regular geographic grid to/from an other curvilinear grid, especially the ORCA one. see here.

Data compression:

for netdcf files: example for COREII forcing files.

Weight creation for online interpolation :

see here and here.

Bathymetry:

OPABAT is a group of Fortran and IDL routines which allows to build a bathymetry on the grid of the dynamical oceanic part, OPA.

Data interpolation:

The aim is to remap from a regular geographic grid to an other curvilinear grid, especially the ORCA one. It will be provide by SOSIE

Setting up MPP configuration tool:

This Fortran based tool provides to the user information to choose the best domain decomposition. The proposed solution will be the one with an optimized number of processos in suppressing eventual useless land processors.

Documentation: ????? mpp_nc.pdf 727.78 kB
Tar file : ????? mpp_prep-1.0.tar.gz 965.85 kB

Conversion of restart files

This Fortran based tool performs light changes on restart files (NetCDF or DIMG format) to ensure their compatibility with the new IOM package in the standard version of NEMO i.e. since the tag nemo_v2 and later:
???? Chge_Rst_files.tar 80.00 kB

ORCA grids generator

This Fortran based tool allows to generate an ORCA grid type: ???? gridgen_CECILL.tar 290.00 kB

Attachments (4)

Download all attachments as: .zip