NetCDF: HDF error

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
XMUZSM
Posts: 14
Joined: Wed Aug 12, 2020 5:06 pm
Location: XiaMen University

NetCDF: HDF error

#1 Unread post by XMUZSM »

Process 0 thread198 cpu time = 1.85 sec

ERROR::
0
create_file: /pacific1/user/zsm/bak/croco/croco/river_his.20000101000000.0.nc


NetCDF: HDF error

Does anyone meets this bug? I 'm trying to run the ucla-version roms

rfnascimento
Posts: 2
Joined: Mon Jan 18, 2021 5:14 pm
Location: Oceanographer Institute of University of Sao Paulo

Re: NetCDF: HDF error

#2 Unread post by rfnascimento »

Most of the time I have a problem creating some output from ROMs it is due to the permissions of the folder in which the file will be generated. This is easily verified with the shell command in linux

Code: Select all

 ll [folder name] 
and if you notice that you do not have write permission.
In my case, I was able to solve this with the command

Code: Select all

chmod 777 [folder name]

XMUZSM
Posts: 14
Joined: Wed Aug 12, 2020 5:06 pm
Location: XiaMen University

Re: NetCDF: HDF error

#3 Unread post by XMUZSM »

Hi,I'm sure I do have permission to write,is seems like lib problems?

Post Reply