Skip to content

Commit

Permalink
Remove gdas bump fix files (#1553)
Browse files Browse the repository at this point in the history
* Remove bump_ver from versions/fix.ver
- No longer need a bump version variable in fix.ver.
Refs #1552
  • Loading branch information
KateFriedman-NOAA authored May 2, 2023
1 parent 810071b commit 608ff65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ if [[ -d "${script_dir}/gdas.cd" ]]; then
cd "${top_dir}/fix" || exit 1
[[ ! -d gdas ]] && mkdir -p gdas
cd gdas || exit 1
for gdas_sub in bump crtm fv3jedi gsibec; do
for gdas_sub in crtm fv3jedi gsibec; do
if [[ -d "${gdas_sub}" ]]; then
rm -rf "${gdas_sub}"
fi
Expand Down
1 change: 0 additions & 1 deletion versions/fix.ver
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export chem_ver=20220805
export cice_ver=20220805
export cpl_ver=20220805
export datm_ver=20220805
export gdas_bump_ver=20220805
export gdas_crtm_ver=20220805
export gdas_fv3jedi_ver=20220805
export gdas_gsibec_ver=20221031
Expand Down

0 comments on commit 608ff65

Please sign in to comment.