Skip to content

Commit

Permalink
post/anl job is the same as the forecast hour. create a link, instead…
Browse files Browse the repository at this point in the history
… of having a copy
  • Loading branch information
aerorahul committed Jan 15, 2022
1 parent 4176fd9 commit c9ffab5
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 c9ffab5

Please sign in to comment.