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 15620 for NEMO/branches/2021/dev_r14318_RK3_stage1/src/OCE/TRA/trasbc.F90 – NEMO

Ignore:
Timestamp:
2021-12-29T10:51:43+01:00 (2 years ago)
Author:
techene
Message:

#2605 update RK3 loops according to the trunk transformation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/OCE/TRA/trasbc.F90

    r15574 r15620  
    276276!!gm  This should be moved into sbcmod.F90 module ? (especially now that ln_traqsr is read in namsbc namelist) 
    277277      IF( .NOT.ln_traqsr  .AND. kstg == 1) THEN     ! no solar radiation penetration 
    278          DO_2D( 0, 0, 0, 0 ) 
     278         DO_2D_OVR( nn_hls, nn_hls, nn_hls, nn_hls ) 
    279279            qns(ji,jj) = qns(ji,jj) + qsr(ji,jj)         ! total heat flux in qns 
    280280            qsr(ji,jj) = 0._wp                           ! qsr set to zero 
Note: See TracChangeset for help on using the changeset viewer.