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 27 and Version 28 of ticket/0863


Ignore:
Timestamp:
2011-10-26T13:38:36+02:00 (13 years ago)
Author:
mlelod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0863

    v27 v28  
    116116Swap of vertical scale factors is done in two different routines. 
    117117 
    118  * The first part concerns `fse3t_b`, `fse3u_b` and `fse3v_b` and is done in `dynnxt` routine because they are needed there. 
    119  * The second part concerns `fse3t_n`, `fse3u_n` and `fse3v_n`. This is done by `dom_vvl_swp` routine in `domvvl` module 
     118 * The first part concerns `fse3t_b`, `fse3u_b` and `fse3v_b`. This is done in `dynnxt` routine because they are needed there. 
     119 * The second part concerns `fse3t_n`, `fse3u_n` and `fse3v_n`. This is done by `dom_vvl_swp` routine in `domvvl` module. 
    120120 * The third part concerns `e3t_t_b` and `e3t_t_n`. This is done by `dom_vvl_swp` routine in `domvvl` module.[[BR]] It could be done in `dom_vvl_sf_nxt` which would make `e3t_t_a` purely local to this routine. A simple work array could thus be used (e.g. ze3t_t_a) instead of a saved module array. In this case the entire module would be less readable 
    121121