Skip to content

Commit

Permalink
Remove erroneous space in oro link
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Apr 15, 2023
1 parent 578a5d6 commit afc04f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_sfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ if [ $DOSFCANL_ENKF = "YES" ]; then
${NLN} "${COM_ATMOS_RESTART_MEM}/${PDY}.${cyc}0000.sfcanl_data.tile${n}.nc" \
"${DATA}/fnbgso.${cmem}"
${NLN} "${FIXfv3}/${CASE}/${CASE}_grid.tile${n}.nc" "${DATA}/fngrid.${cmem}"
${NLN} "${FIXfv3}/${CASE}/${CASE}_oro_data.tile${n}.nc " "${DATA}/fnorog.${cmem}"
${NLN} "${FIXfv3}/${CASE}/${CASE}_oro_data.tile${n}.nc" "${DATA}/fnorog.${cmem}"

done

Expand Down

0 comments on commit afc04f9

Please sign in to comment.