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.
2009WP/2009Stream3 (diff) – NEMO

Changes between Version 5 and Version 6 of 2009WP/2009Stream3


Ignore:
Timestamp:
2009-06-14T16:42:00+02:00 (15 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2009WP/2009Stream3

    v5 v6  
    4141 
    4242•       '''New forcing''' (Tidal potential, atmospheric pressure) and river input scheme (continuation & end)[[BR]] 
     43 
    4344•       '''Embedding sea-ice inside the ocean''' (continuation & end)[[BR]] 
     45 
    4446•       '''Revisit of mass and salt fluxes between ice, ocean and air''' (continuation & end) [[BR]] 
     47 
    4548•       '''New advection schemes''' (PPM, Quickest and Prather) [[BR]] 
     49 
    4650•       '''Lateral ocean physics''' (isoneutral operator, skew flux, Visbeck coefficients, slope limitation, Aiki formulation) (continuation & end)[[BR]] 
     51 
    4752•       '''Ice improvements''' (momentum forcing, snow-ice formation, EVP rheology in LIM2)[[BR]] 
     53 
    4854•       '''Improved s-coordinate option''' (hydrostatic pressure gradient computation, POLCOM-style s-coordinate) (continuation & end)[[BR]] 
     55 
    4956•       '''Vertical physics''': improvements of TKE scheme, addition of a Generic length scale model[[BR]] 
     57 
     58        --- '''zdftke2.F90 :''' validation in global condiguration, update of the paper documentation.[[BR]] 
     59        ''Status'': zdftke2.F90 has been provided by NEMO-Toulouse, with its paper documentation, and put in release v3.1 (except the doc). [[BR]] 
     60        Problems have been found with in orca2-lim in both forced and coupled mode (NEMO-paris). [[BR]] 
     61        ''Pending issues'': [[BR]] 
     62        (1) add the paper documentation in the trunk (DOC).[[BR]] 
     63        (2) correct the prandl number computation in order to avoid a floating point exception. [[BR]] 
     64        i.e. replace in tke_mlmc routine: 
     65 
     66{{{ 
     67                  zri = MAX( rn2(ji,jj,jk), 0. ) / (zcoef * (zdku + zdkv + 1.e-20) / avmt(ji,jj,jk)) ! local Richardson number 
     68}}} 
     69        by 
     70 
     71{{{ 
     72                  zri = MAX( rn2(ji,jj,jk), 0. ) * avmt(ji,jj,jk) / (zcoef * (zdku + zdkv + 1.e-20) )   ! local Richardson number 
     73}}} 
     74 
     75        (3) change the restart strategy to allow coupled simulation  [[BR]] 
     76        In the current version, the restart of tke2 requires to compute en at nitend+1. In coupled mode, the forcing of the next coupled period cannot be known. The restart must be change switch from (en , dissl and avt at nitend'''+1''') to (en, dissl, avt, avm at nitend) (ongoing) 
     77 
     78        --- '''zdfgls.F90 :''' addition of the Generic Length scale scheme (Warner et al. Ocean Modelling, 8, 81-113, 2005).[[BR]] 
     79        ''Status'': on-going work (NEMO-Toulouse). [[BR]] 
     80 
    5081 
    5182 
     
    5990 
    6091•       '''Revisit of the time stepping in TOP''' (2 years, start in 2009)[[BR]] 
     92 
    6193•       '''Split-explicit + vvl conservative scheme''' (2 years, started in 2008)[[BR]] 
     94 
    6295•       '''Toward a generalisation of the split-explicit free surface''' (2 years, start in 2009)[[BR]] 
     96 
    6397•       '''Inclusion of the effect of waves in the marginal ice zone''' (2 years, start in 2009)[[BR]] 
     98 
    6499•       '''Interface to the OASIS 4 coupler''' (2-3 years, ongoing, started in 2008)[[BR]] 
     100 
    65101•       '''AGRIF and sea-ice''' (from 0 order to LIM2 and 3 fully AGRIFed) (3 years, started in 2008)[[BR]] 
     102 
    66103•       '''Development of TAM''' (ANR VODA), with a major contribution from  the LJK team (3 years, started in 2008)[[BR]] 
     104 
    67105•       '''High parallelisation on new plateforms''' (GPU graphic cards, OpenMP etc …, start in 2009)[[BR]] 
    68106