Changes between Version 5 and Version 6 of user/lovato/readmerst
- Timestamp:
- 2019-01-18T15:10:20+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user/lovato/readmerst
v5 v6 13 13 The NEMO_ ocean model has 3 major components: 14 14 15 - OPAmodels the ocean [thermo]dynamics and solves the primitive equations (``./src/OCE``)16 - SI3 simulatesice [thermo]dynamics, brine inclusions and subgrid-scale thickness variations (``./src/ICE``)17 - TOP models the [on|off]line oceanic tracers transport and thebiogeochemical 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``) 18 18 19 19 These physical core engines are described in their respective `reference documentation`_ that must be cited for any work related to their use. … … 32 32 Several 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``). 33 33 34 NEMO user can also checkout available ideali sed test cases that address specific physical processes(``./tests``).34 NEMO user can also checkout available idealized test cases that address specific physical processes(``./tests``). 35 35 36 36 A set of utilities is also provided to [pre|post]process your data (``./tools``).