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

Changeset 14845


Ignore:
Timestamp:
2021-05-11T17:24:54+02:00 (3 years ago)
Author:
hadcv
Message:

#2600: Fix diagnostics preventing ORCA2_ICE_PISCES running with nn_hls = 2 and tiling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ZDF/zdfiwm.F90

    r14834 r14845  
    366366      IF( iom_use("bflx_iwm") .OR. iom_use("pcmap_iwm") ) THEN 
    367367         ALLOCATE( z2d(A2D(nn_hls)) , z3d(A2D(nn_hls),jpk) ) 
     368         z2d(:,:) = 0._wp ; z3d(:,:,:) = 0._wp 
     369 
    368370         ! Initialisation for iom_put 
    369371         DO_2D( 0, 0, 0, 0 ) 
Note: See TracChangeset for help on using the changeset viewer.