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 7099 for branches/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/NEMO/OPA_SRC/step_oce.F90 – NEMO

Ignore:
Timestamp:
2016-10-25T18:15:30+02:00 (7 years ago)
Author:
jcastill
Message:

Changes as in r7078 of the original ING branch: branches/2015/dev_r5936_INGV1_WAVE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r5501 r7099  
    2828   USE sbctide          ! Tide initialisation 
    2929   USE sbcapr           ! surface boundary condition: ssh_ib required by bdydta  
     30   USE sbcwave          ! Wave intialisation 
    3031 
    3132   USE traqsr           ! solar radiation penetration      (tra_qsr routine) 
     
    5253   USE dynspg           ! surface pressure gradient        (dyn_spg routine) 
    5354   USE dynnept          ! simp. form of Neptune effect(dyn_nept_cor routine) 
     55   USE dynstcor         ! simp. form of Stokes-Coriolis 
    5456 
    5557   USE dynnxt           ! time-stepping                    (dyn_nxt routine) 
     
    8486   USE zdfric           ! Richardson vertical mixing       (zdf_ric routine) 
    8587   USE zdfmxl           ! Mixed-layer depth                (zdf_mxl routine) 
     88   USE zdfqiao          !Qiao module wave induced mixing   (zdf_qiao routine) 
    8689 
    8790   USE zpshde           ! partial step: hor. derivative     (zps_hde routine) 
Note: See TracChangeset for help on using the changeset viewer.