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
is invalid as I cannot access it via ftp/sftp/browser nor matlab - thus where are these critical input files hidden? Thank!:
setup_gridgen
grid_gen installation!
Error using matlab.io.ftp.FTP
Could not open a connection to "ftp://polar.ncep.noaa.gov", port "21". Verify the supplied host.
Error in ftp (line 64)
h = matlab.io.ftp.FTP(host, varargin{:});
Error in setup_gridgen (line 49)
ftp_ind=ftp(ftp_svr);
The text was updated successfully, but these errors were encountered:
I managed to get the file by installing LFTP on my Mac with Brew, then LFTP to polar.ncep.noaa.gov then cd to waves/gridgen and then enter " get gridgen_addit.tar.gz".
I have no clue why the noaa server returns and error and closes when accessed with wget.
Greetings:
Seems like the domain:
ftp://polar.ncep.noaa.gov/
is invalid as I cannot access it via ftp/sftp/browser nor matlab - thus where are these critical input files hidden? Thank!:
Error in ftp (line 64)
h = matlab.io.ftp.FTP(host, varargin{:});
Error in setup_gridgen (line 49)
ftp_ind=ftp(ftp_svr);
The text was updated successfully, but these errors were encountered: