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 Diff – NEMO

Changes between Initial Version and Version 1 of Ticket #2123


Ignore:
Timestamp:
2018-08-03T11:29:36+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2123 – Description

    initial v1  
    22 
    33with key_iomput, the e3u_0 and e3v_0 fields (initial vertical scale factor) are equals to  e3t_0, not e3u_0 and e3v_0, respectively.  
    4  
    54 
    65== Fix 
     
    87replace lines 127-128 by : 
    98 
    10 {{{ 
     9{{{#!f 
    1110      CALL iom_put("e3u_0", e3u_0(:,:,:) ) 
    1211      CALL iom_put("e3v_0", e3v_0(:,:,:) )