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 10023 for NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/DYN/sshwzv.F90 – NEMO

Ignore:
Timestamp:
2018-08-02T08:19:03+02:00 (6 years ago)
Author:
gm
Message:

#1911 (ENHANCE-04): RK3 branch - step II.2 bug correction in dynnxt + domvvl_RK3 creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/DYN/sshwzv.F90

    r10009 r10023  
    245245         Naa   = isave                 ! after <-- previously now index 
    246246         ! 
    247       ELSE                       !==  Leap-Frog time-stepping  ==!   Asselin filter + swap 
     247      ELSEIF ( ln_MLF  ) THEN    !==  Leap-Frog time-stepping  ==!   Asselin filter + swap 
    248248         ! 
    249249         !                                   ! before <-- now filtered 
     
    258258         Nnn   = Naa                   ! now    <-- after 
    259259         Naa   = isave                 ! after  <-- previously now index 
     260         ! 
     261      ELSEIF ( ln_MLF  ) THEN    !==  RK3 time-stepping  ==!  swap 
     262         isave = Nnn 
     263         Nnn   = Naa                   ! now    <-- after 
     264         Naa   = isave                 ! after  <-- previously now index 
     265 
    260266      ENDIF 
    261267      ! 
Note: See TracChangeset for help on using the changeset viewer.