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 7422 for branches/2016/dev_INGV_UKMO_2016/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2016-12-01T18:17:41+01:00 (8 years ago)
Author:
gm
Message:

#1805 dev_INGV_UKMO_2016: improve Stokes drift (including dynspg_ts , Stokes-Coriolis force , and GLS surface roughness

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/NEMO/OPA_SRC/step.F90

    r7351 r7422  
    210210                         CALL dyn_adv       ( kstp )  ! advection (vector or flux form) 
    211211                         CALL dyn_vor       ( kstp )  ! vorticity term including Coriolis 
    212       IF( ln_wave .AND. ln_sdw .AND. ln_stcor)           & 
    213                &         CALL dyn_stcor     ( kstp )  ! Stokes-Coriolis forcing 
    214212                         CALL dyn_ldf       ( kstp )  ! lateral mixing 
    215213                         CALL dyn_hpg       ( kstp )  ! horizontal gradient of Hydrostatic pressure 
Note: See TracChangeset for help on using the changeset viewer.