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/STO/stopar.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/STO/stopar.F90

    r10968 r10986  
    275275            WRITE(numout,*) 'sto_par_init : NO use of stochastic parameterization' 
    276276            WRITE(numout,*) '~~~~~~~~~~~~' 
     277            IF(lflush) CALL FLUSH(numout) 
    277278         ENDIF 
    278279         RETURN 
     
    327328         ! WRITE(numout,*) '      passes of Laplacian filter              nn_trc_flt    = ', nn_trc_flt 
    328329         ! WRITE(numout,*) '      limitation factor                       rn_trc_lim    = ', rn_trc_lim 
    329  
    330       ENDIF 
    331  
    332       IF(lwp) WRITE(numout,*) 
    333       IF(lwp) WRITE(numout,*) '   stochastic parameterization :' 
    334  
     330         WRITE(numout,*) 
     331         WRITE(numout,*) '   stochastic parameterization :' 
     332         IF(lflush) CALL FLUSH(numout) 
     333      ENDIF 
    335334      ! Set number of 2D stochastic arrays 
    336335      jpsto2d = 0 
     
    388387         jsto_trd  = jpsto3d 
    389388      ENDIF 
     389      IF(lwp .AND. lflush) CALL FLUSH(numout) 
    390390 
    391391      ! Allocate 2D stochastic arrays 
     
    698698            WRITE(numout,*) 'sto_rst_read : read stochastic parameters from restart file' 
    699699            WRITE(numout,*) '~~~~~~~~~~~~' 
     700            IF(lflush) CALL FLUSH(numout) 
    700701         ENDIF 
    701702 
     
    758759               WRITE(numout,*) 'sto_rst_write : write stochastic parameters in restart file' 
    759760               WRITE(numout,*) '~~~~~~~~~~~~~' 
     761               IF(lflush) CALL FLUSH(numout) 
    760762            ENDIF 
    761763         ENDIF 
     
    804806                  WRITE(numout,*) '             kt = '             , kt 
    805807               ENDIF 
     808               IF(lflush) CALL FLUSH(numout) 
    806809            ENDIF 
    807810            ! open the restart file 
Note: See TracChangeset for help on using the changeset viewer.