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 11723 for NEMO/trunk/src – NEMO

Changeset 11723 for NEMO/trunk/src


Ignore:
Timestamp:
2019-10-18T14:33:36+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Review of INSTALL.rst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/README.rst

    r11713 r11723  
    208208 
    209209The overall data structure (Fortran type) is based on the general one defined for NEMO core in the SBC component 
    210 (see details in ``SBC`` Chapter of :doc:`Reference Manual <citations>` on Input Data specification). 
     210(see details in ``SBC`` Chapter of :doc:`Reference Manual <cite>` on Input Data specification). 
    211211 
    212212Input fields are prescribed within ``&namtrc_dta`` (with ``sn_trcdta`` structure), 
     
    230230Note that, the Lateral Open Boundaries conditions are applied on 
    231231the segments defined for the physical core of NEMO 
    232 (see ``BDY`` description in the :doc:`Reference Manual <citations>`). 
     232(see ``BDY`` description in the :doc:`Reference Manual <cite>`). 
    233233 
    234234:file:`namelist_trc` 
     
    286286:file:`trcwri_my_trc.F90` 
    287287   This routine performs the output of the model tracers (only those defined in ``&namtrc``) using 
    288    IOM module (see chapter “Output and Diagnostics” in the :doc:`Reference Manual <citations>`). 
     288   IOM module (see chapter “Output and Diagnostics” in the :doc:`Reference Manual <cite>`). 
    289289   It is possible to place here the output of additional variables produced by the model, 
    290290   if not done elsewhere in the code, using the call to ``iom_put``. 
Note: See TracChangeset for help on using the changeset viewer.