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 1256 for trunk/NEMO/TOP_SRC/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2009-01-13T11:32:36+01:00 (15 years ago)
Author:
cetlod
Message:

Add a namelist parameter to use or not the trcrad routine, see ticket:300

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trctrp.F90

    r1146 r1256  
    1313   !!---------------------------------------------------------------------- 
    1414   USE oce_trc         ! ocean dynamics and active tracers variables 
    15    USE trp_trc             ! ocean passive tracers variables  
     15   USE trp_trc         ! ocean passive tracers variables  
    1616   USE trctrp_lec      ! passive tracers transport parameters 
    17    USE prtctl_trc     ! Print control for debbuging 
     17   USE prtctl_trc      ! Print control for debbuging 
    1818 
    1919   USE trcbbl          ! bottom boundary layer               (trc_bbl routine) 
     
    112112 
    113113                               CALL trc_nxt( kt )            ! tracer fields at next time step 
    114   
    115                                CALL trc_rad( kt )            ! Correct artificial negative concentrations 
     114      
     115      IF( ln_trcrad )          CALL trc_rad( kt )            ! Correct artificial negative concentrations 
    116116      !                                                      ! especially useful when isopycnal mixing is used 
    117117      !                                                       
Note: See TracChangeset for help on using the changeset viewer.