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

Changes between Version 11 and Version 12 of 2009WP/2009Stream3/VVL


Ignore:
Timestamp:
2009-06-21T11:42:40+02:00 (15 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2009WP/2009Stream3/VVL

    v11 v12  
    8080            solve dU/dt = ...  and not d( e3 U)/dt = ... ). [[BR]] 
    8181            Change to be done in both dynnxt AND dynspg (_ts and flt) 
     82 
    8283            '''In dynnxt.F90'''   perform the thickness weighted time leap-frog and  Asselin filter only in ln_dynadv_vec=FALSE and lk_vvl=TRUE., in other word unweighted operation if  n_dynadv_vec=T and NOT lk_vvl. So replace the 2 two [[BR]] 
    8384 
     
    99100}}} 
    100101 
    101     In addition : (1) the masking of ua, va can be moved inside the key_bdy case ; (2) all the comment have been updated. The resulting subroutine can be found in attachment (). 
    102            
     102    In addition : (1) the masking of ua, va can be moved inside the key_bdy case ; (2) all the comment have been updated. The resulting subroutine can be found in attachment (https://forge.ipsl.jussieu.fr/nemo/attachment/wiki/2009WP/2009Stream3/VVL/dynnxt.F90). 
     103 
     104   '''In dynspg_ts.F90'''   the whole module have to be modified to solve a velocity equation, not a thickness weighted velocity equation. Then in the specific case of ln_dynadv_vec=FALSE and lk_vvl=TRUE, an term associated with the time derivative of the ssh must be added to the equation solved. [[BR]] 
     105 
    103106 - ensure that BDY and OBC are working with the new time-stepping strategy 
    104107        in particular obc_dyn_bt  seems to modify the sshn field. This should be wrong with the new time strategy