Skip to content

Commit

Permalink
feature/regional_grid This commit references NOAA-EMC#4
Browse files Browse the repository at this point in the history
Remove unused variables from ush/fv3gfs_make_orog.sh.
  • Loading branch information
GeorgeGayno-NOAA committed Jul 8, 2020
1 parent 09686c2 commit 5c7ea82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ush/fv3gfs_make_orog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if [ $nargv -eq 6 ]; then # lat-lon grid
export outdir=$3
export script_dir=$4
export is_latlon=1
export ntiles=1
export orogfile="none"
export hist_dir=$5
export TMPDIR=$6
Expand All @@ -24,7 +23,6 @@ elif [ $nargv -eq 7 ]; then # cubed-sphere grid
export griddir=$3
export outdir=$4
export script_dir=$5
export ntiles=6
export is_latlon=0
export orogfile="none"
export hist_dir=$6
Expand All @@ -37,7 +35,6 @@ elif [ $nargv -eq 8 ]; then # input your own orography files
export tile=$2
export griddir=$3
export outdir=$4
export ntiles=6
export is_latlon=0
export inputorog=$5
export script_dir=$6
Expand Down

0 comments on commit 5c7ea82

Please sign in to comment.