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 3432 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/stpctl.F90 – NEMO

Ignore:
Timestamp:
2012-07-11T13:22:58+02:00 (12 years ago)
Author:
trackstand2
Message:

Merge branch 'ksection_partition'

File:
1 edited

Legend:

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

    r3187 r3432  
    6464      !!---------------------------------------------------------------------- 
    6565 
     66      !WRITE(*,*) narea,': ARPDBG: stp_ctl start, step=',kt 
     67 
    6668      IF( kt == nit000 .AND. lwp ) THEN 
    6769         WRITE(numout,*) 
     
    189191         ENDIF 
    190192         ! 
     193         !WRITE(*,*) narea,': ARPDBG: calc zssh2, step=',kt 
     194         !zssh2 = SUM( sshn(:,:) ) 
     195         !WRITE(*,*) narea,': ARPDBG: sum of sshn = ',zssh2,' at step=',kt 
    191196         zssh2 = SUM( sshn(:,:) * sshn(:,:) * tmask_i(:,:) ) 
     197         !WRITE(*,*) narea,': ARPDBG: mpp_sum for zssh2 (',zssh2,'), step=',kt 
    192198         IF( lk_mpp )   CALL mpp_sum( zssh2 )      ! sum over the global domain 
    193199         ! 
     
    195201         ! 
    196202      ENDIF 
     203 
     204      !WRITE(*,*) narea,': ARPDBG: stp_ctl end, step=',kt 
    197205 
    1982069200  FORMAT('it:', i8, ' iter:', i4, ' r: ',e16.10, ' b: ',e16.10 ) 
Note: See TracChangeset for help on using the changeset viewer.