-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com>
- Loading branch information
1 parent
9f2876c
commit 2599369
Showing
15 changed files
with
596 additions
and
1,024 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#! /bin/sh | ||
|
||
################################################################################ | ||
# Environment: cfgrib | ||
# Last Updated: 2021-07-20 (mccabe@ucar.edu) | ||
# Notes: Adds Python packages needed to read GRIB data into Xarray and | ||
# so it can easily be processed with MetPy | ||
# Python Packages: | ||
# metpy==1.0.1 | ||
# netcdf4==1.5.6 | ||
# cfgrib==0.9.9.0 | ||
# pygrib==2.1.3 | ||
# | ||
# Other Content: None | ||
################################################################################ | ||
|
||
# Conda environment to create | ||
ENV_NAME=cfgrib | ||
|
||
conda create -y --name ${ENV_NAME} python=3.8.8 | ||
conda install -y --name ${ENV_NAME} -c conda-forge metpy==1.0.1 | ||
conda install -y --name ${ENV_NAME} -c conda-forge netcdf4==1.5.6 | ||
conda install -y --name ${ENV_NAME} -c conda-forge cfgrib==0.9.9.0 | ||
conda install -y --name ${ENV_NAME} -c conda-forge pygrib==2.1.3 |
305 changes: 0 additions & 305 deletions
305
...um_range/TCStat_SeriesAnalysis_fcstGFS_obsGFS_FeatureRelative_SeriesByLead_PyEmbed_IVT.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.