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 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/NEMO/OPA_SRC/SBC/sbcflx.F90 – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/NEMO/OPA_SRC/SBC/sbcflx.F90

    r4990 r6808  
    1717   USE sbcdcy          ! surface boundary condition: diurnal cycle on qsr 
    1818   USE phycst          ! physical constants 
     19   ! 
    1920   USE fldread         ! read input fields 
    2021   USE iom             ! IOM library 
     
    3738 
    3839   !! * Substitutions 
    39 #  include "domzgr_substitute.h90" 
    4040#  include "vectopt_loop_substitute.h90" 
    4141   !!---------------------------------------------------------------------- 
     
    131131         ELSE                  ;   qsr(:,:) =          sf(jp_qsr)%fnow(:,:,1) 
    132132         ENDIF 
    133 !CDIR COLLAPSE 
    134133         DO jj = 1, jpj                                           ! set the ocean fluxes from read fields 
    135134            DO ji = 1, jpi 
     
    145144         !                                                        ! module of wind stress and wind speed at T-point 
    146145         zcoef = 1. / ( zrhoa * zcdrag ) 
    147 !CDIR NOVERRCHK 
    148146         DO jj = 2, jpjm1 
    149 !CDIR NOVERRCHK 
    150147            DO ji = fs_2, fs_jpim1   ! vect. opt. 
    151148               ztx = utau(ji-1,jj  ) + utau(ji,jj)  
     
    168165               WRITE(numout,*)  
    169166               WRITE(numout,*) ' day: ', ndastp , TRIM(sf(jf)%clvar), ' * ', zfact 
    170                CALL prihre( sf(jf)%fnow, jpi, jpj, 1, jpi, 20, 1, jpj, 10, zfact, numout ) 
    171167            END DO 
    172             CALL FLUSH(numout) 
    173168         ENDIF 
    174169         ! 
Note: See TracChangeset for help on using the changeset viewer.