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 7023 for branches/UKMO/dev_r6393_CO6_package_trunk/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90 – NEMO

Ignore:
Timestamp:
2016-10-12T16:10:13+02:00 (8 years ago)
Author:
deazer
Message:

Include update for restart date labelling for rose cycling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r6393_CO6_package_trunk/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90

    r7019 r7023  
    6969      !! namelist variables 
    7070      !!------------------- 
    71       CHARACTER(len=80)                         ::   filtide             !: Filename root for tidal input files 
     71      CHARACTER(len=180)                        ::   filtide             !: Filename root for tidal input files 
    7272      LOGICAL                                   ::   ln_bdytide_2ddta    !: If true, read 2d harmonic data 
    7373      LOGICAL                                   ::   ln_bdytide_conj     !: If true, assume complex conjugate tidal data 
     
    7979      INTEGER, POINTER, DIMENSION(:)            ::   nblen, nblenrim     ! short cuts 
    8080      INTEGER                                   ::   ios                 ! Local integer output status for namelist read 
    81       CHARACTER(len=80)                         ::   clfile              !: full file name for tidal input file  
     81      CHARACTER(len=180)                        ::   clfile              !: full file name for tidal input file  
    8282      REAL(wp),ALLOCATABLE, DIMENSION(:,:,:)    ::   dta_read            !: work space to read in tidal harmonics data 
    8383      REAL(wp), POINTER, DIMENSION(:,:)         ::   ztr, zti            !:  "     "    "   "   "   "        "      "  
Note: See TracChangeset for help on using the changeset viewer.