Skip to content

Commit

Permalink
Minor cleanup of 'orog' program and its run script (#938)
Browse files Browse the repository at this point in the history
Remove unused namelist variables and functions from orog.fd. 
Adjust all scripts that call orog.fd accordingly. Add prolog,
improve error handling and remove old options from
./ush/fv3gfs_make_orog.sh.

Fixes #932.
  • Loading branch information
GeorgeGayno-NOAA authored May 13, 2024
1 parent a915a23 commit 7034628
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 234 deletions.
4 changes: 2 additions & 2 deletions driver_scripts/driver_grid.hercules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ fi
#-----------------------------------------------------------------------

export home_dir=$SLURM_SUBMIT_DIR/..
export TEMP_DIR=/work/noaa/stmp/$LOGNAME/fv3_grid.$gtype
export out_dir=/work/noaa/stmp/$LOGNAME/my_grids
export TEMP_DIR=/work2/noaa/stmp/$LOGNAME/fv3_grid.$gtype
export out_dir=/work2/noaa/stmp/$LOGNAME/my_grids

#-----------------------------------------------------------------------
# Should not need to change anything below here.
Expand Down
Loading

0 comments on commit 7034628

Please sign in to comment.