Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jian.kuang authored and jian.kuang committed Dec 7, 2020
1 parent f7d0f99 commit 2c575a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/forecast_predet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ FV3_GFS_predet(){
cd $DATA || exit 8
mkdir -p $DATA/INPUT
if [ $CDUMP = "gfs" -a $rst_invt1 -gt 0 ]; then
RSTDIR_ATM=${RSTDIR:-$ROTDIR}/${CDUMP}.${PDY}/${cyc}/atmos/RERUN_RESTART\
RSTDIR_ATM=${RSTDIR:-$ROTDIR}/${CDUMP}.${PDY}/${cyc}/atmos/RERUN_RESTART
if [ ! -d $RSTDIR_ATM ]; then mkdir -p $RSTDIR_ATM ; fi
$NLN $RSTDIR_ATM RESTART
else
Expand Down

0 comments on commit 2c575a7

Please sign in to comment.