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.
5_changeLog.md in branches/2016/dev_r6999_CONFIGMAN_1/NEMOGCM/TOOLS/SIREN/src/docsrc – NEMO

source: branches/2016/dev_r6999_CONFIGMAN_1/NEMOGCM/TOOLS/SIREN/src/docsrc/5_changeLog.md @ 7153

Last change on this file since 7153 was 7153, checked in by jpaul, 7 years ago

see ticket #1781

  • Property svn:keywords set to Revision Date
File size: 1.6 KB
Line 
1# Change log
2
3@tableofcontents
4
5# Release $Date::             $ ($Revision$)
6
7## New Features
8- create_meshmask.f90 program to create meshmask from coordinates and bathymetry files.
9- create_meshmask.f90 allows to write domain_cfg file
10- merge_bathy.f90: allow to choose the number of boundary point with coarse grid value.
11- dimension.f90: dimension allowed read in configuration file.
12## Changes
13- create_coord.f90: allow to define sub domain with coarse grid indices or coordinates.
14- grid.f90:grid__get_closest_str: add function to get closest grid point using coarse grid coordinates strucutre.
15- iom_cdf.f90:iom_cdf__get_info: define cdf4 as cdf
16- variable.f90: add subroutine to clean global array of extra information, and define logical for variable to be used.
17- create_coord.f90: dimension to be used select from configuration file
18- create_bathy.f90: dimension to be used select from configuration file
19- merge_bathy.f90: dimension to be used select from configuration file
20- create_boundary.f90: dimension to be used select from configuration file
21- create_restart.f90: dimension to be used select from configuration file
22## Bug fixes
23- boundary.f90:boundary_check: take into account that boundaries are compute on T point, but expressed on U,V point
24- grid.f90:grid__get_closest_str: use max of zero and east-west overlap instead of east-west overlap
25
26# Initial Release 2016-03-17
27
28 <HR>
29   <b>
30   - @ref index
31   - @ref md_src_docsrc_1_install
32   - @ref md_src_docsrc_2_quickstart
33   - @ref md_src_docsrc_3_support_bug
34   - @ref md_src_docsrc_4_codingRules
35   - @ref todo
36   </b>
Note: See TracBrowser for help on using the repository browser.