Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gdas bump fix files #1553

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
KateFriedman-NOAA marked this conversation as resolved.
Show resolved Hide resolved
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