-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modifies how 15 minute output is processed (#592)
* Adds new subh_fields.txt file to pull needed records from full hour output for 15 minute products. * Updates subsetting file for top of hour 15 minute products, and adds comment in post script of command needed to use it. * Adds item to combine the 15 minute files at the top of the hour. Details may need to change, but believe this removes a need for subhourly prdgen jobs. * Adds some error checking to ensure that the needed 15 minute output is available, and to exit if it isn't after ~10 minutes. Also cleaned up the formatting for the new material to make the nested if blocks clearer. * Adds POSTPROC_SUBH_LEN_HRS variable to control how long to apply the 15 minute aggregating within exrrfs_post.sh
- Loading branch information
1 parent
072a89c
commit 95d388e
Showing
9 changed files
with
103 additions
and
100 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
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
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
REFC:entire atmosphere (considered as a single layer) | ||
VIL:entire atmosphere (considered as a single layer) | ||
VIL:entire atmosphere: | ||
VIS:surface: | ||
GUST:surface: | ||
RETOP:entire atmosphere (considered as a single layer) | ||
REFD:4000 m above ground: | ||
REFD:1000 m above ground: | ||
PRES:surface: | ||
HGT:surface: | ||
ASNOW:surface:0- | ||
TMP:2 m above ground: | ||
SPFH:2 m above ground: | ||
DPT:2 m above ground: | ||
UGRD:10 m above ground: | ||
VGRD:10 m above ground: | ||
:CPOFP:surface: | ||
:PRATE:surface: | ||
:APCP:surface:0- | ||
:FROZR:surface:0- | ||
FRZR:surface:0- | ||
TSNOWP:surface:0- | ||
CSNOW:surface: | ||
:CICEP:surface: | ||
:CFRZR:surface: | ||
:CRAIN:surface: | ||
HGT:cloud base: | ||
HGT:cloud ceiling: | ||
HGT:cloud top: | ||
ULWRF:top of atmosphere: | ||
DSWRF:surface: | ||
DLWRF:surface: | ||
USWRF:surface: | ||
ULWRF:surface: | ||
VBDSF:surface: | ||
VDDSF:surface: | ||
USWRF:top of atmosphere: | ||
:UPHL:5000-2000 m above ground: | ||
UGRD:80 m above ground: | ||
VGRD:80 m above ground: |
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
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
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
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
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
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