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.
user/lovato/readmerst (diff) – NEMO

Changes between Version 5 and Version 6 of user/lovato/readmerst


Ignore:
Timestamp:
2019-01-18T15:10:20+01:00 (4 years ago)
Author:
lovato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/lovato/readmerst

    v5 v6  
    1313The NEMO_ ocean model has 3 major components: 
    1414 
    15 - OPA models the ocean [thermo]dynamics and solves the primitive equations (``./src/OCE``) 
    16 - SI3 simulates ice [thermo]dynamics, brine inclusions and subgrid-scale thickness variations (``./src/ICE``) 
    17 - TOP models the [on|off]line oceanic tracers transport and the biogeochemical processes (``./src/TOP``) 
     15- **OPA** models the ocean [thermo]dynamics and solves the primitive equations (``./src/OCE``) 
     16- **SI3** simulates seaice [thermo]dynamics, brine inclusions and subgrid-scale thickness variations (``./src/ICE``) 
     17- **TOP** models the [on|off]line oceanic tracers transport and biogeochemical processes (``./src/TOP``) 
    1818 
    1919These physical core engines are described in their respective `reference documentation`_ that must be cited for any work related to their use. 
     
    3232Several built-in configurations are provided to evaluate the skills and performances of the model which can be used as templates for setting up a new configurations (``./cfgs``). 
    3333 
    34 NEMO user can also checkout available idealised test cases that address specific physical processes(``./tests``). 
     34NEMO user can also checkout available idealized test cases that address specific physical processes(``./tests``). 
    3535 
    3636A set of utilities is also provided to [pre|post]process your data (``./tools``).