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 5883 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/TOP_SRC/trcstp.F90 – NEMO

Ignore:
Timestamp:
2015-11-13T08:01:08+01:00 (9 years ago)
Author:
gm
Message:

#1613: vvl by default: TRA/TRC remove optimization associated with linear free surface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/TOP_SRC/trcstp.F90

    r5866 r5883  
    114114   END SUBROUTINE trc_stp 
    115115 
     116 
    116117   SUBROUTINE trc_mean_qsr( kt ) 
    117118      !!---------------------------------------------------------------------- 
     
    128129      INTEGER, INTENT(in) ::   kt 
    129130      INTEGER  :: jn 
    130  
     131      !!---------------------------------------------------------------------- 
     132      ! 
    131133      IF( kt == nittrc000 ) THEN 
    132134         IF( ln_cpl )  THEN   
     
    163165          DO jn = 1, nb_rec_per_days - 1 
    164166             qsr_arr(:,:,jn) = qsr_arr(:,:,jn+1) 
    165           ENDDO 
     167          END DO 
    166168          qsr_arr (:,:,nb_rec_per_days) = qsr(:,:) 
    167169          qsr_mean(:,:                ) = SUM( qsr_arr(:,:,:), 3 ) / nb_rec_per_days 
Note: See TracChangeset for help on using the changeset viewer.