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.
ticket/0863 (diff) – NEMO

Changes between Version 29 and Version 30 of ticket/0863


Ignore:
Timestamp:
2013-01-08T11:43:59+01:00 (11 years ago)
Author:
mlelod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0863

    v29 v30  
    158158=== Compatibility with een vorticity scheme === 
    159159The vertical scale factor at f points should remain constant in time if the f-point belongs to an "earth cell". 
    160 {{{{ 
     160{{{ 
    161161      IF( kt == nit000 .OR. lk_vvl ) THEN      ! reciprocal of e3 at F-point (masked averaging of e3t) 
    162162         DO jk = 1, jpk 
     
    171171         CALL lbc_lnk( ze3f, 'F', 1. ) 
    172172      ENDIF 
    173 }}}} 
     173}}} 
    174174 
    175175----