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 10986 for NEMO/branches/UKMO/NEMO_4.0_mirror_text_diagnostics/src/OCE/ZDF/zdfiwm.F90 – NEMO

Ignore:
Timestamp:
2019-05-16T15:23:56+02:00 (5 years ago)
Author:
andmirek
Message:

GMED 462 add flush

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_mirror_text_diagnostics/src/OCE/ZDF/zdfiwm.F90

    r10968 r10986  
    328328            WRITE(numout,*) 
    329329            WRITE(numout,*) '      Total power consumption by av_wave =  ', zztmp * 1.e-12_wp, 'TW' 
     330            IF(lflush) CALL FLUSH(numout) 
    330331         ENDIF 
    331332      ENDIF 
     
    439440         WRITE(numout,*) '      Variable (T) or constant (F) mixing efficiency            = ', ln_mevar 
    440441         WRITE(numout,*) '      Differential internal wave-driven mixing (T) or not (F)   = ', ln_tsdiff 
     442         IF(lflush) CALL FLUSH(numout) 
    441443      ENDIF 
    442444       
     
    451453         WRITE(numout,*) '   Force the background value applied to avm & avt in TKE to be everywhere ',   & 
    452454            &               'the viscous molecular value & a very small diffusive value, resp.' 
     455         IF(lflush) CALL FLUSH(numout) 
    453456      ENDIF 
    454457             
     
    488491         WRITE(numout,*) '      Pycnocline-intensifed wave-breaking energy: ', zpyc * 1.e-12_wp, 'TW' 
    489492         WRITE(numout,*) '      Critical slope wave-breaking energy:        ', zcri * 1.e-12_wp, 'TW' 
     493         IF(lflush) CALL FLUSH(numout) 
    490494      ENDIF 
    491495      ! 
Note: See TracChangeset for help on using the changeset viewer.