Step 2 of Quick Start for Users #1099
-
Step 2: Download and expand large/binary/netcdf files sh model/bin/ww3_from_ftp.sh When the above script runs it errors out on cd tempor/ww3ftp, it says no such directory on the server side (not my side). I stupidly created the directory on my side but something is wrong with the above process beyond my control. Is there a way I can accomplish step 2 using another method to get the netcdf files expanded? I'm new and only just installed everything. The install went well so far. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Can I download the file ww3_from_ftp.v6.07.tar.gz from another site and untar it myself outside the script? Should I modify the script to some directory that DOES work on the server side? It's a server side error that fails to find the file due to the directory tempor/ww3ftp no existing. Has the server been reorganized? |
Beta Was this translation helpful? Give feedback.
-
I guess I need to use the developer script, the User's script no longer works. wget --no-check-certificate https://ftp.emc.ncep.noaa.gov/static_files/public/WW3/ww3_from_ftp.${ww3ver}.tar.gz |
Beta Was this translation helpful? Give feedback.
-
Got it! Thank you Matthew, my browser is acting funny so I had to post this thank you as an answer, sorry. |
Beta Was this translation helpful? Give feedback.
@PellTheTabber1 - unfortunately that version has been removed from the ftp site. We are just allowed space to keep a few of the most recent versions, currently the two version we have can be seen here:
The script is callable from the root directory as,
./model/bin/ww3_from_ftp.sh
, and the currentdevelop
will automatically grabv7.14.1
.I would suggest: 1) update your version of WW3, 2) then use the ftp call as shown.