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 12555 for branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90 – NEMO

Ignore:
Timestamp:
2020-03-13T17:33:02+01:00 (4 years ago)
Author:
charris
Message:

Changes from GO6 package branch (GMED ticket 450):

svn merge -r 11035:11101 svn+ssh://charris@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/UKMO/dev_r5518_GO6_package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r10005 r12555  
    154154      READ  ( numnam_cfg, nam_asminc, IOSTAT = ios, ERR = 902 ) 
    155155902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nam_asminc in configuration namelist', lwp ) 
    156       IF(lwm) WRITE ( numond, nam_asminc ) 
     156      IF(lwm .AND. nprint > 2) WRITE ( numond, nam_asminc ) 
    157157 
    158158      ! Control print 
     
    176176         WRITE(numout,*) '      Logical switch for ensuring that the sa > salfixmin      ln_salfix = ', ln_salfix 
    177177         WRITE(numout,*) '      Minimum salinity after applying the increments           salfixmin = ', salfixmin 
     178         IF(lflush) CALL flush(numout) 
    178179      ENDIF 
    179180 
     
    221222         WRITE(numout,*) '       ditiaustr_date = ', ditiaustr_date 
    222223         WRITE(numout,*) '       ditiaufin_date = ', ditiaufin_date 
     224         IF(lflush) CALL flush(numout) 
    223225      ENDIF 
    224226 
     
    334336             WRITE(numout,*) '         Time-integrated weight = ', ztotwgt 
    335337             WRITE(numout,*) '         ===================================' 
     338             IF(lflush) CALL flush(numout) 
    336339          ENDIF 
    337340          
     
    546549      ENDIF 
    547550      ! 
     551      IF(lflush) CALL flush(numout) 
     552 
    548553   END SUBROUTINE asm_inc_init 
    549554 
     
    588593               WRITE(numout,*) 'tra_asm_inc : Tracer IAU at time step = ', kt,' with IAU weight = ', wgtiau(it) 
    589594               WRITE(numout,*) '~~~~~~~~~~~~' 
     595               IF(lflush) CALL flush(numout) 
    590596            ENDIF 
    591597 
     
    717723                  &  kt,' with IAU weight = ', wgtiau(it) 
    718724               WRITE(numout,*) '~~~~~~~~~~~~' 
     725               IF(lflush) CALL flush(numout) 
    719726            ENDIF 
    720727 
     
    793800                  &  kt,' with IAU weight = ', wgtiau(it) 
    794801               WRITE(numout,*) '~~~~~~~~~~~~' 
     802               IF(lflush) CALL flush(numout) 
    795803            ENDIF 
    796804 
     
    883891                  &  kt,' with IAU weight = ', wgtiau(it) 
    884892               WRITE(numout,*) '~~~~~~~~~~~~' 
     893               IF(lflush) CALL flush(numout) 
    885894            ENDIF 
    886895 
Note: See TracChangeset for help on using the changeset viewer.