Skip to content

Commit

Permalink
Remove unneeded link commands and add comments. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsketefian authored and JeffBeck-NOAA committed Jul 24, 2019
1 parent c011d38 commit 0711e54
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
16 changes: 10 additions & 6 deletions ush/make_ICS_surf_LBC0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,17 @@ esac
#
#-----------------------------------------------------------------------
#
# Are these still needed for chgres_cube?
# Are these still needed for chgres_cube? Probably not since they're
# created elsewhere, but may need them again if stage scripts are removed
# to comply with NCO format.
#
ln_vrfy -sf $WORKDIR_SHVE/${CRES}_grid.tile7.halo${nh4_T7}.nc \
$WORKDIR_SHVE/${CRES}_grid.tile7.nc

ln_vrfy -sf $WORKDIR_SHVE/${CRES}_oro_data.tile7.halo${nh4_T7}.nc \
$WORKDIR_SHVE/${CRES}_oro_data.tile7.nc
#ln_vrfy -sf --relative
# $WORKDIR_SHVE/${CRES}_grid.tile7.halo${nh4_T7}.nc \
# $WORKDIR_SHVE/${CRES}_grid.tile7.nc
#
#ln_vrfy -sf --relative
# $WORKDIR_SHVE/${CRES}_oro_data.tile7.halo${nh4_T7}.nc \
# $WORKDIR_SHVE/${CRES}_oro_data.tile7.nc
#
#-----------------------------------------------------------------------
#
Expand Down
3 changes: 3 additions & 0 deletions ush/make_grid_orog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,9 @@ fi
#
print_info_msg_verbose "Starting filtering of orography..."

# The script below creates absolute symlinks in $WORKDIR_FLTR. That's
# probably necessary for NCO but probably better to create relative
# links for the community workflow.
$USHDIR/$orog_fltr_scr \
$RES \
$WORKDIR_GRID $WORKDIR_OROG $WORKDIR_FLTR \
Expand Down

0 comments on commit 0711e54

Please sign in to comment.