forked from NOAA-EMC/GEFS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On branch feature/gefs_v13_atmos_prep modified: gempak/ush/gefs_avgspr_meta.sh modified: gempak/ush/gefs_meta_850.sh_comb modified: gempak/ush/gefs_meta_carib_spag.sh_comb modified: gempak/ush/gefs_meta_hi_spag.sh_comb modified: gempak/ush/gefs_meta_lows.sh_comb modified: gempak/ush/gefs_meta_mar_00Z.sh modified: gempak/ush/gefs_meta_mar_12Z.sh modified: gempak/ush/gefs_meta_nam_spag.sh_comb modified: gempak/ush/gefs_meta_qpf.sh modified: gempak/ush/gefs_meta_sam_spag.sh_comb modified: jobs/JGEFS_ATMOS_GEMPAK_META modified: scripts/exgefs_atmos_avgspr_gempak_meta.sh modified: scripts/exgefs_atmos_gempak_meta.sh Refs: NOAA-EMC#103
- Loading branch information
1 parent
86a47f0
commit 43157e9
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_avgspr_meta.sh | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_meta_850.sh_comb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_meta_carib_spag.sh_comb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_meta_hi_spag.sh_comb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_meta_lows.sh_comb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_meta_mar_00Z.sh | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_meta_mar_12Z.sh | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_meta_nam_spag.sh_comb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_meta_qpf | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#! /usr/bin/env bash | ||
# | ||
# Metafile Script : gefs_meta_sam_spag.sh_comb | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#! /usr/bin/env bash | ||
|
||
echo "$(date -u) begin $(basename $BASH_SOURCE)" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#! /usr/bin/env bash | ||
|
||
echo "$(date -u) begin $(basename $BASH_SOURCE)" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#! /usr/bin/env bash | ||
|
||
echo "$(date -u) begin $(basename $BASH_SOURCE)" | ||
|
||
|