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 15316 for NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/TRA – NEMO

Ignore:
Timestamp:
2021-10-01T14:13:23+02:00 (3 years ago)
Author:
hadjt
Message:

TRA/trasbc.F90 OCE/trc_oce.F90
Additional files required for tradwl.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/TRA/trasbc.F90

    r14075 r15316  
    2626   USE traqsr         ! solar radiation penetration 
    2727   USE trd_oce        ! trends: ocean variables 
    28    USE trdtra         ! trends manager: tracers  
     28   USE trdtra         ! trends manager: tracers 
     29   !JT 
     30   USE tradwl          ! solar radiation penetration (downwell method) 
     31   !JT 
    2932#if defined key_asminc    
    3033   USE asminc         ! Assimilation increment 
     
    9598      ! 
    9699!!gm  This should be moved into sbcmod.F90 module ? (especially now that ln_traqsr is read in namsbc namelist) 
    97       IF( .NOT.ln_traqsr ) THEN     ! no solar radiation penetration 
     100      !JT 
     101      IF( .NOT.ln_traqsr .and. .NOT.ln_tradwl ) THEN     ! no solar radiation penetration 
     102      !JT 
    98103         qns(:,:) = qns(:,:) + qsr(:,:)      ! total heat flux in qns 
    99104         qsr(:,:) = 0._wp                     ! qsr set to zero 
Note: See TracChangeset for help on using the changeset viewer.