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 11609 for NEMO/branches/2019/dev_r11219_TOP-01_cethe_PISCES_LBC/src/TOP/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2019-09-27T13:38:25+02:00 (5 years ago)
Author:
cetlod
Message:

dev_PISCES_LBC : minor improvments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11219_TOP-01_cethe_PISCES_LBC/src/TOP/TRP/trctrp.F90

    r11222 r11609  
    6262         ! 
    6363                                CALL trc_sbc    ( kt )      ! surface boundary condition 
    64          IF( lltrcbc .AND. kt /= nit000 )  & 
     64         IF( ln_trcbc .AND. lltrcbc .AND. kt /= nit000 )  & 
    6565                                CALL trc_bc     ( kt )      ! tracers: surface and lateral Boundary Conditions  
    6666         IF( ln_trabbl )        CALL trc_bbl    ( kt )      ! advective (and/or diffusive) bottom boundary layer scheme 
Note: See TracChangeset for help on using the changeset viewer.