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 11698 for NEMO/releases – NEMO

Changeset 11698 for NEMO/releases


Ignore:
Timestamp:
2019-10-14T16:25:22+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Modify the release version accordingly (trunk -> release-4.0.1)

Location:
NEMO/releases/release-4.0.1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0.1/INSTALL.rst

    r10991 r11698  
    2323- *Fortran* compiler (``ifort``, ``gfortran``, ``pgfortran``, ...), 
    2424- *Message Passing Interface (MPI)* implementation (e.g. |OpenMPI|_ or |MPICH|_). 
    25 - |NetCDF|_ library with its underlying |HDF|_  
     25- |NetCDF|_ library with its underlying |HDF|_ 
    2626 
    2727**NEMO, by default, takes advantage of some MPI features introduced into the MPI-3 standard.** 
     
    7474   | Combining older NetCDF-C versions with newer HDF5 1.10 versions will create superblock 3 files 
    7575     that are not readable by lots of older software. 
    76     
     76 
    7777Extract and install XIOS 
    7878======================== 
     
    9999   This version should be more stable (in terms of future code changes) than the XIOS trunk. 
    100100   It is also the version used by the NEMO system team when testing all developments and new releases. 
    101     
     101 
    102102   This particular version has its own branch and can be checked out and downloaded with: 
    103103 
     
    111111.. code:: console 
    112112 
    113    $ svn co https://forge.ipsl.jussieu.fr/nemo/svn/NEMO/trunk 
     113   $ svn co https://forge.ipsl.jussieu.fr/nemo/svn/NEMO/releases/release-4.0.1 
    114114 
    115115Description of directory tree 
     
    237237*   functions.sh : bash functions used by makenemo, for instance to create the WORK directory 
    238238*   cfg.txt : text list of configurations and source directories 
    239 *   bld.cfg : FCM rules to compile  
     239*   bld.cfg : FCM rules to compile 
    240240 
    241241Examples 
  • NEMO/releases/release-4.0.1/doc/latex/global/document.tex

    r11693 r11698  
    55 
    66%% NEMO release version 
    7 \def \version{trunk} 
     7\def \version{4.0.1} 
    88 
    99%% Preamble 
  • NEMO/releases/release-4.0.1/doc/rst/source/conf.py

    r10991 r11698  
    1313 
    1414# The short X.Y version 
    15 version = 'trk' 
     15version = '4.0' 
    1616# The full version, including alpha/beta/rc tags 
    17 release = 'trunk' 
     17release = '4.0.1' 
    1818 
    1919 
Note: See TracChangeset for help on using the changeset viewer.