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/bias.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/bias.F90

    r10120 r12555  
    256256      READ  ( numnam_cfg, nambias, IOSTAT = ios, ERR = 902 ) 
    257257902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nambias in configuration namelist', lwp ) 
    258       IF(lwm) WRITE ( numond, nambias ) 
     258      IF(lwm .AND. nprint > 2) WRITE ( numond, nambias ) 
    259259 
    260260 
     
    322322         ! This doesn't work because nitiaufin hasn't been set yet (but the old code with rday/rdt was also wrong)         
    323323!         WRITE(numout,*) '     time step is    = ',rdt,'you choose to write pcbias at nn_bias_itwrt  = ',nn_bias_itwrt,'and end of iau is nitiaufin=',nitiaufin  
     324         IF(lflush) call flush(numout) 
    324325      ENDIF 
    325326      IF( .NOT. ln_bias ) RETURN 
     
    563564         ENDWHERE    
    564565      ENDIF  
    565  
     566       
     567      IF(lwp .AND. lflush) call flush(numout) 
    566568 
    567569   END SUBROUTINE bias_init 
     
    897899            ENDIF 
    898900      ENDIF 
    899  
     901      IF(lwp .AND. lflush) call flush(numout) 
    900902   END SUBROUTINE tra_bias 
    901903 
     
    973975            &          rhd_pc, gru_pc , grv_pc  ) 
    974976      ENDIF 
     977 
     978      IF(lwp .AND. lflush) call flush(numout) 
    975979 
    976980   END SUBROUTINE dyn_bias 
     
    10071011      ENDIF 
    10081012      ! 
     1013      IF(lwp .AND. lflush) call flush(numout) 
     1014 
    10091015   END SUBROUTINE bias_opn 
    10101016 
Note: See TracChangeset for help on using the changeset viewer.