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 15 and Version 16 of 2009WP/2009Stream3


Ignore:
Timestamp:
2009-07-19T12:00:28+02:00 (15 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2009WP/2009Stream3

    v15 v16  
    8080        (1) add the paper documentation in the trunk (DOC).[[BR]] 
    8181        (2) bug corrections: [[BR]] 
    82             ** correct the prandl number computation in order to avoid a floating point exception, i.e. replace in tke_mlmc routine: [[BR]] 
     82            ** correct the prandl number computation in order to avoid a floating point exception, i.e. replace in tke_mlmc routine (see #466): [[BR]] 
    8383 
    8484{{{ 
     
    9090                  zri = MAX( rn2(ji,jj,jk), 0. ) * avmt(ji,jj,jk) / (zcoef * (zdku + zdkv + 1.e-20) )   ! local Richardson number 
    9191}}} 
    92             ** partial step topography: add in step a missing call to zpshde when zdftke2 is used with ln_dynhpg_imp=FALSE. [[BR]] 
     92            ** partial step topography: add in step a missing call to zpshde when zdftke2 is used with ln_dynhpg_imp=FALSE. (see #422) [[BR]] 
     93 
     94            ** update avm in all zdf modules so that the shear term in TKE equation actually corresponds to the kenetic energy lost through vertical mixing of momentum (on going) [[BR]] 
    9395 
    9496 
    9597        (3) change the restart strategy to allow coupled simulation  [[BR]] 
    96         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) 
     98        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, avmu,avmv at nitend) (see #466) 
    9799 
    98100        --- '''zdfgls.F90 :''' addition of the Generic Length scale scheme (Warner et al. Ocean Modelling, 8, 81-113, 2005).[[BR]]