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 14 and Version 15 of ticket/0863


Ignore:
Timestamp:
2011-10-13T18:07:40+02:00 (13 years ago)
Author:
mlelod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0863

    v14 v15  
    3131IF( lk_vvl )   CALL dom_vvl_sf_swp( kstp ) 
    3232}}} 
     33== Newly created , renamed and suppressed variables == 
     34 * 2D fields `sshu_b`, `sshu_n`,` sshu_a`, `sshv_b`, `sshv_n`, `sshv_a` and `sshf_n` needed for the previous z_star implementation are suppressed. 
     35 * 3D fields `mut`, `muu`, `muv` and `muf` and 2D fields `ee_t`, `ee_u`, `ee_v`, `ee_w` needed for the previous z_star implementation are also suppressed. 
     36 * `e3t_1`, `e3u_1`, `e3v_1`, `e3w_1`, `e3f_1`, `gdep3w_1`, `gdept_1` and `gdepw_1` are renamed with `_n` instead of `_1.` 
     37 * 3D fields `e3t_b`, `e3u_b`, `e3v_b`, `e3uw_b`, `e3vw_b` and `e3t_a`, `e3u_a`, `e3v_a` are created. 
     38 * 3D fields `e3t_t_b`, `e3t_t_n` and `e3t_t_a` (baroclinic part of the scale factors in z_tilde case) are created. 
     39 * 3D field `hdiv_lf` (low frequency part of the baroclinic horizontal divergence) is created. 
     40 * 2D fileds `frq_restore_e3t `and f`rq_restore_hdv (restoring frequencies) are created.` 
     41 
     42Budget: 8 3D fields added and 9 2D fields removed 
     43 
    3344== Core description == 
    34 === Newly created and suppressed variables === 
    3545=== Step 1 : Initialisation === 
    3646`dom_vvl_init` is called by `domain:`