Changeset 10596 for NEMO/trunk/RELEASE_NOTES.rst
- Timestamp:
- 2019-01-28T17:20:19+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/RELEASE_NOTES.rst
r10595 r10596 12 12 - Lateral melting 13 13 - Melt ponds: constant or :doi:`10.1175/JCLI-D-11-00078.1 <Holland et al. 2012>` formulation (and soon topographic melt ponds) 14 - Ice-atm. drags from :doi:`10.1029/2012JD017630 <Lupkes et al. 2012>` (depending on ice concentration) or 15 :doi:`10.1002/2014JD022418 <Lupkes et al. 2015>` (depending on sea ice concentration and atm. stability) 14 - Ice-atm. drags from :doi:`10.1029/2012JD017630 <Lupkes et al. 2012>` (depending on ice concentration) or :doi:`10.1002/2014JD022418 <Lupkes et al. 2015>` (depending on sea ice concentration and atm. stability) 16 15 - Landfast ice (:doi:`10.1002/2016JC012006 <Lemieux et al. 2016>`) 17 16 … … 64 63 The first test cases available for now are: 65 64 - ``CANAL``: east-west periodic canal of variable size with several initial states and associated geostrophic currents (zonal jets or vortex) 66 - ``ICE_AGRIF``: east-west + north-south periodic channel. 67 The common configuration includes an AGRIF zoom (1:3) in the middle of the basin to test how an ice patch is advected through it but one can also test the advection schemes (Prather and Ultimate-Macho) by removing the key_agrif in the cpp keys. 68 - ``ISOMIP``: simple box configuration with an ice shelf with simple geometry on top. 69 The purpose of this test case is to evaluate the impact of various schemes and new development with iceshelf cavities. 70 The exact original setup is described here. 71 - ``LOCK-EXCHANGE``:classical fluid dynamics experiment that has been adapted by Haidvogel and Beckmann (1999) for testing advection schemes in ocean circulation models. 72 It has been used by several authors including Burchard and Bolding (2002) and Ilıcak et al. (2012). 73 The LOCK EXCHANGE experiment can in particular illustrate the impact of different choices of numerical schemes and/or subgrid closures on spurious interior mixing 74 - ``OVERFLOW``: illustrates the impact of different choices of numerical schemes and/or subgrid closures on spurious interior mixing close to bottom topography. 75 It is adapted from the non-rotating overflow configuration described in Haidvogel and Beckmann (1999) and further used by Ilıcak et al. (2012) 76 - ``VORTEX``: illustrates the propagation of an anticyclonic eddy over a Beta plan and flat bottom. 77 It is implemented here with an online refined subdomain (thanks to AGRIF library) out of which the vortex propagates. 78 It serves as a benchmark to diagnose nesting errors as in Debreu et al. (2012), Penven et al. (2006) and Spall and Holland (1991) 79 - ``WAD``: a set of simple closed basin geometries for testing the Wetting and drying capabilities. 80 Examples range from a closed channel with EW linear bottom slope to a parabolic EW channel with a Gaussian ridge. 65 - ``ICE_AGRIF``: east-west + north-south periodic channel. The common configuration includes an AGRIF zoom (1:3) in the middle of the basin to test how an ice patch is advected through it but one can also test the advection schemes (Prather and Ultimate-Macho) by removing the key_agrif in the cpp keys. 66 - ``ISOMIP``: simple box configuration with an ice shelf with simple geometry on top. The purpose of this test case is to evaluate the impact of various schemes and new development with iceshelf cavities. The exact original setup is described here. 67 - ``LOCK-EXCHANGE``:classical fluid dynamics experiment that has been adapted by Haidvogel and Beckmann (1999) for testing advection schemes in ocean circulation models. It has been used by several authors including Burchard and Bolding (2002) and Ilıcak et al. (2012). The LOCK EXCHANGE experiment can in particular illustrate the impact of different choices of numerical schemes and/or subgrid closures on spurious interior mixing 68 - ``OVERFLOW``: illustrates the impact of different choices of numerical schemes and/or subgrid closures on spurious interior mixing close to bottom topography. It is adapted from the non-rotating overflow configuration described in Haidvogel and Beckmann (1999) and further used by Ilıcak et al. (2012) 69 - ``VORTEX``: illustrates the propagation of an anticyclonic eddy over a Beta plan and flat bottom. It is implemented here with an online refined subdomain (thanks to AGRIF library) out of which the vortex propagates. It serves as a benchmark to diagnose nesting errors as in Debreu et al. (2012), Penven et al. (2006) and Spall and Holland (1991) 70 - ``WAD``: a set of simple closed basin geometries for testing the Wetting and drying capabilities. Examples range from a closed channel with EW linear bottom slope to a parabolic EW channel with a Gaussian ridge. 81 71 82 72 New Reference configurations … … 97 87 - The passive tracers transport component was redesigned toward a modular structure and users can enable each module directly through logical flags in namelist_top (no more fortran macros!). 98 88 - :doc:`tracers <TOP on-line user documentation>` 99 - TOPcurrently accounts for the following 5 modules:100 CFCcontains inorganic carbon tracers (CFC11/CFC12/SF6),101 MY_TRCis a template for new modules (or external couplings),102 AGEdeals with water age tracking,103 C14as a radiocarbon passive tracer, and104 the companion ecosystem model PISCES.89 - ``TOP`` currently accounts for the following 5 modules: 90 ``CFC`` contains inorganic carbon tracers (CFC11/CFC12/SF6), 91 ``MY_TRC`` is a template for new modules (or external couplings), 92 ``AGE`` deals with water age tracking, 93 ``C14`` as a radiocarbon passive tracer, and 94 the companion ecosystem model ``PISCES``. 105 95 - A generalized infrastructure was developed to handle the prescription of either surface, coastal, or open boundaries conditions for each passive tracer. 106 96 - A new configuration, named ORCA2_OFF_TRC, was created to provide a benchmark simulation environment to deal with inert carbon tracers dynamics by exploiting the offline coupling with NEMO.
Note: See TracChangeset
for help on using the changeset viewer.