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/C1D/dtauvd.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/C1D/dtauvd.F90

    r10968 r10986  
    8484            WRITE(numout,*) '   U & V current data not used' 
    8585         ENDIF 
     86         IF(lflush) CALL FLUSH(numout) 
    8687      ENDIF 
    8788      !                             ! no initialization when restarting 
     
    155156            WRITE(numout,*) 
    156157            WRITE(numout,*) 'dta_uvd: interpolate U & V current data onto the s- or mixed s-z-coordinate mesh' 
     158            IF(lflush) CALL FLUSH(numout) 
    157159         ENDIF 
    158160         ! 
     
    210212      IF( .NOT. ln_uvd_dyndmp    ) THEN   !==   deallocate U & V current structure   ==!  
    211213         !                                !==   (data used only for initialization)  ==! 
    212          IF(lwp) WRITE(numout,*) 'dta_uvd: deallocate U & V current arrays as they are only used to initialize the run' 
     214         IF(lwp) THEN 
     215            WRITE(numout,*) 'dta_uvd: deallocate U & V current arrays as they are only used to initialize the run' 
     216            IF(lflush) CALL FLUSH(numout) 
     217         ENDIF 
    213218                                   DEALLOCATE( sf_uvd(1)%fnow )     ! U current arrays in the structure 
    214219         IF( sf_uvd(1)%ln_tint )   DEALLOCATE( sf_uvd(1)%fdta ) 
Note: See TracChangeset for help on using the changeset viewer.