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 12556 for branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/NEMO/OPA_SRC/stpctl.F90 – NEMO

Ignore:
Timestamp:
2020-03-13T18:06:44+01:00 (4 years ago)
Author:
charris
Message:

Changes from GO6 package branch (fixes for GMED ticket 450):

svn merge -r 11107:12233 svn+ssh://charris@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/UKMO/dev_r5518_GO6_package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/NEMO/OPA_SRC/stpctl.F90

    r12555 r12556  
    100100      IF( lk_mpp )   CALL mpp_max( zumax )                 ! max over the global domain 
    101101      ! 
    102       IF( ll_colruns )   THEN 
     102      IF( ll_colruns .AND. lwp )   THEN 
    103103         WRITE(numout,*) ' ==>> time-step= ',kt,' abs(U) max: ', zumax 
    104104         IF(lflush) CALL flush(numout) 
     
    250250         ENDIF 
    251251         ! 
    252          IF( ll_colruns ) THEN 
     252         IF( ll_wrtruns ) THEN 
    253253            zssh2 = SUM( sshn(:,:) * sshn(:,:) * tmask_i(:,:) ) 
    254254            IF( lk_mpp )   CALL mpp_sum( zssh2 )      ! sum over the global domain 
Note: See TracChangeset for help on using the changeset viewer.