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

Changeset 10361


Ignore:
Timestamp:
2018-11-30T09:33:05+01:00 (5 years ago)
Author:
davestorkey
Message:

Bug fix for depth_bounds initialisation in iom_init. Ticket #2163.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/IOM/iom.F90

    r10222 r10361  
    209209          zw_bnds(2,1:jpkm1  ) = gdepw_1d(jkmin:jpk) 
    210210          zw_bnds(2,jpk:     ) = gdepw_1d(jpk) + e3t_1d(jpk) 
    211           CALL iom_set_axis_attr( "deptht", bounds=zt_bnds ) 
    212           CALL iom_set_axis_attr( "depthu", bounds=zt_bnds ) 
    213           CALL iom_set_axis_attr( "depthv", bounds=zt_bnds ) 
    214           CALL iom_set_axis_attr( "depthw", bounds=zw_bnds ) 
     211          CALL iom_set_axis_attr( "deptht", bounds=zw_bnds ) 
     212          CALL iom_set_axis_attr( "depthu", bounds=zw_bnds ) 
     213          CALL iom_set_axis_attr( "depthv", bounds=zw_bnds ) 
     214          CALL iom_set_axis_attr( "depthw", bounds=zt_bnds ) 
    215215          ! 
    216216# if defined key_floats 
Note: See TracChangeset for help on using the changeset viewer.