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 8356 for branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/TOP_SRC/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2017-07-20T15:39:18+02:00 (7 years ago)
Author:
davestorkey
Message:

UKMO/dev_r5518_GO6_package branch: merge in changes from rev 6917 to 6959 of the 3.6_stable branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/TOP_SRC/TRP/trctrp.F90

    r8280 r8356  
    8282         CALL flush(numout) 
    8383# endif 
     84 
     85         IF( ln_zps ) THEN 
     86           IF( ln_isfcav ) THEN ; CALL zps_hde_isf( kstp, jptra, trb, pgtu=gtru, pgtv=gtrv, pgtui=gtrui, pgtvi=gtrvi )  ! both top & bottom 
     87           ELSE                 ; CALL zps_hde    ( kstp, jptra, trb, gtru, gtrv )                                      !  only bottom 
     88           ENDIF 
     89         ENDIF 
    8490                                CALL trc_ldf( kstp )            ! lateral mixing 
    8591         IF( .NOT. lk_offline .AND. lk_zdfkpp )    & 
     
    107113#endif 
    108114 
    109          IF( ln_zps  .AND. .NOT. ln_isfcav)        & 
    110             &            CALL zps_hde    ( kstp, jptra, trn, gtru, gtrv )   ! Partial steps: now horizontal gradient of passive 
    111          IF( ln_zps .AND.        ln_isfcav)        & 
    112             &            CALL zps_hde_isf( kstp, jptra, trn, pgtu=gtru, pgtv=gtrv, pgtui=gtrui, pgtvi=gtrvi )  ! Partial steps: now horizontal gradient of passive 
    113                                                                 ! tracers at the bottom ocean level 
    114          ! 
    115115      ELSE                                               ! 1D vertical configuration 
    116116                                CALL trc_sbc( kstp )            ! surface boundary condition 
     
    124124      ! 
    125125      IF( nn_timing == 1 )   CALL timing_stop('trc_trp') 
     126      ! 
     1279400  FORMAT(a25,i4,D23.16) 
    126128      ! 
    127129   END SUBROUTINE trc_trp 
Note: See TracChangeset for help on using the changeset viewer.