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

Ignore:
Timestamp:
2015-06-10T07:54:22+02:00 (9 years ago)
Author:
deazer
Message:

Changes required to Compare Standard CO6 with CO5

File:
1 edited

Legend:

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

    r5120 r5389  
    2424   USE trd_oce         ! trends: ocean variables 
    2525   USE trdtra          ! trends manager: tracers  
     26   USE tradwl          ! solar radiation penetration (downwell method) 
    2627   ! 
    2728   USE in_out_manager  ! I/O manager 
     
    141142 
    142143!!gm      IF( .NOT.ln_traqsr )   qsr(:,:) = 0.e0   ! no solar radiation penetration 
    143       IF( .NOT.ln_traqsr ) THEN     ! no solar radiation penetration 
     144      IF( .NOT.ln_traqsr .and. .NOT.ln_tradwl ) THEN     ! no solar radiation penetration 
    144145         qns(:,:) = qns(:,:) + qsr(:,:)      ! total heat flux in qns 
    145146         qsr(:,:) = 0.e0                     ! qsr set to zero 
Note: See TracChangeset for help on using the changeset viewer.