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
Hello,
I followed the instruction mentioned in “A daily global mesoscale ocean eddy dataset from satellite altimetry “, and I could run the “setup SSH data”.
The input was “dt_global_en_phy_vxxc_l3_20070219_20170110.nc.gz” which extracted from “ftp://ftp.sltac.cls.fr/../../Core/SEALEVEL_GLO_PHY_L3_REP_OBSERVATIONS_008_045/dataset-duacs-rep-global-en-phy-unfiltered-l3-v3/2007/” and results were following items:
“lon.mat” which contains 26298×1 matrix.
“lat.mat” which contains 26298×1 matrix.
“SSH-32007053.mat”
“SSH-32007030.mat”
“SSH-32007021.mat”
“Dates.mat”
I expected to have a 26298×26298 matrix as SSH output but I had just 26298×1 matrix. Maybe I have not used right input file. Also following errors reported:
Error using scan_single (line 25)
Error- Invalid SSH data size, should be [length(lat), length(lon)]
Would you please advise me how to solve this problem?
Best Regards
Boshra
The text was updated successfully, but these errors were encountered:
I'm unable to access the file on the FTP server that you linked as it is password protected. If you are getting unexpected results in the generated SSH data, I suggest setting a breakpoint [here] to get a better sense of what is going on. If you can provide the actual netcdf file along with the parameters that you provided to set_up_ssh_data, I might be able to help you out a bit more.
Hello,
I followed the instruction mentioned in “A daily global mesoscale ocean eddy dataset from satellite altimetry “, and I could run the “setup SSH data”.
The input was “dt_global_en_phy_vxxc_l3_20070219_20170110.nc.gz” which extracted from “ftp://ftp.sltac.cls.fr/../../Core/SEALEVEL_GLO_PHY_L3_REP_OBSERVATIONS_008_045/dataset-duacs-rep-global-en-phy-unfiltered-l3-v3/2007/” and results were following items:
I expected to have a 26298×26298 matrix as SSH output but I had just 26298×1 matrix. Maybe I have not used right input file. Also following errors reported:
Error using scan_single (line 25)
Error- Invalid SSH data size, should be [length(lat), length(lon)]
Would you please advise me how to solve this problem?
Best Regards
Boshra
The text was updated successfully, but these errors were encountered: