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_rev4155_MERCATOR4_CONFMAN/NEMOGCM/TOOLS/SIREN – NEMO

source: branches/2013/dev_rev4155_MERCATOR4_CONFMAN/NEMOGCM/TOOLS/SIREN/README @ 4208

Last change on this file since 4208 was 4208, checked in by cbricaud, 11 years ago

first draft of the CONFIGURATION MANAGER demonstrator

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