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 9190 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/ICB/icbrst.F90 – NEMO

Ignore:
Timestamp:
2018-01-06T15:18:23+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: OPA_SRC: style only, results unchanged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/ICB/icbrst.F90

    r6623 r9190  
    11MODULE icbrst 
    2  
    32   !!====================================================================== 
    43   !!                       ***  MODULE  icbrst  *** 
     
    1514   !!                                              read single restart files 
    1615   !!---------------------------------------------------------------------- 
     16 
    1717   !!---------------------------------------------------------------------- 
    1818   !!   icb_rst_read    : read restart file 
     
    110110               CALL iom_get( ncid, 'mass_of_bits' , localpt%mass_of_bits  , ktime=jn ) 
    111111               CALL iom_get( ncid, 'heat_density' , localpt%heat_density  , ktime=jn ) 
    112  
    113112               ! 
    114113               CALL icb_utl_add( localberg, localpt ) 
    115  
     114               ! 
    116115            ENDIF 
    117  
     116            ! 
    118117         END DO 
    119  
     118         ! 
    120119      ENDIF  
    121120 
     
    144143      CALL iom_close( ncid ) 
    145144      ! 
    146       IF( lwp .and. nn_verbose_level >= 0)  WRITE(numout,'(a)') 'icebergs, read_restart_bergs: completed' 
     145      IF( lwp .AND. nn_verbose_level >= 0)  WRITE(numout,'(a)') 'icebergs, read_restart_bergs: completed' 
    147146      ! 
    148147   END SUBROUTINE icb_rst_read 
     
    361360   END SUBROUTINE icb_rst_write 
    362361   ! 
     362   !!====================================================================== 
    363363END MODULE icbrst 
Note: See TracChangeset for help on using the changeset viewer.