Stream: python-questions
Topic: Finding module for Pangeo WRF example?
Rich Neale (Dec 03 2021 at 16:54):
Hi, Im looking for the ngallery module that is used in this Pangeo WRF example to convert the data structure to an xarray Dataset, but I cannot find it. Is it part existing environment (looked at cmip6 and pangeo and not there). Conda search can't find it either. Maybe I have the conda module name wrong? Thanks! https://gallery.pangeo.io/repos/NCAR/notebook-gallery/notebooks/Run-Anywhere/WRF/wrf_ex.html#
Brian Bonnlander (Dec 03 2021 at 17:03):
Hi Rich, the conda environment showing what to install to run the example is here:
https://github.com/NCAR/notebook-gallery/blob/main/environment.yml
Instructions on getting it to run on your local machine are provided in the repo README file.
Brian Bonnlander (Dec 03 2021 at 17:14):
Note that the ngallery_utils module is used only for downloading example WRF data. If you have WRF data already, you don't need the module.
Last updated: Jan 30 2022 at 12:01 UTC