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 20 and Version 21 of ticket/0863


Ignore:
Timestamp:
2011-10-21T16:34:17+02:00 (13 years ago)
Author:
mlelod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0863

    v20 v21  
    135135In vvl case, the "toce" variable in the netcdf file does not contain temperature anymore but the heat content fse3t_n * tn.[[BR]]The same thing is done for salinity and horizontal velocities (only in flux form advection but I'm not sure if it has to be done in any vvl case).[[BR]]3 other variables are created in netcdf outputs: 
    136136 
    137  * e3t_n is the vertical scale factor at t-points (_n suffix indicates that it is different from the background scale factor).[[BR]]e3u and e3v and e3w are not stored, they can be recomputed off-line. 
    138  * dept_n is the depth at t-points. Depth at u, v and w points should be computed off-line also. 
    139  * e3tdef is the squared deformation ratio of e3t given in %!^2.[[BR]]During the post treatment, the square root of this quantity gives the variance of the level thickness in %. 
     137 * `e3t_n` is the vertical scale factor at t-points (`_n` suffix indicates that it is different from the background scale factor).[[BR]]e3u and e3v and e3w are not stored, they can be recomputed off-line. 
     138 * `dept_n` is the depth at t-points. Depth at u, v and w points should be computed off-line also. 
     139 * `e3tdef` is the squared deformation ratio of `e3t` given in %!^2.[[BR]]During the post treatment, the square root of this quantity gives the variance of the level thickness in %. 
    140140 
    141141{{{ 
     
    146146 
    147147}}} 
    148 [[BR]] 
    149148---- 
    150149== Testing ==