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 in branches/2013/dev_rev4119_MERCATOR4_CONFMAN/NEMOGCM/TOOLS/SIREN – NEMO

source: branches/2013/dev_rev4119_MERCATOR4_CONFMAN/NEMOGCM/TOOLS/SIREN/README @ 4213

Last change on this file since 4213 was 4213, checked in by cbricaud, 10 years ago

first draft of the CONFIGURATION MANAGER demonstrator

File size: 1.3 KB
Line 
1 This is a first draft of the CONFIGURATION MANAGER demonstrator.
2 Unfortunately, there are still bugs in those tools.
3 I will continue to work on it next year, to fix those bugs and add some
4 improvement as handle north fold...
5
6 '''WARNING : there are still bugs to fix in those tools!! '''
7
8   ''''''
9
10 1- program to create coordinate file :
11
12   ./create_coord create_coord.nam
13
14
15 Variables are extracted from the input coordinates coarse grid and
16 interpolated to create fine coordinates files.
17
18 2- program to create bathymetry file:
19
20 ./create_bathy create_bathy.nam
21
22 Bathymetry could be extracted from fine grid Bathymetry file, or
23 interpolated from coarse grid Bathymetry file.
24
25 3- program to merge bathymetry file at boundaries :
26
27 ./merge_bathy merge_bathy.nam
28
29 Coarse grid Bathymetry is interpolated on fine grid.
30 Then fine Bathymetry and refined coarse bathymetry are merged at
31 boundaries.
32
33 4- program to create restart file :
34
35 ./create_restart create_restart.nam
36
37 Variables are read from restart file, or standard output.
38 Then theses variables are interpolated on fine grid.
39 Finally table are split over new decomposition.
40
41 5- program to create boundary files (OBC) :
42
43 ./create_boundary create_boundary.nam
44
45 Variables are read from standard output.
46 Then theses variables are interpolated on fine grid boundaries.
Note: See TracBrowser for help on using the repository browser.