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 NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/TOOLS/SIREN/src/docsrc – NEMO

source: NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/TOOLS/SIREN/src/docsrc/5_changeLog.md @ 10115

Last change on this file since 10115 was 10115, checked in by cbricaud, 6 years ago

phase 3.6 coarsening branch with nemo_3.6_rev9192

File size: 1.7 KB
Line 
1# Change log
2
3@tableofcontents
4
5# Release $Date:: 2016-11-16 #$ ($Revision: 7235 $)
6
7## New Features
8- merge_bathy.f90: allow to choose the number of boundary point with coarse grid value.
9- dimension.f90: dimension allowed read in configuration file.
10- variable.f90: allow to add scalar value.
11## Changes
12- create_coord.f90: allow to define sub domain with coarse grid indices or coordinates.
13- grid.f90:grid__get_closest_str: add function to get closest grid point using coarse grid coordinates strucutre.
14- iom_cdf.f90:iom_cdf__get_info: define cdf4 as cdf.
15- variable.f90: add subroutine to clean global array of extra information, and define logical for variable to be used.
16- create_coord.f90: dimension to be used select from configuration file.
17- create_bathy.f90: dimension to be used select from configuration file.
18- merge_bathy.f90: dimension to be used select from configuration file.
19- create_boundary.f90: dimension to be used select from configuration file.
20- create_restart.f90: dimension to be used select from configuration file.
21## Bug fixes
22- boundary.f90:boundary_check: take into account that boundaries are compute on T point, but expressed on U,V point.
23- grid.f90:grid__get_closest_str: use max of zero and east-west overlap instead of east-west overlap.
24- mpp.f90: compare index to td_lay number of proc instead of td_mpp (bug fix) .
25- iom_cdf.f90 : check if attribute cl_value is not bug (in read file)
26
27# Release 2016-07-01
28
29## Changes
30## New Features
31## Bug fixes
32 - correct check of boundary indices
33
34# Initial Release 2016-04-11
35
36 <HR>
37   <b>
38   - @ref index
39   - @ref md_src_docsrc_1_install
40   - @ref md_src_docsrc_2_quickstart
41   - @ref md_src_docsrc_3_support_bug
42   - @ref md_src_docsrc_4_codingRules
43   - @ref todo
44   </b>
Note: See TracBrowser for help on using the repository browser.