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/DOM/domwri.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/DOM/domwri.F90

    r10888 r10986  
    6363      !!---------------------------------------------------------------------- 
    6464      ! 
    65       IF(lwp) WRITE(numout,*) 
    66       IF(lwp) WRITE(numout,*) 'dom_wri : create NetCDF mesh and mask information file(s)' 
    67       IF(lwp) WRITE(numout,*) '~~~~~~~' 
     65      IF(lwp) THEN 
     66         WRITE(numout,*) 
     67         WRITE(numout,*) 'dom_wri : create NetCDF mesh and mask information file(s)' 
     68         WRITE(numout,*) '~~~~~~~' 
     69         IF(lflush) CALL FLUSH(numout) 
     70      ENDIF 
    6871       
    6972      clnam = 'mesh_mask'  ! filename (mesh and mask informations) 
     
    283286         WRITE(numout,*) 'dom_stiff : maximum grid stiffness ratio: ', zrxmax 
    284287         WRITE(numout,*) '~~~~~~~~~' 
     288         IF(lflush) CALL FLUSH(numout) 
    285289      ENDIF 
    286290      ! 
Note: See TracChangeset for help on using the changeset viewer.