-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WFIP3 Domains for HRRR These are changes necessary for comparing HRRR output to WFIP3, both the full and nested domains. Also, 160m and 320m AGL wind plots have been added. * Removing unnecessary repetition in default_specs.yml.
- Loading branch information
1 parent
85511b8
commit b20b149
Showing
3 changed files
with
205 additions
and
4 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,185 @@ | ||
hourly: | ||
model: hrrr | ||
variables: | ||
1hsnw: | ||
- sfc | ||
1ref: | ||
- 1000m | ||
acfrozr: | ||
- sfc | ||
acfrzr: | ||
- sfc | ||
acpcp: | ||
- sfc | ||
acsnod: | ||
- sfc | ||
acsnw: | ||
- sfc | ||
cape: | ||
- mu | ||
- mul | ||
- mx90mb | ||
- sfc | ||
ceil: | ||
- ua | ||
ceilexp: | ||
- ua | ||
ceilexp2: | ||
- ua | ||
cin: | ||
- sfc | ||
cloudcover: | ||
- bndylay | ||
- high | ||
- low | ||
- mid | ||
- total | ||
cpofp: | ||
- sfc | ||
cref: | ||
- sfc | ||
ctop: | ||
- ua | ||
dewp: | ||
- 2m | ||
echotop: | ||
- sfc | ||
firewx: | ||
- sfc | ||
flru: | ||
- sfc | ||
G113bt: | ||
- sat | ||
G114bt: | ||
- sat | ||
G123bt: | ||
- sat | ||
G124bt: | ||
- sat | ||
gust: | ||
- 10m | ||
hail: | ||
- max | ||
- maxsfc | ||
hailcast: | ||
- maxsfc | ||
hlcy: | ||
- in25 | ||
- mn02 | ||
- mn03 | ||
- mn25 | ||
- mx02 | ||
- mx03 | ||
- mx25 | ||
- sr01 | ||
- sr03 | ||
hlcytot: | ||
- mn02 | ||
- mn03 | ||
- mn25 | ||
- mx02 | ||
- mx03 | ||
- mx25 | ||
hpbl: | ||
- sfc | ||
lcl: | ||
- sfc | ||
lhtfl: | ||
- sfc | ||
li: | ||
- best | ||
- sfc | ||
ltg3: | ||
- sfc | ||
mfrp: | ||
- sfc | ||
mref: | ||
- sfc | ||
pres: | ||
- msl | ||
- sfc | ||
ptmp: | ||
- 2m | ||
ptyp: | ||
- sfc | ||
pwtr: | ||
- sfc | ||
ref: | ||
- m10 | ||
- maxm10 | ||
rh: | ||
- 2m | ||
- pw | ||
rvil: | ||
- sfc | ||
shear: | ||
- 01km | ||
- 06km | ||
shtfl: | ||
- sfc | ||
snod: | ||
- sfc | ||
soilm: | ||
- sfc | ||
soilt: &soilt_levs | ||
- 0cm | ||
- 1cm | ||
- 4cm | ||
- 10cm | ||
- 30cm | ||
- 60cm | ||
- 1m | ||
- 1.6m | ||
- 3m | ||
soilw: *soilt_levs | ||
solar: | ||
- sfc | ||
ssrun: | ||
- sfc | ||
temp: | ||
- 2ds | ||
- 2m | ||
- 500mb | ||
- 700mb | ||
- 850mb | ||
- sfc | ||
totp: | ||
- sfc | ||
trc1: | ||
- sfc | ||
- int | ||
ulwrf: | ||
- sfc | ||
- top | ||
uswrf: | ||
- sfc | ||
- top | ||
vbdsf: | ||
- sfc | ||
vddsf: | ||
- sfc | ||
vig: | ||
- sfc | ||
vil: | ||
- sfc | ||
vis: | ||
- sfc | ||
vort: | ||
- 500mb | ||
vvel: | ||
- 700mb | ||
- mean | ||
vvort: | ||
- mx01 | ||
- mx02 | ||
weasd: | ||
- sfc | ||
wspeed: | ||
- 10m | ||
- 80m | ||
- 160m | ||
- 320m | ||
- 850mb | ||
- max | ||
- mdn | ||
- mup |