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
NetCDF: HDF error
-
- Posts: 2
- Joined: Mon Jan 18, 2021 5:14 pm
- Location: Oceanographer Institute of University of Sao Paulo
Re: NetCDF: HDF error
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 linuxand 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
ll [folder name]
In my case, I was able to solve this with the command
Code: Select all
chmod 777 [folder name]
Re: NetCDF: HDF error
Hi,I'm sure I do have permission to write,is seems like lib problems?