problem when activate AVERAGES_DETIDE

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
Barbara
Posts: 25
Joined: Thu Sep 14, 2006 4:33 pm
Location: LTO, SCSIO

problem when activate AVERAGES_DETIDE

#1 Unread post by Barbara »

Hi,

Has anyone encounter similar problem as shown below? It seems that ROMS could not write information into the tidal forcing nc file generated on Windows.

Code: Select all

 DEF_TIDES - unable to open tide NetCDF file: /public/home/QLX/tide/tide_YS_8_19700101.nc

 NETCDF_OPEN - unable to open existing NetCDF file:
               /public/home/QLX/tide/tide_YS_8_19700101.nc
               call from:  def_tides.F

 ERROR: Abnormal termination: NetCDF OUTPUT.
 REASON: NetCDF: HDF error
Your suggestions on how to solve this problem is very much appreciated!

Best,

Barbara

mjfconan
Posts: 20
Joined: Mon Mar 03, 2014 1:57 pm
Location: SKLEC, ECNU, China

Re: problem when activate AVERAGES_DETIDE

#2 Unread post by mjfconan »

Maybe you did not compile NetCDF with a suitable HDF library?

Sometimes, it's tricky to compile NetCDF and HDF4/5 completely. Therefor, creating all nc files under format of "classic" or "64bit" which is "Original NetCDF format" could be an easier way to bypass re-compiling NetCDF and other libraries.

PS:
If possible, updating to a new version of ROMS will be the best choice. Since a certain version, "AVERAGES_DETIDE" does not add information into tide file but create a new one whose path is also defined on the file of Standard Input parameters (ocean.in)

Code: Select all

! Output file names:
!
! DAINAME      Output data assimilation next cycle initial conditions (4D-Var
!                analysis) or restart (Ensemble Kalman Filter, EnKF) file name.
! GSTNAME      Output GST analysis re-start file name.
! RSTNAME      Output re-start file name.
! HISNAME      Output history file name.
! QCKNAME      Output quicksave file name.
! TLFNAME      Output impulse forcing for tangent linear (TLM and RPM) models.
! TLMNAME      Output tangent linear file name.
! ADJNAME      Output adjoint file name.
! AVGNAME      Output averages file name.

! HARNAME      Output least-squares detiding harmonics file name.

! DIANAME      Output diagnostics file name.
! STANAME      Output stations file name.
! FLTNAME      Output floats file name.

Barbara
Posts: 25
Joined: Thu Sep 14, 2006 4:33 pm
Location: LTO, SCSIO

Re: problem when activate AVERAGES_DETIDE

#3 Unread post by Barbara »

Thank you so much for your reply :D very helpful!

Post Reply