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 10320 for NEMO/branches/UKMO/dev_r9950_GO8_package/src – NEMO

Ignore:
Timestamp:
2018-11-16T10:43:39+01:00 (5 years ago)
Author:
davestorkey
Message:

UKMO/branches/dev_r9950_GO8_package:

  1. Remove grid definitions from context-nemo.xml and import standard grid_def.xml file instead.
  2. Bug fix for definition of depthX_bounds in iom.F90.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r9950_GO8_package/src/OCE/IOM/iom.F90

    r10033 r10320  
    206206          zw_bnds(2,1:jpkm1  ) = gdepw_1d(jkmin:jpk) 
    207207          zw_bnds(2,jpk:     ) = gdepw_1d(jpk) + e3t_1d(jpk) 
    208           CALL iom_set_axis_attr( "deptht", bounds=zt_bnds ) 
    209           CALL iom_set_axis_attr( "depthu", bounds=zt_bnds ) 
    210           CALL iom_set_axis_attr( "depthv", bounds=zt_bnds ) 
    211           CALL iom_set_axis_attr( "depthw", bounds=zw_bnds ) 
     208          CALL iom_set_axis_attr( "deptht", bounds=zw_bnds ) 
     209          CALL iom_set_axis_attr( "depthu", bounds=zw_bnds ) 
     210          CALL iom_set_axis_attr( "depthv", bounds=zw_bnds ) 
     211          CALL iom_set_axis_attr( "depthw", bounds=zt_bnds ) 
    212212          ! 
    213213# if defined key_floats 
Note: See TracChangeset for help on using the changeset viewer.