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 10852 for NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/step_oce.F90 – NEMO

Ignore:
Timestamp:
2019-04-08T19:03:04+02:00 (5 years ago)
Author:
smueller
Message:

Renaming of subroutine sbc_tide of module sbctide to tide_update, transfer of this subroutine to module tide_mod, removal of the emptied module sbctide, and related adjustments (ticket #2194)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/step_oce.F90

    r10773 r10852  
    1919   USE sbccpl          ! surface boundary condition: coupled formulation (call send at end of step) 
    2020   USE sbcapr          ! surface boundary condition: atmospheric pressure 
    21    USE sbctide         ! Tide initialisation 
    22    USE tide_mod, ONLY : ln_tide 
     21   USE tide_mod, ONLY : ln_tide, tide_update 
    2322   USE sbcwave         ! Wave intialisation 
    2423 
Note: See TracChangeset for help on using the changeset viewer.