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.
Changeset 6387 for trunk/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2016-03-14T16:18:13+01:00 (8 years ago)
Author:
cetlod
Message:

trunk: bugfix related to the wrong name of vertical scale factor, see ticket #1699

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

    r6351 r6387  
    145145      CALL iom_put("e3v_0", e3t_0(:,:,:) ) 
    146146      ! 
    147       CALL iom_put( "e3t" , fse3t_n(:,:,:) ) 
    148       CALL iom_put( "e3u" , fse3u_n(:,:,:) ) 
    149       CALL iom_put( "e3v" , fse3v_n(:,:,:) ) 
    150       CALL iom_put( "e3w" , fse3w_n(:,:,:) ) 
     147      CALL iom_put( "e3t" , e3t_n(:,:,:) ) 
     148      CALL iom_put( "e3u" , e3u_n(:,:,:) ) 
     149      CALL iom_put( "e3v" , e3v_n(:,:,:) ) 
     150      CALL iom_put( "e3w" , e3w_n(:,:,:) ) 
    151151      IF( iom_use("e3tdef") )   & 
    152          CALL iom_put( "e3tdef"  , ( ( fse3t_n(:,:,:) - e3t_0(:,:,:) ) / e3t_0(:,:,:) * 100 * tmask(:,:,:) ) ** 2 ) 
     152         CALL iom_put( "e3tdef"  , ( ( e3t_n(:,:,:) - e3t_0(:,:,:) ) / e3t_0(:,:,:) * 100 * tmask(:,:,:) ) ** 2 ) 
    153153 
    154154      CALL iom_put( "ssh" , sshn )                 ! sea surface height 
Note: See TracChangeset for help on using the changeset viewer.