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 13470 for NEMO/branches/2020/temporary_r4_trunk/src/ICE/iceupdate.F90 – NEMO

Ignore:
Timestamp:
2020-09-15T12:56:56+02:00 (4 years ago)
Author:
smasson
Message:

r4_trunk: second change of DO loops for routines to be merged, see #2523

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/temporary_r4_trunk/src/ICE/iceupdate.F90

    r13469 r13470  
    114114      ENDIF 
    115115       
    116       DO_2D_11_11 
     116      DO_2D( 1, 1, 1, 1 ) 
    117117 
    118118         ! Solar heat flux reaching the ocean = zqsr (W.m-2)  
     
    333333      ! 
    334334      IF( MOD( kt-1, nn_fsbc ) == 0 ) THEN     !==  Ice time-step only  ==!   (i.e. surface module time-step) 
    335          DO_2D_00_00 
     335         DO_2D( 0, 0, 0, 0 ) 
    336336            !                                               ! 2*(U_ice-U_oce) at T-point 
    337337            zu_t = u_ice(ji,jj) + u_ice(ji-1,jj) - u_oce(ji,jj) - u_oce(ji-1,jj)    
     
    359359      ENDIF 
    360360      ! 
    361       DO_2D_00_00 
     361      DO_2D( 0, 0, 0, 0 ) 
    362362         ! ice area at u and v-points  
    363363         zat_u  = ( at_i(ji,jj) * tmask(ji,jj,1) + at_i (ji+1,jj    ) * tmask(ji+1,jj  ,1) )  & 
Note: See TracChangeset for help on using the changeset viewer.