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

Ignore:
Timestamp:
2016-11-16T11:40:55+01:00 (7 years ago)
Author:
jpaul
Message:

see ticket #1781

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6999_CONFIGMAN_1/NEMOGCM/TOOLS/SIREN/src/docsrc/5_changeLog.md

    r7153 r7235  
    77## New Features 
    88- create_meshmask.f90 program to create meshmask from coordinates and bathymetry files. 
    9 - create_meshmask.f90 allows to write domain_cfg file 
     9- create_meshmask.f90 allows to write domain_cfg file. 
    1010- merge_bathy.f90: allow to choose the number of boundary point with coarse grid value. 
    1111- 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). 
    1214## Changes 
    1315- create_coord.f90: allow to define sub domain with coarse grid indices or coordinates. 
    1416- 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 
     17- iom_cdf.f90:iom_cdf__get_info: define cdf4 as cdf. 
    1618- 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 
     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. 
    2224## 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- 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) . 
    2528 
    2629# Initial Release 2016-03-17 
Note: See TracChangeset for help on using the changeset viewer.