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.
README.rst in utils/tools – NEMO

source: utils/tools/README.rst @ 10279

Last change on this file since 10279 was 10279, checked in by nicolasmartin, 5 years ago

Various improvments for quick start guide

  • implementation of Rtd theme (Read the Docs) with custom layout and style file
  • add reviewed BibTeX entries for NEMO references with DOI (manuals, guide, development strategy)
  • enhancement of bibliography management and configuration file for guide building
  • standardisation of headings markup
  • numerous edits
File size: 1.7 KB
Line 
1*********
2Utilities
3*********
4
5.. contents::
6   :local:
7
8AGRIF nesting tool
9==================
10
11How to create the grid coordinates, the surface forcing and the initial conditions required by each child model.
12
13Data interpolation with CDO
14===========================
15
16The aim is to remap from/to a regular geographic grid to/from an other curvilinear grid, especially the ORCA one.
17
18Data compression
19================
20
21For netdcf files: example for COREII forcing files.
22
23Weight creation for online interpolation
24========================================
25
26See here and here.
27
28Bathymetry
29==========
30
31OPABAT is a group of Fortran and IDL routines which allows to build a bathymetry on the grid of
32the dynamical oceanic part, OPA.
33
34Data interpolation
35==================
36
37The aim is to remap from a regular geographic grid to an other curvilinear grid, especially the ORCA one.
38It will be provide by `SOSIE <http://sosie.sourceforge.net>`_.
39
40Setting up MPP configuration tool
41=================================
42
43This Fortran based tool provides to the user information to choose the best domain decomposition.
44The proposed solution will be the one with an optimized number of processos in
45suppressing eventual useless land processors.
46
47- Documentation: mpp_nc.pdf mpp_nc.pdf
48- Tar file     : mpp_prep-1.0.tar.gz
49
50Conversion of restart files
51===========================
52
53This Fortran based tool performs light changes on restart files (NetCDF or DIMG format) to
54ensure their compatibility with the new IOM package in the standard version of NEMO i.e. since
55the tag nemo_v2 and later: Chge_Rst_files.tar
56
57ORCA grids generator
58====================
59
60This Fortran based tool allows to generate an ORCA grid type: gridgen_CECILL.tar
Note: See TracBrowser for help on using the repository browser.