I am trying to follow the approach above but I seem to get a longitude variable with only zeros. I follow the following steps: # get the netcdf file wget --no-directories -c ftp://ftp.oce.orst.edu/dist/tides/TPXO9_atlas_nc/h_m2_tpxo9_atlas_30.nc # rename the longitude and dimension to lon (so it is recognized as a coordinate variable) ncrename --overwrite -v lon_z,lon -v lat_z,lat -d ny,lat -d nx,lon ./h_m2_tpxo9_atlas_30.nc ./h_m2_tpxo9_atlas_30_lonlat.nc # reorder the longitude variable and save...
Thanks, I'll try and find a corresponding bug at apple or submit it.
I can reproduce this issue using the following commands: sshpass sleep 2 # CTRL-C...
I can reproduce this issue using the following commands: sshpass sleep 2 # CTRL-C...
I can reproduce this issue using the following commands: sshpass sleep 2 # CTRL-C...