5 "execution_count": null,
12 "if not os.path.exists('wrfxpy'):\n",
13 " ! git clone https://github.com/openwfm/wrfxpy.git\n",
14 "! cd wrfxpy; git checkout jm; git pull; git log | head\n",
15 "! pip install pygrib\n"
20 "execution_count": null,
23 "base_uri": "https://localhost:8080/"
26 "outputId": "c607cdf2-6a8c-4f1a-b8aa-646b7f9b46d1"
30 "!apt install libgrib-api-dev libgrib2c-dev\n",
31 "!pip install pyproj\n",
37 "execution_count": null,
44 "cfg = json.load(open('wrfxpy/etc/conf.json.initial'))\n",
45 "# make changes to the cfg dictionary here if desired\n",
46 "json.dump(cfg, open('wrfxpy/etc/conf.json', 'w'), indent=4, separators=(',', ': '))"
51 "execution_count": null,
58 "sys.path.append('wrfxpy/src') # source root\n",
59 "import ingest.rtma_source\n"
64 "execution_count": null,
67 "base_uri": "https://localhost:8080/",
71 "outputId": "58ade569-8e6f-49d4-a94a-9307cc2686e9"
81 "collapsed_sections": [],
82 "name": "wrfxpy-rtma-demo.ipynb",
86 "display_name": "Python 3",
95 "file_extension": ".py",
96 "mimetype": "text/x-python",
98 "nbconvert_exporter": "python",
99 "pygments_lexer": "ipython3",