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 10754 for branches/UKMO/dev_r5518_GO6_package_text_diagnostics/NEMOGCM/NEMO/OPA_SRC/SBC/sbcfwb.F90 – NEMO

Ignore:
Timestamp:
2019-03-14T17:12:01+01:00 (5 years ago)
Author:
andmirek
Message:

GMED 450 replace nprint == 1 with nprint > 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_text_diagnostics/NEMOGCM/NEMO/OPA_SRC/SBC/sbcfwb.F90

    r6487 r10754  
    188188            erp(:,:) = erp(:,:) + zerp_cor(:,:) 
    189189            ! 
    190             IF( nprint == 1 .AND. lwp ) THEN                   ! control print 
     190            IF( nprint > 3 .AND. lwp ) THEN                   ! control print 
    191191               IF( z_fwf < 0._wp ) THEN 
    192192                  WRITE(numout,*)'   z_fwf < 0' 
Note: See TracChangeset for help on using the changeset viewer.