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 6 and Version 7 of ticket/1775_TOP_Offline_vvl


Ignore:
Timestamp:
2016-09-23T08:55:45+02:00 (8 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1775_TOP_Offline_vvl

    v6 v7  
    3636{{{ 
    3737 
    38 ssh_a = ssh_n - dt * ( div2D(DT) - emp(DT) ) where div2D is the vertically integrated divergence transport and DT is the frequency of dynamical fields 
     38ssh_a = ssh_n - dt * ( div2D(DT) - emp(DT)/rau0 ) where div2D is the vertically integrated divergence transport and DT is the frequency of dynamical fields 
    3939 
    4040e3t_a = e3t_0 * [ 1 + ssh_a / ht_0] 
     
    4545 
    4646{{{ 
     47 
     48ssh_a = ssh_b - 2 * dt * [ ( div2d(DT) - ( emp(DT) + emp_b(DT) ) / ( 2 * rau0 ) ]  
    4749 
    4850ssh_b = ssh_n + atfp * ( ssh_b - 2 * ssh_n + ssh_a  )  
     
    6264 
    6365= Next steps : = 
    64  * Implement the case of time interpolation of dynamics  : 
    65  
    66  
     66 * Implement the case of time interpolation of dynamics  : 
    6767 
    6868{{{