Skip to content

Commit

Permalink
Merge pull request #585 from NOAA-EMC/hotfix/fix-missing-post_anl-res…
Browse files Browse the repository at this point in the history
…ources

[Hotfix] remove `post/anl` ecf duplicate scripts and link to master instead.
  • Loading branch information
KateFriedman-NOAA authored Jan 18, 2022
2 parents 4176fd9 + c9ffab5 commit c34897c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 136 deletions.
1 change: 1 addition & 0 deletions ecf/scripts/gdas/atmos/post/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Ignore these
jgdas_atmos_post_anl.ecf
jgdas_atmos_post_f*.ecf
66 changes: 0 additions & 66 deletions ecf/scripts/gdas/atmos/post/jgdas_atmos_post_anl.ecf

This file was deleted.

1 change: 1 addition & 0 deletions ecf/scripts/gfs/atmos/post/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Ignore these
jgfs_atmos_post_anl.ecf
jgfs_atmos_post_f*.ecf
70 changes: 0 additions & 70 deletions ecf/scripts/gfs/atmos/post/jgfs_atmos_post_anl.ecf

This file was deleted.

4 changes: 4 additions & 0 deletions ecf/setup_ecf_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ link_master_to_fhr "jenkfgdas_post" "$fhrs"
# GDAS post files
cd $ECF_DIR/scripts/gdas/atmos/post
echo "Linking gdas/atmos/post ..."
rm -f jgdas_atmos_post_anl.ecf
ln -sf jgdas_atmos_post_master.ecf jgdas_atmos_post_anl.ecf
fhrs=($(seq 0 9))
link_master_to_fhr "jgdas_atmos_post" "$fhrs"

# GFS post files
cd $ECF_DIR/scripts/gfs/atmos/post
echo "Linking gfs/atmos/post ..."
rm -f jgfs_atmos_post_anl.ecf
ln -sf jgfs_atmos_post_master.ecf jgfs_atmos_post_anl.ecf
fhrs=($(seq 0 1 120) $(seq 123 3 384))
link_master_to_fhr "jgfs_atmos_post" "$fhrs"

Expand Down

0 comments on commit c34897c

Please sign in to comment.