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/1775_TOP_Offline_vvl (diff) – NEMO

Changes between Version 4 and Version 5 of ticket/1775_TOP_Offline_vvl


Ignore:
Timestamp:
2016-09-21T11:26:36+02:00 (8 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1775_TOP_Offline_vvl

    v4 v5  
    3737 
    3838ssh_a = ssh_n - dt * ( div2D(DT) - emp(DT) ) where div2D is the vertically integrated divergence transport and DT is the frequency of dynamical fields 
     39 
    3940e3t_a = e3t_0 * [ 1 + ssh_a / ht_0] 
    4041 
     
    4546{{{ 
    4647 
    47 ssh_b = ssh_n + atfp * ( ssh_b -é * ssh_n + ssh_a  )  
     48ssh_b = ssh_n + atfp * ( ssh_b - 2 * ssh_n + ssh_a  )  
     49 
    4850ssh_n = ssh_a 
    4951