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

    r8280 r8356  
    3030   USE trcdta          ! initialisation from files 
    3131   USE daymod          ! calendar manager 
    32    USE zpshde          ! partial step: hor. derivative   (zps_hde routine) 
    3332   USE prtctl_trc      ! Print control passive tracers (prt_ctl_trc_init routine) 
    3433   USE trcsub          ! variables to substep passive tracers 
     
    212211  
    213212      tra(:,:,:,:) = 0._wp 
    214       IF( ln_zps .AND. .NOT. lk_c1d .AND. .NOT. ln_isfcav )   &              ! Partial steps: before horizontal gradient of passive 
    215         &    CALL zps_hde    ( nit000, jptra, trn, gtru, gtrv  )  ! Partial steps: before horizontal gradient 
    216       IF( ln_zps .AND. .NOT. lk_c1d .AND.       ln_isfcav )   & 
    217         &    CALL zps_hde_isf( nit000, jptra, trn, pgtu=gtru, pgtv=gtrv, pgtui=gtrui, pgtvi=gtrvi )       ! tracers at the bottom ocean level 
    218213      ! 
    219214# if defined key_debug_medusa 
Note: See TracChangeset for help on using the changeset viewer.