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 6864 for branches/2016/dev_r6522_SIMPLIF_3/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2016-08-12T15:16:27+02:00 (8 years ago)
Author:
lovato
Message:

#1729 - trunk: removed key_tide from the code and set usage of ln_tide. Tested with AMM12 and ORCA2_LIM_PISCES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6522_SIMPLIF_3/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r6862 r6864  
    5252#endif 
    5353   USE tideini        ! tidal components initialization   (tide_ini routine) 
    54    USE bdy_oce   , ONLY: ln_bdy 
     54   USE bdy_oce ONLY: ln_bdy 
    5555   USE bdyini         ! open boundary cond. setting       (bdy_init routine) 
    56    USE sbctide, ONLY  : lk_tide 
    5756   USE istate         ! initial state setting          (istate_init routine) 
    5857   USE ldfdyn         ! lateral viscosity setting      (ldfdyn_init routine) 
     
    432431      !                                      ! external forcing  
    433432!!gm to be added : creation and call of sbc_apr_init 
    434       IF( lk_tide       )   CALL    tide_init   ! tidal harmonics 
     433                            CALL    tide_init   ! tidal harmonics 
    435434                            CALL     sbc_init   ! surface boundary conditions (including sea-ice) 
    436435                            CALL     bdy_init   ! Open boundaries initialisation 
Note: See TracChangeset for help on using the changeset viewer.