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 106 for trunk/NEMO/OPA_SRC/ZDF/zdfmxl.F90 – NEMO

Ignore:
Timestamp:
2004-06-28T10:08:06+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE067 : Add control indices nictl, njctl used in SUM function output to compare mono versus multi procs runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/ZDF/zdfmxl.F90

    r49 r106  
    132132      !                                                ! =============== 
    133133 
    134       IF( l_ctl )   WRITE(numout,*) ' nmln : ', SUM( nmln(:,:) ), ' hmld: ', SUM( hmld(:,:) ) 
     134      IF(l_ctl)   WRITE(numout,*) ' nmln : ', SUM( nmln(1:nictl+1,1:njctl+1) ), ' hmld: ', SUM( hmld(1:nictl+1,1:njctl+1) ) 
    135135 
    136136   END SUBROUTINE zdf_mxl 
     
    175175         IF(lwp) WRITE(numout,*) 'zdf_mxl : mixed layer depth' 
    176176         IF(lwp) WRITE(numout,*) '~~~~~~~ ' 
    177          IF(lwp) WRITE(numout,*) 
    178177      ENDIF 
    179178 
     
    234233      END DO 
    235234 
    236       IF( l_ctl )   WRITE(numout,*) ' nmln : ', SUM( nmln(:,:) ), ' hmld: ', SUM( hmld(:,:) ) 
     235      IF(l_ctl)   WRITE(numout,*) ' nmln : ', SUM( nmln(1:nictl+1,1:njctl+1) ), ' hmld: ', SUM( hmld(1:nictl+1,1:njctl+1) ) 
    237236 
    238237   END SUBROUTINE zdf_mxl 
Note: See TracChangeset for help on using the changeset viewer.