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/TRA/tramle.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/TRA/tramle.F90

    r10968 r10986  
    289289         WRITE(numout,*) '         =1 no MLE in case of convection ; =0 always MLE              nn_conv   = ', nn_conv 
    290290         WRITE(numout,*) '         Density difference used to define ML for FK              rn_rho_c_mle  = ', rn_rho_c_mle 
     291         IF(lflush) CALL FLUSH(numout) 
    291292      ENDIF 
    292293      ! 
     
    300301            WRITE(numout,*) '   ==>>>   Mixed Layer Eddy parametrisation NOT used' 
    301302         ENDIF 
     303         IF(lflush) CALL FLUSH(numout) 
    302304      ENDIF 
    303305      ! 
     
    305307         ! 
    306308         rb_c = grav * rn_rho_c_mle /rau0        ! Mixed Layer buoyancy criteria 
    307          IF(lwp) WRITE(numout,*) 
    308          IF(lwp) WRITE(numout,*) '      ML buoyancy criteria = ', rb_c, ' m/s2 ' 
    309          IF(lwp) WRITE(numout,*) '      associated ML density criteria defined in zdfmxl = ', rho_c, 'kg/m3' 
     309         IF(lwp) THEN 
     310            WRITE(numout,*) 
     311            WRITE(numout,*) '      ML buoyancy criteria = ', rb_c, ' m/s2 ' 
     312            WRITE(numout,*) '      associated ML density criteria defined in zdfmxl = ', rho_c, 'kg/m3' 
     313            IF(lflush) CALL FLUSH(numout) 
     314         ENDIF 
    310315         ! 
    311316         IF( nn_mle == 0 ) THEN           ! MLE array allocation & initialisation 
Note: See TracChangeset for help on using the changeset viewer.