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 8408 for branches/UKMO/r6232_CO6_CO5_zenv_pomsdwl/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90 – NEMO

Ignore:
Timestamp:
2017-08-07T16:52:13+02:00 (7 years ago)
Author:
jcastill
Message:

Remove the code that does not belong to this branch, and that is already included in the amm15 configuration branch AMM15_v3_6_STABLE_package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r6232_CO6_CO5_zenv_pomsdwl/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90

    r7452 r8408  
    2525   USE trd_oce         ! trends: ocean variables 
    2626   USE trdtra          ! trends manager: tracers  
    27    USE tradwl          ! solar radiation penetration (downwell method) 
    2827   ! 
    2928   USE in_out_manager  ! I/O manager 
     
    139138 
    140139!!gm      IF( .NOT.ln_traqsr )   qsr(:,:) = 0.e0   ! no solar radiation penetration 
    141       IF( .NOT.ln_traqsr .and. .NOT.ln_tradwl ) THEN     ! no solar radiation penetration 
     140      IF( .NOT.ln_traqsr ) THEN     ! no solar radiation penetration 
    142141         qns(:,:) = qns(:,:) + qsr(:,:)      ! total heat flux in qns 
    143142         qsr(:,:) = 0.e0                     ! qsr set to zero 
Note: See TracChangeset for help on using the changeset viewer.