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 7807 for branches/UKMO/r6232_HZG_WAVE/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2017-03-17T10:44:05+01:00 (7 years ago)
Author:
jcastill
Message:

Changes as in HZG wave forcing branch, but adapted to r6232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r6232_HZG_WAVE/NEMOGCM/NEMO/OPA_SRC/step.F90

    r6204 r7807  
    323323                               CALL dyn_vor( kstp )         ! vorticity term including Coriolis 
    324324                               CALL dyn_ldf( kstp )         ! lateral mixing 
     325        IF ( ln_stcor )        CALL dyn_stcor ( kstp )      ! WAVE2NEMO add Stokes-Coriolis forcing 
    325326        IF( ln_neptsimp )      CALL dyn_nept_cor( kstp )    ! add Neptune velocities (simplified) 
    326327#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.