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 10774 for branches/UKMO/dev_r5518_GO6_package_text_diagnostics/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2019-03-19T12:32:19+01:00 (5 years ago)
Author:
andmirek
Message:

GMED 450 add flush after prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_text_diagnostics/NEMOGCM/CONFIG/SHARED/namelist_ref

    r10746 r10774  
    10921092       sn_cfctl%procincr  = 1       ! Increment for optional subsetting of areas [default:1] 
    10931093       sn_cfctl%ptimincr  = 1      ! Timestep increment for writing time step progress info/solver.stat file 
    1094    nn_print    =    0      !  level of print (0 no extra print) 
    1095    nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
    1096    nn_ictle    =    0      !  end   i indice of control sum        multi processor runs 
    1097    nn_jctls    =    0      !  start j indice of control               over a subdomain) 
    1098    nn_jctle    =    0      !  end   j indice of control 
    1099    nn_isplt    =    1      !  number of processors in i-direction 
    1100    nn_jsplt    =    1      !  number of processors in j-direction 
    1101    nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    1102                            !     (no physical validity of the results) 
    1103    nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
     1094   nn_print    =    0       !  level of print (0 no extra print) 
     1095   ln_flush    =    .FALSE. !  flust numout after each print 
     1096   nn_ictls    =    0       !  start i indice of control sum (use to compare mono versus 
     1097   nn_ictle    =    0       !  end   i indice of control sum        multi processor runs 
     1098   nn_jctls    =    0       !  start j indice of control               over a subdomain) 
     1099   nn_jctle    =    0       !  end   j indice of control 
     1100   nn_isplt    =    1       !  number of processors in i-direction 
     1101   nn_jsplt    =    1       !  number of processors in j-direction 
     1102   nn_bench    =    0       !  Bench mode (1/0): CAUTION use zero except for bench 
     1103                            !     (no physical validity of the results) 
     1104   nn_timing   =    0       !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    11041105/ 
    11051106!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.