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 13328 for NEMO/branches/2020/dev_r12527_Gurvan_ShallowWater/src/SWE/stepLF.F90 – NEMO

Ignore:
Timestamp:
2020-07-21T09:57:50+02:00 (4 years ago)
Author:
gm
Message:

fixes from last merge qco r12983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12527_Gurvan_ShallowWater/src/SWE/stepLF.F90

    r13151 r13328  
    137137               &            CALL Agrif_Sponge_dyn        ! momentum sponge 
    138138#endif 
    139                             CALL dyn_adv( kstp, Nbb, Nnn      , uu, vv, Nrhs )  ! advection (VF or FF)   ==> RHS 
     139!!                            CALL dyn_adv( kstp, Nbb, Nnn      , uu, vv, Nrhs )  ! advection (VF or FF) ==> RHS 
    140140  
    141                             CALL dyn_vor( kstp,     Nnn      , uu, vv, Nrhs )  ! vorticity              ==> RHS 
     141                            CALL dyn_vor( kstp, Nbb, Nnn      , uu, vv, Nrhs )  ! vorticity              ==> RHS 
    142142  
    143143                            CALL dyn_ldf( kstp, Nbb, Nnn      , uu, vv, Nrhs )  ! lateral mixing 
Note: See TracChangeset for help on using the changeset viewer.