Changeset 11698
- Timestamp:
- 2019-10-14T16:25:22+02:00 (5 years ago)
- Location:
- NEMO/releases/release-4.0.1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/releases/release-4.0.1/INSTALL.rst
r10991 r11698 23 23 - *Fortran* compiler (``ifort``, ``gfortran``, ``pgfortran``, ...), 24 24 - *Message Passing Interface (MPI)* implementation (e.g. |OpenMPI|_ or |MPICH|_). 25 - |NetCDF|_ library with its underlying |HDF|_ 25 - |NetCDF|_ library with its underlying |HDF|_ 26 26 27 27 **NEMO, by default, takes advantage of some MPI features introduced into the MPI-3 standard.** … … 74 74 | Combining older NetCDF-C versions with newer HDF5 1.10 versions will create superblock 3 files 75 75 that are not readable by lots of older software. 76 76 77 77 Extract and install XIOS 78 78 ======================== … … 99 99 This version should be more stable (in terms of future code changes) than the XIOS trunk. 100 100 It is also the version used by the NEMO system team when testing all developments and new releases. 101 101 102 102 This particular version has its own branch and can be checked out and downloaded with: 103 103 … … 111 111 .. code:: console 112 112 113 $ svn co https://forge.ipsl.jussieu.fr/nemo/svn/NEMO/ trunk113 $ svn co https://forge.ipsl.jussieu.fr/nemo/svn/NEMO/releases/release-4.0.1 114 114 115 115 Description of directory tree … … 237 237 * functions.sh : bash functions used by makenemo, for instance to create the WORK directory 238 238 * cfg.txt : text list of configurations and source directories 239 * bld.cfg : FCM rules to compile 239 * bld.cfg : FCM rules to compile 240 240 241 241 Examples -
NEMO/releases/release-4.0.1/doc/latex/global/document.tex
r11693 r11698 5 5 6 6 %% NEMO release version 7 \def \version{ trunk}7 \def \version{4.0.1} 8 8 9 9 %% Preamble -
NEMO/releases/release-4.0.1/doc/rst/source/conf.py
r10991 r11698 13 13 14 14 # The short X.Y version 15 version = ' trk'15 version = '4.0' 16 16 # The full version, including alpha/beta/rc tags 17 release = ' trunk'17 release = '4.0.1' 18 18 19 19
Note: See TracChangeset
for help on using the changeset viewer.