Changeset 11759
- Timestamp:
- 2019-10-21T18:24:58+02:00 (5 years ago)
- Location:
- NEMO/trunk/doc/rst/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/doc/rst/source/conf.py
r11743 r11759 253 253 extlinks = { 254 254 'doi' : ('https://doi.org/%s' , 'doi:'), 255 ' doxy': ('https://forge.ipsl.jussieu.fr/nemo/chrome/site/doc/NEMO/manual/html/%s', None ),255 'manhtml': ('https://forge.ipsl.jussieu.fr/nemo/chrome/site/doc/NEMO/manual/html/%s', None ), 256 256 'forge' : ('https://forge.ipsl.jussieu.fr/nemo/%s' , None ), 257 257 'gmd' : ('https://www.geosci-model-dev.net/%s' , None ), -
NEMO/trunk/doc/rst/source/cplg.rst
r11754 r11759 8 8 9 9 NEMO currently exploits OASIS-3-MCT (versions 1 to 4) to implement a generalised coupled interface 10 (: doxy:`Coupled Formulation <node50.html?doc=NEMO>`).10 (:manhtml:`Coupled Formulation <node50.html>`). 11 11 It can be used to interface with most of the European atmospheric GCM 12 12 (ARPEGE, ECHAM, ECMWF, Ha- dAM, HadGAM, LMDz), as well as to regional atmospheric models … … 14 14 To implement the coupling of two independent NEMO components, 15 15 ocean on one hand and sea-ice plus other surface processes on the other hand 16 (: doxy:`Standalone Surface Module - SAS <node46.html?doc=NEMO>`).16 (:manhtml:`Standalone Surface Module - SAS <node46.html>`). 17 17 18 18 To enable the OASIS interface the required compilation key is ``key_oasis3``. -
NEMO/trunk/doc/rst/source/da.rst
r11734 r11759 17 17 - ``TAM`` the tangent linear and adjoint model. 18 18 19 Please see |DOI man OCE|_ for more details including information about the input file formats and20 the namelist settings.19 Please see :doc:`NEMO manual <cite>` for more details including 20 information about the input file formats and the namelist settings. 21 21 22 22 Observation and model comparison (``OBS``) … … 33 33 To build with the OBS code active ``key_diaobs`` must be set. 34 34 35 More details in |DOI man OCE|_ "Observation and Model Comparison (``OBS``)" chapter.35 More details in :manhtml:`"Observation and Model Comparison (OBS)" chapter <node83.html>`. 36 36 37 37 Standalone observation operator (``SAO``) … … 42 42 (previously known the offline observation operator). 43 43 44 To build the SAO use makenemo.44 To build the SAO use :file:`makenemo`. 45 45 This means compiling NEMO once (in the normal way) for the chosen configuration. 46 46 Then include ``SAO`` at the end of the relevant line in :file:`cfg.txt` file. … … 48 48 This is a special version of :file:`nemogcm.F90` (which doesn't run the model, 49 49 but reads in the model fields, and observations and runs the OBS code. 50 See "Standalone observation operator (``SAO``)" section in |DOI man OCE|_.50 See :manhtml:`"Standalone observation operator (SAO)" section <node88.html>`. 51 51 52 52 Apply assimilation increments (``ASM``) … … 61 61 To build the ASM code ``key asminc`` must be set. 62 62 63 More details in |DOI man OCE|_ "Apply Assimilation Increments (``ASM``)" chapter.63 More details in :manhtml:`"Apply Assimilation Increments (ASM)" chapter <node89.html>`. 64 64 65 65 Tangent linear and adjoint (``TAM``)
Note: See TracChangeset
for help on using the changeset viewer.