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 3679 for trunk/NEMOGCM/NEMO/OPA_SRC/SBC/tide_mod.F90 – NEMO

Ignore:
Timestamp:
2012-11-27T15:35:21+01:00 (11 years ago)
Author:
cbricaud
Message:

declare TYPE tide as PUBLIC, because of compilation error with key_tide and key_agrif; see ticket 983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/tide_mod.F90

    r3294 r3679  
    2121       jpmax_harmo = 19             ! maximum number of harmonic 
    2222 
    23   TYPE tide 
     23  TYPE,PUBLIC:: tide 
    2424     CHARACTER(LEN=4)  :: cname_tide 
    2525     REAL(wp) :: equitide 
Note: See TracChangeset for help on using the changeset viewer.