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 7646 for trunk/NEMOGCM/TOOLS/SIREN/src/docsrc/5_changeLog.md – NEMO

Ignore:
Timestamp:
2017-02-06T10:25:03+01:00 (7 years ago)
Author:
timgraham
Message:

Merge of dev_merge_2016 into trunk. UPDATE TO ARCHFILES NEEDED for XIOS2.
LIM_SRC_s/limrhg.F90 to follow in next commit due to change of kind (I'm unable to do it in this commit).
Merged using the following steps:

1) svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk .
2) Resolve minor conflicts in sette.sh and namelist_cfg for ORCA2LIM3 (due to a change in trunk after branch was created)
3) svn commit
4) svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
5) svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2016/dev_merge_2016 .
6) At this stage I checked out a clean copy of the branch to compare against what is about to be committed to the trunk.
6) svn commit #Commit code to the trunk

In this commit I have also reverted a change to Fcheck_archfile.sh which was causing problems on the Paris machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/TOOLS/SIREN/src/docsrc/5_changeLog.md

    r6393 r7646  
    33@tableofcontents 
    44 
    5 # Release $Revision$ 
    6 Initial release (2016-03-17) 
     5# Release $Date:: 2016-11-16 #$ ($Revision: 7235 $) 
    76 
     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). 
    814## Changes 
    9 ## New Features 
     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. 
    1024## 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 
    1130 
    1231 <HR> 
    1332   <b> 
    1433   - @ref index 
    15    - @ref md_docsrc_1_install 
    16    - @ref md_docsrc_2_quickstart 
    17    - @ref md_docsrc_3_support_bug 
    18    - @ref md_docsrc_4_codingRules 
     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 
    1938   - @ref todo 
    2039   </b> 
Note: See TracChangeset for help on using the changeset viewer.