This website works best with a newer web browser such as Chrome, Firefox, Safari or Microsoft
Edge. Internet Explorer is not supported by this website.
Metop-B and Merop-C overflew the same region of the tropical western Pacific to the east of Guam on 21 August 2023, as shown above (imagery dowloaded from the ‘manati’ website). Metop-C imagery is from 1041 UTC, Metop-B from 1128 UTC. There are two wind maxima in both plots, centered near 13oN,... Read More
Metop C (1041 UTC) and Metop B (1128 UTC ) Advanced Scatterometry (ASCAT) winds, 21 August 2023 (Click to enlarge)
Metop-B and Merop-C overflew the same region of the tropical western Pacific to the east of Guam on 21 August 2023, as shown above (imagery dowloaded from the ‘manati’ website). Metop-C imagery is from 1041 UTC, Metop-B from 1128 UTC. There are two wind maxima in both plots, centered near 13oN, 156oE and near 18oN, 155oE, and highlighted by the blue arrows in the toggle above. What can you infer from just these plots? The stronger winds are likely associated with convection, and the convection near 18oN (the northern convection, vs. the southern convection near 13oN) might be more long-lasting, given its proximity to the shear line (denoted by the red line in the toggle). The 1030 UTC image, below, shows the deep convection associated with these wind events.
Metop-C ASCAT winds at 1041 UTC, and 1030 UTC Himawari-9 Clean Window infrared imagery (Band 13, 10.4 µm), 1030 UTC on 21 August 2023 (Click to enlarge)
Does the southern convection seems less long-lived than the northern convection? Hard to tell from just this two-plus-hour animation below.
Himawari-9 Clean Window infrared imagery (Band 13, 10.4 µm), 1000 – 1230 UTC (every 30 minutes), (Click to enlarge)
Himawari-9 imagery from the Pacific Island 1 sector at this website, from 21 August 2023, below, does show persistent convection near the shear line (the invest 90W according to JTWC); the southern convection is not as long-lived.
Himawari-9 Sandwich imagery (combined Band 2, 0.64 µm and Band 13, 10.4 µm), 0000 – 2350 UTC, 21 August 2023 (Click to enlarge)
The best way to interpret a single satellite data source is to incorporate other satellite data into the analysis!
GOES-18 (GOES-West) Mid-level Water Vapor (6.9 µm) images (above) included plots of 1-hour Precipitation Accumulation — which showed rainfall associated with the northward spread of moisture across the Southwest US as Tropical Storm Hilary made landfall in Baja California on 20 August 2023. A similar animation with plots of 6-hour Precipitation Accumulation is... Read More
GOES-18 Mid-level Water Vapor (6.9 µm) images, with an overlay of Surface Pressure analyses (beige) and 1-hour Precipitation Accumulation (red) [click to play animated GIF | MP4]
GOES-18 (GOES-West) Mid-level Water Vapor (6.9 µm) images (above) included plots of 1-hour Precipitation Accumulation — which showed rainfall associated with the northward spread of moisture across the Southwest US as Tropical Storm Hilary made landfall in Baja California on 20 August 2023. A similar animation with plots of 6-hour Precipitation Accumulation is available here. There were numerous daily rainfall records set, with widespread reports of flash flooding across parts of southern California and southern Nevada.
?DEATH VALLEY RECORD ALERT
Yesterday (August 20, 2023), Death Valley National Park observed 2.20" of precipitation at the official gauge near Furnace Creek.
Hourly images of the MIMIC-TPW product (below) also showed the northward transport of abundant tropical moisture ahead of Hilary.
Hourly MIMIC-TPW product [click to play animated GIF | MP4]
New record maximum Total Precipitable Water (TPW) values were established for 1200 UTC soundings on 20 August at both San Diego, California and Las Vegas, Nevada (below).
Climatology of 1200 UTC sounding Total Precipitable Water (TPW) for San Diego, California– with the TPW value for 20 August 2023 indicated by a gray circle [click to enlarge]
Climatology of 1200 UTC sounding Total Precipitable Water (TPW) for Las Vegas, Nevada — with the TPW value for 20 August 2023 indicated by a gray circle [click to enlarge]
In addition, the all-time record maximum 0000 UTC sounding Total Precipitable Water (TPW) value of 2.38 inches was tied at San Diego, California (below).
Climatology of 0000 UTC sounding Total Precipitable Water (TPW) for San Diego, California– with the TPW value for 21 August 2023 indicated by a gray circle [click to enlarge]
Polar2Grid is a powerful software package that enables a user to take Sensor Data Record (SDR) files from JPSS satellites (Suomi-NPP, NOAA-20, NOAA-21) and create high-quality georeferenced imagery that can be color-enhanced. (Polar2Grid also works with data from other polar orbiting satellites!) This blog post details how to scale an... Read More
NOAA-21 I05 Infrared (11.45 µm) Brightness Temperatures scaled from 230-300 K (Click to enlarge)
Polar2Grid is a powerful software package that enables a user to take Sensor Data Record (SDR) files from JPSS satellites (Suomi-NPP, NOAA-20, NOAA-21) and create high-quality georeferenced imagery that can be color-enhanced. (Polar2Grid also works with data from other polar orbiting satellites!) This blog post details how to scale an infrared image to specific brightness temperature bounds that are then shown with a colorbar embedded into the image. This is similar to what is done with ACSPO Sea Surface Temperatures as discussed in this online documentation. Data for this example were downloaded from the CIMSS Direct Broadcast site. I wanted to show I05 VIIRS imagery (11.45 µm) so I downloaded both the SVI05 and GIMGO hdf files on 16 August 2023 covering the times 0832 and 0840 UTC. These data, from NOAA-21, can came from the directory https://bin.ssec.wisc.edu/pub/eosdb/j02/viirs/2023_08_16_228_0828/sdr/ (this directory will be purged on 8/23). You can also get these data from NOAA CLASS, or from online web services such as Amazon Web Services (AWS link for NOAA-21). Before invoking the Polar2Grid commands to create the imagery, you must specify the I05 Brightness Temperatures of interest, done by adding the following snippet of code to the viirs.yaml file that can be found in this directory: $POLAR2GRID_HOME/etc/polar2grid/enhancements/ In the case below, I’m interested initially just in the values between 170 and 330 Kelvin, using a linear stretch.
The commands above create a tif file: noaa21_viirs_i05_20230816_083259_Madison.tif. The first of the two commands below adds a color enhancement to the tif file; the second adds coastlines and a colorbar to the tif file and outputs a png file: noaa21_viirs_i05_20230816_083259_Madison.png . That image, scaled from 170 to 330 K, is shown below.
$POLAR2GRID_HOME/bin/add_colormap.sh $POLAR2GRID_HOME/colormaps/p2g_sst_palette.txt noaa21_viirs_i05_20230816_083259_Madison.tif
$POLAR2GRID_HOME/bin/add_coastlines.sh --add-coastlines --coastlines-resolution f --add-colorbar noaa21_viirs_i05_20230816_083259_Madison.tif
NOAA-21 I05 Infrared (11.45 µm) Brightness Temperatures scaled from 170-330 K (Click to enlarge)
It’s apparent above that the range chosen for the image above is too broad. So, edit the I05 definition in the viirs.yaml file shown up top, changing the one line to this: kwargs: {stretch: 'crude', min_stretch: 230., max_stretch: 300.}. Then, rerun the polar2grid, add_colorbar and add_coastlines commands above. The result below shows a toggle between those two results. Note how things change as you might expect.
NOAA-21 I05 Infrared (11.45 µm) Brightness Temperatures scaled two different ways (Click to enlarge)
The image with more color contrast from cold to warm shown above is the same one as shown at the top of the image, but I’ve modified the presentation of the coastlines and colorbar in the add_coastlines command: $POLAR2GRID_HOME/bin/add_coastlines.sh --add-coastlines --coastlines-resolution f --add-colorbar --colorbar-text-size 16 --colorbar-height 32 noaa21_viirs_i05_20230816_083259_Madison.tif
Polar2Grid software can be downloaded from this website; Polar2Grid documentation is here.
Hurricane Hilary, off the coast of Mexico, is forecast to move northward into the southwestern United States, becoming a rare instance of a tropical cyclone affecting California. The 1200 UTC imagery on 18 August 2023 above shows a well-defined eye, with warm sea-surface temperatures (SSTs) in the Pacific Ocean along... Read More
GOES-18 PACUS and GOES-16 CONUS Clean Window infrared (Band 13, 10.3 µm) imagery, 1201 UTC on 18 August 2023 along with GOES-18 Clear-sky estimates of Sea-Surface Temperatures (Click to enlarge)
Hurricane Hilary, off the coast of Mexico, is forecast to move northward into the southwestern United States, becoming a rare instance of a tropical cyclone affecting California. The 1200 UTC imagery on 18 August 2023 above shows a well-defined eye, with warm sea-surface temperatures (SSTs) in the Pacific Ocean along the storm path until the storm reaches 25oN, the latitude of central Baja California. (Sea Surface temperatures in the shallow northern Gulf of California are even warmer, near 90oF, white in the enhancement used.). Steep topography along the Baja California peninsula and cold SSTs north of 27oN latitude will both affect the strength of the storm as it moves northward.
A Mesoscale Domain Sector was positioned over Hilary, providing imagery at 1-minute intervals — Visible images, below, revealed low-level mesovortices within the eye of the Category 4 hurricane.
GOES-18 “Red”‘ Visible (0.64 µm) images, 1400 UTC on 18 August to 0000 UTC on 19 August (courtesy Scott Bachmeier, CIMSS) [click to play animated GIF | MP4]
Metop-C overflew Hilary at about 0500 UTC on 18 August 2023 (link), and Advanced Scatterometry winds from that time, below, show tropical storm-force winds extending about 200 miles to the northeast of the system center.
GOES-18 Clean Window Infrared (Band 13, 10.3 µm) imagery and MetopC ASCAT winds, 0420 UTC on 18 August 2023 (Click to enlarge)
GOES-18 Airmass RGB imagery below, hourly from 0020-1420 UTC on 18 August, shows Hilary off the coast of Mexico, and also a slowly-moving cyclonic circulation off the coast of California, a circulation that will help guide Hilary towards a projected landfall in northwestern Mexico/the southwestern USA.
GOES-18 Airmass RGB imagery, hourly from 0020-1420 UTC on 18 August 2023 (click to enlarge)
Imagery from the SSEC/CIMSS Tropical Weather website, below, shows the storm path, SSTs and current shear along the forecast path (favorable now, progressively less favorable into the weekend) and the 700-200 mb steering flow.
Hurricane Hilary’s past and projected path, current SSTs, Shear and Steering flow, 1200 UTC on 18 August 2023 (Click to enlarge)
Interests in northwest Mexico, the Baja peninsula and the southwestern United States should pay close attention to this storm through the weekend into early next week. An important hazard will be flooding. MIMIC Total Precipitable Water fields, below, for the 24 hours ending at 1400 UTC on 18 August, show the moisture associated with the hurricane.
MIMIC TPW fields, 1500 UTC 17 August 2023 – 1400 UTC 18 August 2023 (Click to enlarge)