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
Dear all,
I have created the ROMS grid file using the GridBuilder. In preparation for the initial and boundary conditions, I downloaded all variables (u, v, ssh, temp, and salt) from http://tds.hycom.org/ using the get_hycom_GLBa0.08_*_2015.py script. Then I merged all the downloaded data using the "merge_HYCOM_GLBa0.08_daily.ksh" script.
However, I encountered an error while remapping the data (make_remap_weights_file.py). The error is as follows: Assuming spherical is integer b'T' <class 'numpy.ma.core.MaskedArray'>
Load geographical grid from file
grid shape 30 30
grid shape 30 29
grid shape 29 30
netcdf: Bad dimension id 1742276144
Please provide any suggestions and corrections to resolve this issue.