You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
I really appreciate it that you made this python package. After installation, I tried to use utils/gfs_nemsiotonc to convert the gfs ensemble data (nemsio) to netcdf data before I use python to read data from it. I was using gdas.t12z.sfcf006.mem014.nemsio and I got error message like: " problem with nemsio_readrecv(ps), iret= -42" . Do you know how I can fix this issue?
The text was updated successfully, but these errors were encountered:
That error indicates that either the nemsio library couldn't find a record number for the specified name, or that it couldn't read the data once it found a record number. Are you sure the record name exists in your nemsio file? If so, could it be missing/corrupt?
Hi:
I really appreciate it that you made this python package. After installation, I tried to use utils/gfs_nemsiotonc to convert the gfs ensemble data (nemsio) to netcdf data before I use python to read data from it. I was using gdas.t12z.sfcf006.mem014.nemsio and I got error message like: " problem with nemsio_readrecv(ps), iret= -42" . Do you know how I can fix this issue?
The text was updated successfully, but these errors were encountered: