{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## CFSR Data and Graphics Preparation for the Science-on-a-Sphere" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This notebook will create all the necessary files and directories for a visualization on NOAA's Science-on-a-Sphere. For this example, we will produce a map of 850 hPa geopotential heights, temperature, and horizontal wind and sea-level pressure, using the Climate Forecast System Reanalysis (CFSR), for the March 13-14 1993 winter storm, aka **Superstorm '93**." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
add_cyclic_point
function.!
magic indicates that what follows is a Linux command.-p
option for mkdir
will create all subdirectories, and also will do nothing if the directories already exist.add_cyclic_point
method to eliminate the resulting seam.Axes
. We don't want that included on the sphere-projected graphic either.add_cyclic_point
function to eliminate the seam at the dateline, and create the map.nFrames
to nTimes so all times are processed.