Skip to content

Commit

Permalink
master: adding in smcdocs back into the mainline of the repo
Browse files Browse the repository at this point in the history
gitignore and the ftp tar file and script are updated accordingly

Former-commit-id: 24aadd03e185fdde3bf5f532744937618c9e8109
  • Loading branch information
JessicaMeixner-NOAA committed Mar 7, 2019
1 parent 09c0ec0 commit a83f92a
Show file tree
Hide file tree
Showing 31 changed files with 362,214 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
watch3.env
cases
data_regtests
smc_docs
smc_docs/*.pdf
smc_docs/SMCG_TKs/*.ps
ww3_from_ftp.tar.gz
ww3_from_ftp.v6.07.tar.gz
guide/*.log
guide/*.aux
guide/*.bbl
Expand Down
11 changes: 6 additions & 5 deletions model/bin/ww3_from_ftp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ cd $ww3dir

#Download from ftp and uptar:
echo -e "Downloading and untaring file from ftp:"
wget ftp://polar.ncep.noaa.gov/tempor/ww3ftp/ww3_from_ftp.tar.gz
tar -xvzf ww3_from_ftp.tar.gz
wget ftp://polar.ncep.noaa.gov/tempor/ww3ftp/ww3_from_ftp.v6.07.tar.gz
tar -xvzf ww3_from_ftp.v6.07.tar.gz

#Move regtest info from data_regtests to regtests:
echo -e "Moving data from data_regtests to regtets"
Expand All @@ -41,13 +41,14 @@ cp -r data_regtests/ww3_tp2.14/input/toy/*.nc.OAS*CM regtests/ww3_tp2.14/input/t
cp -r data_regtests/ww3_tp2.14/input/toy/*.nc regtests/ww3_tp2.14/input/toy/
cp -r data_regtests/ww3_tp2.17/input/* regtests/ww3_tp2.17/input/


#Do you want to clean up (aka delete tar file, delete the data_regtests directory)
echo -e "\n\n Do you want to delete the tar file ww3_from_ftp.tar.gz [y|n]: "
echo -e "\n\n Do you want to delete the tar file ww3_from_ftp.v6.07.tar.gz [y|n]: "
read wnew
if [ "${wnew}" = "Y" ] || [ "${wnew}" = "y" ]
then
echo -e '\n Deleting tar file ww3_from_ftp.tar.gz'
rm ww3_from_ftp.tar.gz
echo -e '\n Deleting tar file ww3_from_ftp.v6.07.tar.gz'
rm ww3_from_ftp.v6.07.tar.gz
else
echo -e ' Not deleting tar file.'
fi
Expand Down
489 changes: 489 additions & 0 deletions smc_docs/SMCG_TKs/G50AISide.dat

Large diffs are not rendered by default.

553 changes: 553 additions & 0 deletions smc_docs/SMCG_TKs/G50AJSide.dat

Large diffs are not rendered by default.

109,310 changes: 109,310 additions & 0 deletions smc_docs/SMCG_TKs/G50GISide.dat

Large diffs are not rendered by default.

109,286 changes: 109,286 additions & 0 deletions smc_docs/SMCG_TKs/G50GJSide.dat

Large diffs are not rendered by default.

Loading

0 comments on commit a83f92a

Please sign in to comment.