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.
Changeset 8862 for branches/2015/nemo_v3_6_STABLE/NEMOGCM/TOOLS/SIREN/src/docsrc/5_changeLog.md – NEMO

Ignore:
Timestamp:
2017-11-30T16:58:49+01:00 (6 years ago)
Author:
jpaul
Message:

Bugs fix: see tickets #1989

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/TOOLS/SIREN/src/docsrc/5_changeLog.md

    r7372 r8862  
    33@tableofcontents 
    44 
    5 # Release 2016-11-28 
     5# Release $Date:: 2016-11-16 #$ ($Revision: 7235 $) 
    66 
     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. 
    711## Changes 
    8 ## New Features 
     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. 
    921## Bug fixes 
    10  - boundary.f90: take into account that boundaries are compute on T point, but expressed on U,V point 
    11  - iom_cdf.f90: define type cdf4 as cdf 
     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) 
    1226 
    13 release (2016-07-01) 
     27# Release 2016-07-01 
    1428 
    1529## Changes 
     
    1832 - correct check of boundary indices 
    1933 
    20 # Release 
    21 Initial release (2016-04-11) 
     34# Initial Release 2016-04-11 
    2235 
    2336 <HR> 
Note: See TracChangeset for help on using the changeset viewer.