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 8661 for branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2017-10-26T12:06:21+02:00 (7 years ago)
Author:
andmirek
Message:

#1962 put back tabs, spaces and lines removed when implementiong XIOS write functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r8652 r8661  
    182182          CALL iom_set_axis_attr( "depthu", paxis = gdept_1d ) 
    183183          CALL iom_set_axis_attr( "depthv", paxis = gdept_1d ) 
    184           CALL iom_set_axis_attr( "depthw", paxis = gdepw_1d ) 
     184      CALL iom_set_axis_attr( "depthw", gdepw_1d ) 
    185185 
    186186          ! Add vertical grid bounds 
     
    229229 
    230230#endif 
    231  
     231       
    232232   END SUBROUTINE iom_init 
    233233 
Note: See TracChangeset for help on using the changeset viewer.