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 14747 for NEMO/branches/2021/dev_r14318_RK3_stage1/src – NEMO

Ignore:
Timestamp:
2021-04-26T10:47:14+02:00 (3 years ago)
Author:
techene
Message:

#2506 : bug correction for RK3 in vector form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/OCE/DYN/dynspg_ts.F90

    r14604 r14747  
    766766      !                                                !*  RK3 case 
    767767      ! 
    768       IF( ln_bt_av ) THEN                  ! at this stage, pssh(:,:,:,Krhs) has been corrected: compute new depths at velocity points 
     768      IF(.NOT.ln_dynadv_vec .AND. ln_bt_av ) THEN                  ! at this stage, pssh(:,:,:,Krhs) has been corrected: compute new depths at velocity points 
    769769         ! 
    770770# if defined key_qcoTest_FluxForm 
Note: See TracChangeset for help on using the changeset viewer.