-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changes necessary to plot full domain images for the MPAS Global. Corners are switched in gribdata.py to be compatible with the way the data are stored in the grib2 files. Output is generated at 6h intervals, but some variables retain hourly accumulations. These are handled in gribfile.py. * Forgot to add the new yml file.
- Loading branch information
1 parent
2220dea
commit 605f1fc
Showing
5 changed files
with
116 additions
and
6 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
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,86 @@ | ||
hourly: | ||
model: global_mpas | ||
variables: | ||
1ref: | ||
- 1000m | ||
acpcp: | ||
- sfc | ||
cape: | ||
- mu | ||
- mul | ||
- mx90mb | ||
- sfc | ||
ceil: | ||
- ua | ||
cin: | ||
- sfc | ||
cloudcover: | ||
- high | ||
- low | ||
- mid | ||
- total | ||
cpofp: | ||
- sfc | ||
cref: | ||
- sfc | ||
dewp: | ||
- 2m | ||
gh: | ||
- 500mb | ||
gust: | ||
- 10m | ||
hailcast: | ||
- maxsfc | ||
hlcy: | ||
- sr01 | ||
- sr03 | ||
hpbl: | ||
- sfc | ||
lhtfl: | ||
- sfc | ||
pres: | ||
- msl | ||
pwtr: | ||
- sfc | ||
rh: | ||
- 2m | ||
- 850mb | ||
- mean | ||
shtfl: | ||
- sfc | ||
snod: | ||
- sfc | ||
soilt: &soilt_levs | ||
- 10cm | ||
- 1m | ||
soilw: *soilt_levs | ||
temp: | ||
- 2ds | ||
- 2m | ||
- 500mb | ||
- 700mb | ||
- 850mb | ||
- 925mb | ||
- sfc | ||
totp: | ||
- sfc | ||
ulwrf: | ||
- sfc | ||
uswrf: | ||
- sfc | ||
vis: | ||
- sfc | ||
vort: | ||
- 500mb | ||
vvel: | ||
- 700mb | ||
weasd: | ||
- sfc | ||
wspeed: | ||
- 10m | ||
- 10mb | ||
- 20mb | ||
- 250mb | ||
- 5mb | ||
- 80m | ||
- 850mb |