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 @ 7235

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

see ticket #1781

  • Property svn:keywords set to Revision Date
File size: 1.8 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- variable.f90: allow to add scalar value.
13- create_meshmask.f90: choose vertical scale factors (e3.=dk[depth] or old definition).
14## Changes
15- create_coord.f90: allow to define sub domain with coarse grid indices or coordinates.
16- grid.f90:grid__get_closest_str: add function to get closest grid point using coarse grid coordinates strucutre.
17- iom_cdf.f90:iom_cdf__get_info: define cdf4 as cdf.
18- variable.f90: add subroutine to clean global array of extra information, and define logical for variable to be used.
19- create_coord.f90: dimension to be used select from configuration file.
20- create_bathy.f90: dimension to be used select from configuration file.
21- merge_bathy.f90: dimension to be used select from configuration file.
22- create_boundary.f90: dimension to be used select from configuration file.
23- create_restart.f90: dimension to be used select from configuration file.
24## Bug fixes
25- boundary.f90:boundary_check: take into account that boundaries are compute on T point, but expressed on U,V point.
26- grid.f90:grid__get_closest_str: use max of zero and east-west overlap instead of east-west overlap.
27- mpp.f90: compare index to td_lay number of proc instead of td_mpp (bug fix) .
28
29# Initial Release 2016-03-17
30
31 <HR>
32   <b>
33   - @ref index
34   - @ref md_src_docsrc_1_install
35   - @ref md_src_docsrc_2_quickstart
36   - @ref md_src_docsrc_3_support_bug
37   - @ref md_src_docsrc_4_codingRules
38   - @ref todo
39   </b>
Note: See TracBrowser for help on using the repository browser.