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

Changeset 11759 for NEMO/trunk


Ignore:
Timestamp:
2019-10-21T18:24:58+02:00 (4 years ago)
Author:
nicolasmartin
Message:

Review README for data assimilation

Location:
NEMO/trunk/doc/rst/source
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/rst/source/conf.py

    r11743 r11759  
    253253extlinks = { 
    254254   '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  ), 
    256256   'forge'  : ('https://forge.ipsl.jussieu.fr/nemo/%s'                                 , None  ), 
    257257   'gmd'    : ('https://www.geosci-model-dev.net/%s'                                   , None  ), 
  • NEMO/trunk/doc/rst/source/cplg.rst

    r11754 r11759  
    88 
    99NEMO 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>`). 
    1111It can be used to interface with most of the European atmospheric GCM 
    1212(ARPEGE, ECHAM, ECMWF, Ha- dAM, HadGAM, LMDz), as well as to regional atmospheric models 
     
    1414To implement the coupling of two independent NEMO components, 
    1515ocean 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>`). 
    1717 
    1818To enable the OASIS interface the required compilation key is ``key_oasis3``. 
  • NEMO/trunk/doc/rst/source/da.rst

    r11734 r11759  
    1717- ``TAM`` the tangent linear and adjoint model. 
    1818 
    19 Please see |DOI man OCE|_ for more details including information about the input file formats and 
    20 the namelist settings. 
     19Please see :doc:`NEMO manual <cite>` for more details including 
     20information about the input file formats and the namelist settings. 
    2121 
    2222Observation and model comparison (``OBS``) 
     
    3333To build with the OBS code active ``key_diaobs`` must be set. 
    3434 
    35 More details in |DOI man OCE|_ "Observation and Model Comparison (``OBS``)" chapter. 
     35More details in :manhtml:`"Observation and Model Comparison (OBS)" chapter <node83.html>`. 
    3636 
    3737Standalone observation operator (``SAO``) 
     
    4242(previously known the offline observation operator). 
    4343 
    44 To build the SAO use makenemo. 
     44To build the SAO use :file:`makenemo`. 
    4545This means compiling NEMO once (in the normal way) for the chosen configuration. 
    4646Then include ``SAO`` at the end of the relevant line in :file:`cfg.txt` file. 
     
    4848This is a special version of :file:`nemogcm.F90` (which doesn't run the model, 
    4949but reads in the model fields, and observations and runs the OBS code. 
    50 See "Standalone observation operator (``SAO``)" section in |DOI man OCE|_. 
     50See :manhtml:`"Standalone observation operator (SAO)" section <node88.html>`. 
    5151 
    5252Apply assimilation increments (``ASM``) 
     
    6161To build the ASM code ``key asminc`` must be set. 
    6262 
    63 More details in |DOI man OCE|_ "Apply Assimilation Increments (``ASM``)" chapter. 
     63More details in :manhtml:`"Apply Assimilation Increments (ASM)" chapter <node89.html>`. 
    6464 
    6565Tangent linear and adjoint (``TAM``) 
Note: See TracChangeset for help on using the changeset viewer.