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 8213 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/TRP – NEMO

Ignore:
Timestamp:
2017-06-25T11:27:43+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- split trcbio - mergeable-ish MEDUSA branch

Location:
branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/TRP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/TRP/trcadv.F90

    r7497 r8213  
    2727   USE ldftra_oce      ! lateral diffusion coefficient on tracers 
    2828   USE prtctl_trc      ! Print control 
    29    !! USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    3029 
    3130   IMPLICIT NONE 
     
    106105      zvn(:,:,jpk) = 0._wp                                                     ! no transport trough the bottom 
    107106      zwn(:,:,jpk) = 0._wp                                                     ! no transport trough the bottom 
    108       !  
    109       !! Jpalm -- 14-01-2016 -- restart and proc pb - try this...  
    110       !! DO jn = 1, jptra 
    111       !!   CALL lbc_lnk( trn(:,:,:,jn), 'T', 1. ) 
    112       !!   CALL lbc_lnk( trb(:,:,:,jn), 'T', 1. ) 
    113       !! END DO 
    114       ! 
    115107 
    116108      IF( lk_traldf_eiv .AND. .NOT. ln_traldf_grif )   &  ! add the eiv transport (if necessary) 
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/TRP/trctrp.F90

    r6247 r8213  
    7878         IF( ln_trcdmp_clo )    CALL trc_dmp_clo( kstp )        ! internal damping trends on closed seas only 
    7979                                CALL trc_adv( kstp )            ! horizontal & vertical advection  
    80 # if defined key_debug_medusa 
    81          IF(lwp) WRITE(numout,*) ' MEDUSA trc_trp after trc_adv at kt =', kstp 
    82          CALL trc_rst_tra_stat 
    83          CALL flush(numout) 
    84 # endif 
    8580                                CALL trc_ldf( kstp )            ! lateral mixing 
    8681         IF( .NOT. lk_offline .AND. lk_zdfkpp )    & 
     
    9085#endif 
    9186                                CALL trc_zdf( kstp )            ! vertical mixing and after tracer fields 
    92 # if defined key_debug_medusa 
    93          IF(lwp) WRITE(numout,*) ' MEDUSA trc_trp after trc_zdf at kt =', kstp 
    94          CALL trc_rst_tra_stat 
    95          CALL flush(numout) 
    96 # endif 
    9787                                CALL trc_nxt( kstp )            ! tracer fields at next time step      
    9888# if defined key_debug_medusa 
Note: See TracChangeset for help on using the changeset viewer.