Skip to content

Commit

Permalink
Fixed changes made for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawbecker committed Feb 14, 2020
1 parent 2f01389 commit 2ffa772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FINO_20100513to26/wrf_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ do
./get_narr_constants.csh && rm get_narr_constants.csh
echo "Use templates/get_narr.csh to download necessary files"
fi
days_of_simulation=$(( nhours / 24 + 1))
days_of_simulation=$(( nhours / 24 + 2))
counter="0"
while [ $counter -lt $days_of_simulation ]
do
Expand Down

0 comments on commit 2ffa772

Please sign in to comment.