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 4439 for branches/2011/DEV_r2739_STFC_dCSE – NEMO

Ignore:
Timestamp:
2014-02-04T13:15:16+01:00 (10 years ago)
Author:
trackstand2
Message:

Added #if defined ARPDBGSUM around SUM dbg output in z-last div_cur

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/DYN/divcur.F90

    r4417 r4439  
    388388      END DO                                           !   End of slab 
    389389      !                                                ! =============== 
     390#if defined ARPDBGSUM 
    390391      WRITE(*,*) 'ARPDBG, div_cur: sum hdivn=',SUM(hdivn),'at step=',kt 
    391392      WRITE(*,*) 'ARPDBG, div_cur: sum un=',SUM(un),'at step=',kt 
    392393      WRITE(*,*) 'ARPDBG, div_cur: sum vn=',SUM(vn),'at step=',kt 
     394#endif 
    393395 
    394396#endif 
Note: See TracChangeset for help on using the changeset viewer.