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 10596 for NEMO/trunk/RELEASE_NOTES.rst – NEMO

Ignore:
Timestamp:
2019-01-28T17:20:19+01:00 (5 years ago)
Author:
nicolasmartin
Message:

Fixes for a unsuccessful Python Sphinx building, no more warnings but still crashing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/RELEASE_NOTES.rst

    r10595 r10596  
    1212  - Lateral melting 
    1313  - 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) 
    1615  - Landfast ice (:doi:`10.1002/2016JC012006 <Lemieux et al. 2016>`) 
    1716 
     
    6463The first test cases available for now are: 
    6564- ``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.  
    8171 
    8272New Reference configurations 
     
    9787- 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!). 
    9888- :doc:`tracers <TOP on-line user documentation>` 
    99 - TOP currently accounts for the following 5 modules: 
    100   CFC contains inorganic carbon tracers (CFC11/CFC12/SF6), 
    101   MY_TRC is a template for new modules (or external couplings), 
    102   AGE deals with water age tracking, 
    103   C14 as a radiocarbon passive tracer, and 
    104   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``. 
    10595- A generalized infrastructure was developed to handle the prescription of either surface, coastal, or open boundaries conditions for each passive tracer. 
    10696- 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.