An Objective Algorithm for the Identification of Convective Tropical Cloud Clusters in Geostationary Infrared Imagery

Size: px
Start display at page:

Download "An Objective Algorithm for the Identification of Convective Tropical Cloud Clusters in Geostationary Infrared Imagery"

Transcription

1 University of North Carolina Asheville Journal of Undergraduate Research Asheville, North Carolina, 2010 An Objective Algorithm for the Identification of Convective Tropical Cloud Clusters in Geostationary Infrared Imagery Chip Helms Atmospheric Sciences The University of North Carolina at Asheville One University Heights Asheville, North Carolina USA Faculty Advisor: Dr. Christopher Hennon Abstract Tropical cyclones trace their origins to disorganized groups of thunderstorms over tropical waters called "cloud clusters." The transformation from cloud clusters into mature tropical cyclones is not well understood due to the remote location of these clusters (away from the main observation network) and the complexities of the smallerscale physics that occur during genesis. Several studies have used a catalog of cloud clusters to search for distinguishing features between those which develop into storms and those which do not. The creation of these datasets is cumbersome since they must be identified visually through the application of arbitrary and subjective rule. An automated algorithm is developed to identify tropical cloud clusters in geostationary infrared satellite imagery. The algorithm proposed here significantly reduces the time and effort needed to identify and catalog cloud clusters by applying objective search criteria in an automated way. This algorithm will enable the creation of a comprehensive, historical cloud cluster database that will have both research and operational applications. The database will be made available to the scientific community and will be updated in real-time. Keywords: Tropical, Clusters, Infrared Imagery 1. Introduction The influx of satellite data has been particularly beneficial to studies of tropical cyclogenesis (TCG) due to the remoteness of the region and lack of regular in-situ observations. Currently, many of the cloud cluster datasets used in these studies are created by manual examination of satellite images and locating clusters based on either subjective criteria or a blend of subjective and objective criteria. Not only is this process time consuming, it also creates problems when making comparisons between studies with different criteria definitions. In fact, several researchers have mentioned the need for the development of an algorithm to create an objective database of cloud clusters 4,14. A number of obstacles must be overcome to create such an algorithm: (i) defining a set of criteria satisfying the needs of the tropical research community, (ii) translating these criteria into computer code, and (iii) providing useful output which will aid research efforts. The scientific literature contains several possible definitions of cloud clusters. Lee 9 used three criteria to identify non-developing cloud clusters: (i) the cluster is an independent entity unassociated with a cyclone or precyclone system; (ii) the cluster is at least four degrees in diameter and is not elongated in shape; and (iii) the cluster is located between 5 degrees and 17.5 degrees north, 120 degrees and 165 degrees east. In studying cloud clusters with satellite imagery, Martin and Suomi 12 chose clusters based on a minimum area of one square degree, excluding those obviously composed of only low level stratiform clouds. Hennon and Hobgood 4 defined cloud clusters as in Lee 9 with two key changes; the study domain was shifted to the Atlantic basin, south of 40 degrees north, and the associated convection had to persist for a minimum of 24 hours. The definition presented by Perrone and Lowe 15 appears to constitute a lower bound for diameter in the literature, calling for a minimum diameter of one degree latitude. Martin and Sikdar 11 found that cloud clusters progress through two stages. The first stage was composed mainly of small individual cells while the second stage (and of interest to the current study) is populated by fewer, 180

2 larger cells. Several studies define a threshold brightness temperature in infrared satellite imagery for objectively identifying cloud clusters. Sherwood and Wahrlich 17 use threshold values of 235 K for relevant convection, 208 K for active deep convection, and 267 K for associated cloud cover. A value of 208 K is also used by Hall and Vonder Haar 3 to identify cold, deep convection over the west Pacific. Mapes and Houze 10 choose 208 K to locate very cold convection and 235 K to locate moderately cold convection. The current study uses a threshold temperature of 220 K. The inclusion of commonly used parameters in an objective cloud cluster database could prove to be a valuable tool in testing TCG model accuracy. By basing the algorithm on satellite imagery, the existence of preexisting convection, which Riehl 16 found to be a requirement for TCG, is guaranteed. McBride and Zehr 13 found a number of possible prediction parameters based on the 300 mb temperature field, zonal wind and relative vorticity fields at both 200 mb and 900 mb, and mean vertical motion in the area of the cluster. Additionally, McBride and Zehr 13 defined the daily genesis potential (DGP) using the difference in relative vorticity fields at 900 mb and 200 mb and found its value to be correlated to the likelihood of development. Hennon and Hobgood 4 and Hennon et al. 5 used latitude, DGP, maximum potential intensity 6, moisture divergence at 925 mb and 850 mb, precipitable water, 24- hour pressure tendency, and six-hour surface and 700 mb relative vorticity tendencies as predictors in a statistical model. Gray 2 cited parameters such as planetary vorticity, sea surface temperatures, conditional instability, and midtropospheric moisture as influencing TCG. This paper outlines an algorithm for objectively identifying and tracking tropical cloud clusters in the tropical Atlantic basin using geostationary infrared imagery. The study focuses on the Atlantic basin since there is good data coverage, both spatially and temporally, and most systems impacting the U.S. originate here. The following section details the dataset used. The cloud cluster selection process and the algorithm's output parameters are discussed in section 3. Section 4 features an overview of the results from a single season followed by concluding thoughts and future plans for research in section Data and Cluster Requirements This study uses geostationary infrared imagery taken from the Hurricane Satellite (HURSAT) Basin dataset, a subset of the HURSAT database 7. Knapp 8 describes this subset as a full basin, stationary grid in contrast to the stormcentric grid used in other HURSAT subsets. Although recent geostationary satellite data have a 4 km resolution and are available every half hour, the data in this study are gridded at an 8 km spatial resolution and are available at three hour time intervals so that they are comparable throughout the record. The requirements for a cloud cluster used in this study are a blend of those found in the scientific literature. In order to be classified as a tropical cloud cluster, an area of convection, herein referred to as the candidate cloud cluster, must: (i) have sufficiently deep convection, (ii) have an area of deep convection with a minimum diameter of two degrees, (iii) be located over water, (iv) be independent of other systems, and (v) persist for at least 24 hours. The algorithm accomplishes this by defining these requirements as follows: deep convection corresponds to cloud top brightness temperatures below 220 K (herein referred to as the threshold brightness temperature), deep convection must cover 80% of a one degree radius circle centered on a candidate cloud cluster, all candidate positions located over land are ignored, each candidate must be at least 1200 km away from any other candidate, and the initial and final times at which a candidate cluster is identified must be at least 24 hours apart. 3. Algorithm Processes and Output The algorithm locates cloud clusters using a three step process. The first step examines individual satellite images to locate sufficiently large areas of deep convection which could potentially be cloud clusters. To accomplish this, the algorithm removes all pixels with a brightness temperature greater than the threshold brightness temperature, isolating all of the cold cloud tops. The second cloud cluster requirement is applied by calculating, for each remaining pixel, the number of other cold pixels within a one degree radius circle of that pixel. Any pixels having less than 80% coverage of this circle are removed. This removes any cold pixel areas which are significantly smaller than two degrees across. Finally, this step records the location of each of these cold pixel areas and calculates a number of statistics, detailed later in this section. The location is calculated by finding the geometric center of the cold pixel area. A weighted latitude and longitude are also calculated by giving colder pixels more 181

3 weight than those around them, moving the center closer to the location of strongest convection. The second step uses the list of candidate cluster locations found in the previous step to track individual Figure 1. Sample output file from the 2004 Atlantic hurricane season. Figure 1. Lines one through seven describe the parameters used to run the algorithm and notes on the data contained in the file. From left to right, the variables stored in each column are as follows: track number, time stamp, latitude, longitude, weighted latitude, weighted longitude, interpolation flag, size of cluster in pixels, average brightness temperature (Tb), minimum Tb, standard deviation of Tb, 5 th percentile of Tb, 10 th percentile of Tb, maximum radius of cluster, minimum radius, average radius, weighted maximum radius, weighted minimum radius, and weighted average radius. Note that the lower half of the figure is a continuation of the upper half and is separated here due to space constraints. candidate clusters through time. The algorithm goes through the lists of locations and searches for the best match to known independent candidate locations. The independence requirement is applied by ignoring any clusters which are within a 1200 km threshold distance of a larger cluster. In order to find the best match, the algorithm searches outward from the center of each candidate until a nearby location is found. Only locations which are positioned over water are considered for the match. Since convection tends to have diurnal variation, the list of past candidate locations includes candidates whose final time stamp is within 12 hours of the current time being processed. The maximum distance between the candidate and its potential match is dependent on the difference in their times. This ensures that more recent locations are favored over older ones. For simplicity, the algorithm does not allow clusters to split or merge. In the event that a cluster does split or merge, the algorithm will track the larger cluster until the clusters can be considered independent. To provide computer-friendly output, the algorithm interpolates missing data points and smoothes the final cloud cluster tracks. The interpolation scheme is a simple linear interpolation and is applied to both the weighted and unweighted latitude and longitude of the cloud clusters. Interpolated points are denoted by an 'I' as seen in Figure 1. Since a wide range of situations can cause a point to require interpolation, applying an interpolation scheme to the cluster statistics is impractical. Instead, the algorithm marks the statistics as missing. The downside of tracking cloud clusters based on the center of convection is the noise in the track resulting from shifting convection. To remove this noise, a modified three-point running average is applied to each track. Unlike a regular three-point running average, the initial and final points in the track are held constant. 182

4 June July August September October Figure 2. Tropical cloud cluster tracks from the 2004 Atlantic hurricane season. November Figure 2. The cloud cluster tracks are sperated based on the initial time stamp listed in the output file. Tracks appearing in the eastern Pacific will be removed during quality control of the database and are not included in any statistics reported in this paper. The output for cloud clusters is recorded in individual text files. Figure 1 contains a sample output file from the 2004 Atlantic hurricane season. The first seven lines of every file give information about the parameters used to run the algorithm, such as the threshold brightness temperature, as well as the column titles for the data. The remainder of the file contains the cloud cluster track information and statistics at three hour intervals during the cluster s lifespan. Track numbers are assigned by the algorithm starting with one at the beginning of each season. The time stamp is written as year, month, day, and UTC hour. The size variable is the total number of cold pixels contained in the cloud cluster. Maximum and minimum radii are calculated as the distances, in kilometers, between the center of the cloud cluster and the farthest and nearest edges, respectively, while the average radius is the average distance from the center to the edge. The weighted radii are calculated using the weighted latitude as the center point. 183

5 4. Results of 2004 Atlantic Hurricane Season The 2004 Atlantic hurricane season was run to demonstrate the algorithm. The 2004 season was almost two and a half times more active than the long term average for the Atlantic 1. The monthly distribution of cluster tracks identified by the algorithm is shown in Figure 2. The tracks tend to be concentrated in areas that are climatologically favorable for development. In June the primary development region is located in the Gulf of Mexico and extreme western Caribbean. This region shifts to include the east coast of the United States in July and expands east of the Caribbean in August. By the peak of the season in September, the main development region reaches from the west coast of Africa across the southern end of the North Atlantic basin and up the western side of the Atlantic Ocean. During October the development region retreats westward as the waters between Africa and South America become less favorable for development. At the end of the season, most development occurs off the east coast of the United States 2. Since Figure 2 only includes a single season, the primary development regions do not stand out as well as they would in maps of tracks from multiple seasons. There were a total number of 67 cloud clusters identified by the algorithm during the 2004 hurricane season. During the same period, there were sixteen systems which reached tropical depression strength, fifteen of which became tropical storms. Nine of these became hurricanes and six hurricanes reached category three strength or greater. A comparison between the number of identified cloud clusters and tropical cyclones during each month is given in Figure 3. It is interesting to note that, even though the peak number of tropical cyclones occurred in August, the peak number of identified cloud clusters corresponds to the climatological peak of the hurricane season in September. This would suggest that August was more favorable for tropical cyclone development than September. With the exception of June and November, the monthly distribution of identified cloud clusters closely resembles the historical distribution of tropical activity. It is unknown whether this is just a coincidence or if this pattern appears in other years where peak activity is different than the climatology. Figure 3. Comparison between cloud cluster and tropical cyclone frequency for the 2004 Atlantic hurricane season. Figure 3. Clusters in the eastern Pacific, see figure 2, are not included in these monthly totals. The tropical cyclone frequency includes all systems which reach at least tropical depression strength. Tropical cyclone data courtesy of The National Hurricane Center

6 5. Conclusions and future work An algorithm is developed to objectively identify and track tropical cloud clusters in the North Atlantic basin. The cloud clusters are identified based on the brightness temperature field from HURSAT basin-wide IR imagery. From this algorithm, a database containing clusters and cluster-centered development parameters from the past 30 years is being built. Since the HURSAT dataset is calibrated to be consistent over the entirety of this time span, any trends appearing in the database reflect trends in the atmosphere and not changes to the observing platform or instruments. Given that the end goal of this algorithm and the resulting database is to aid the study of TCG, it is important that the results are in general agreement with a variety of subjectively and manually identified datasets. In comparison to the cluster dataset created by Hennon and Hobgood 4, which spans the 1998 through 2000 North Atlantic hurricane seasons, both the number of clusters and their general tracks are similar to those identified by the algorithm. More generally, the initial positions are concentrated in the monthly main genesis regions described by Gray 2 and the number of identified clusters is proportional to the number of tropical cyclones developing in the same year as well as developing in the same month. Future research goals for this algorithm include expanding the algorithm to include the other global development regions as well as possible applications to operational forecasting of TCG events. One potential for operational application is in modifying the code to locate current cloud clusters in support of a TCG model. When the database becomes publicly available, the scientific community is encouraged to provide feedback regarding the functionality of the database. 6. Acknowledgements This work was supported by a grant from the Undergraduate Research Program Advisory Council at UNC Asheville. The author would like to thank his advisor, Dr. Chris Hennon, for the work he has done on this project. Additionally, the author would like to thank the handful of peer reviewers who gave their highly beneficial criticism. The author would also like to thank Kenneth Knapp for his help on streamlining the code and data support. 7. References 1. Franklin, James L., and Coauthors, 2006: Atlantic hurricane season of Mon. Wea. Rev., 134, Gray, W. M., 1968: Global view of the origin of tropical disturbances and storms. Mon. Wea. Rev., 96, Hall, T. J., and T. H. Vonder Haar, 1999: The diurnal cycle of west Pacific deep convection and its relation to the spatial and temporal variation of tropical MCSs. J. Atmos. Sci., 56, Hennon, C. C., and J. S. Hobgood, 2003: Forecasting tropical cyclogenesis over the Atlantic basin using large-scale data. Mon. Wea. Rev., 131, Hennon, C. C., C. Marzban, and J. S. Hobgood, 2005: Improving tropical cyclogenesis statistical model forecasts through the application of a neural network classifier. Wea. Forecasting, 20, Holland, G. J. 1997: The maximum potential intensity of tropical cyclones. J. Atmos. Sci., 54, Knapp, K. R., and J. P. Kossin, 2007: New global tropical cyclone data from ISCCP B1 geostationary satellite observations. J. of Appl. Remote Sens., 1, , doi: / Knapp, K. R., 2008: Hurricane satellite (HURSAT) data sets: Low-earth orbit infrared and microwave data. Preprints, 28th Conf. on Hurricanes and Tropical Meteorology, Orlando, FL, Amer. Meteor. Soc., 4B Lee, C. S., 1989: Observational analysis of tropical cyclogenesis in the western North Pacific. Part I: Structural evolution of cloud clusters. J. Atmos. Sci., 46, Mapes, B. E., and R. A. Houze, 1993: Cloud clusters and superclusters over the oceanic warm pool. Mon. Wea. Rev., 121, Martin, D. W., and D. N. Sikdar, 1975: A case study of Atlantic cloud clusters: Part 1. Morphology and thermodynamic structure. Mon. Wea. Rev., 103, Martin, D. W., and V. E. Suomi, 1972: A satellite study of cloud clusters over the tropical North Atlantic 185

7 Ocean. Bull. Amer. Meteor. Soc., 53, McBride, J. L., and R. Zehr, 1981: Observational analysis of tropical cyclone formation. Part II: Comparison of non-developing versus developing systems. J. Atmos. Sci., 38, McTaggart-Cowan, R., G. D. Deane, L. F. Bosart, C. A. Davis, and T. J. Galarneau Jr., 2008: Climatology of tropical cyclogenesis in the North Atlantic ( ). Mon. Wea. Rev., 136, Perrone, T. J., and P. R. Lowe, 1986: A statistically derived prediction procedure for tropical storm formation. Mon. Wea. Rev., 114, Riehl, R. J., 1948: On the formation of typhoons. J. Meteor., 5, Sherwood, S. C., and R. Wahrlich, 1999: Observed evolution of tropical deep convective events and their environment. Mon. Wea. Rev., 127,

An Objective Algorithm for the Identification of Convective Tropical Cloud Clusters in Geostationary Infrared Imagery. Why?

An Objective Algorithm for the Identification of Convective Tropical Cloud Clusters in Geostationary Infrared Imagery. Why? An Objective Algorithm for the Identification of Convective Tropical Cloud Clusters in Geostationary Infrared Imagery By Chip Helms Faculty Advisor: Dr. Chris Hennon Why? Create a database for the tropical

More information

Christopher C. Hennon * University of North Carolina Asheville, Asheville NC. Charles N. Helms University of North Carolina Asheville, Asheville, NC

Christopher C. Hennon * University of North Carolina Asheville, Asheville NC. Charles N. Helms University of North Carolina Asheville, Asheville, NC P1.4 TOWARD A GLOBAL CLIMATOLOGY OF TROPICAL CLOUD CLUSTERS Christopher C. Hennon * University of North Carolina Asheville, Asheville NC Charles N. Helms University of North Carolina Asheville, Asheville,

More information

Tropical Cyclone Hyperactivity in the Eastern and Central Caribbean Sea During the 2005 Atlantic Hurricane Season

Tropical Cyclone Hyperactivity in the Eastern and Central Caribbean Sea During the 2005 Atlantic Hurricane Season Proceedings of the National Conference On Undergraduate Research (NCUR) 2006 The University of North Carolina at Asheville Asheville, North Carolina April 6 8, 2006 Tropical Cyclone Hyperactivity in the

More information

4B.4 HURRICANE SATELLITE (HURSAT) DATA SETS: LOW EARTH ORBIT INFRARED AND MICROWAVE DATA

4B.4 HURRICANE SATELLITE (HURSAT) DATA SETS: LOW EARTH ORBIT INFRARED AND MICROWAVE DATA 4B.4 HURRICANE SATELLITE (HURSAT) DATA SETS: LOW EARTH ORBIT INFRARED AND MICROWAVE DATA Kenneth R. Knapp* NOAA - National Climatic Data Center, Asheville, North Carolina 1. INTRODUCTION Given the recent

More information

Using satellite-based remotely-sensed data to determine tropical cyclone size and structure characteristics

Using satellite-based remotely-sensed data to determine tropical cyclone size and structure characteristics DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Using satellite-based remotely-sensed data to determine tropical cyclone size and structure characteristics PI: Elizabeth

More information

Understanding the Microphysical Properties of Developing Cloud Clusters During TCS-08

Understanding the Microphysical Properties of Developing Cloud Clusters During TCS-08 Understanding the Microphysical Properties of Developing Cloud Clusters During TCS-08 PI: Elizabeth A. Ritchie Department of Atmospheric Sciences, University of Arizona Room 542, Physics-Atmospheric Sciences

More information

Understanding the Microphysical Properties of Developing Cloud Clusters during TCS-08

Understanding the Microphysical Properties of Developing Cloud Clusters during TCS-08 DISTRIBUTION STATEMENT A: Approved for public release; distribution is unlimited. Understanding the Microphysical Properties of Developing Cloud Clusters during TCS-08 PI: Elizabeth A. Ritchie Department

More information

Observed Structure and Environment of Developing and Nondeveloping Tropical Cyclones in the Western North Pacific using Satellite Data

Observed Structure and Environment of Developing and Nondeveloping Tropical Cyclones in the Western North Pacific using Satellite Data DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Observed Structure and Environment of Developing and Nondeveloping Tropical Cyclones in the Western North Pacific using

More information

Forecasting Tropical Cyclogenesis over the Atlantic Basin Using Large-Scale Data

Forecasting Tropical Cyclogenesis over the Atlantic Basin Using Large-Scale Data DECEMBER 2003 HENNON AND HOBGOOD 2927 Forecasting Tropical Cyclogenesis over the Atlantic Basin Using Large-Scale Data CHRISTOPHER C. HENNON* AND JAY S. HOBGOOD The Ohio State University, Columbus, Ohio

More information

Validating Atmospheric Reanalysis Data Using Tropical Cyclones as Thermometers

Validating Atmospheric Reanalysis Data Using Tropical Cyclones as Thermometers Validating Atmospheric Reanalysis Data Using Tropical Cyclones as Thermometers James P. Kossin NOAA National Climatic Data Center, Asheville, NC, USA Mailing address: NOAA Cooperative Institute for Meteorological

More information

1. INTRODUCTION. investigating the differences in actual cloud microphysics.

1. INTRODUCTION. investigating the differences in actual cloud microphysics. MICROPHYSICAL PROPERTIES OF DEVELOPING VERSUS NON-DEVELOPING CLOUD CLUSTERS DURING TROPICAL CYCLOGENESIS 4B.5 Nathan D. Johnson,* William C. Conant, and Elizabeth A. Ritchie Department of Atmospheric Sciences,

More information

STATISTICAL ANALYSIS ON SEVERE CONVECTIVE WEATHER COMBINING SATELLITE, CONVENTIONAL OBSERVATION AND NCEP DATA

STATISTICAL ANALYSIS ON SEVERE CONVECTIVE WEATHER COMBINING SATELLITE, CONVENTIONAL OBSERVATION AND NCEP DATA 12.12 STATISTICAL ANALYSIS ON SEVERE CONVECTIVE WEATHER COMBINING SATELLITE, CONVENTIONAL OBSERVATION AND NCEP DATA Zhu Yaping, Cheng Zhoujie, Liu Jianwen, Li Yaodong Institute of Aviation Meteorology

More information

Prediction of tropical cyclone genesis using a vortex merger index

Prediction of tropical cyclone genesis using a vortex merger index GEOPHYSICAL RESEARCH LETTERS, VOL. 31, L04105, doi:10.1029/2003gl019005, 2004 Prediction of tropical cyclone genesis using a vortex merger index T. N. Venkatesh Flosolver Unit, National Aerospace Laboratories,

More information

A Preliminary Climatology of Extratropical Transitions in the Southwest Indian Ocean

A Preliminary Climatology of Extratropical Transitions in the Southwest Indian Ocean A Preliminary Climatology of Extratropical Transitions in the Southwest Indian Ocean Kyle S. Griffin Department of Atmospheric and Environmental Sciences, University at Albany, State University of New

More information

Early May Cut-off low and Mid-Atlantic rains

Early May Cut-off low and Mid-Atlantic rains Abstract: Early May Cut-off low and Mid-Atlantic rains By Richard H. Grumm National Weather Service State College, PA A deep 500 hpa cutoff developed in the southern Plains on 3 May 2013. It produced a

More information

Tropical Cyclone Formation/Structure/Motion Studies

Tropical Cyclone Formation/Structure/Motion Studies Tropical Cyclone Formation/Structure/Motion Studies Patrick A. Harr Department of Meteorology Naval Postgraduate School Monterey, CA 93943-5114 phone: (831) 656-3787 fax: (831) 656-3061 email: paharr@nps.edu

More information

Subtropical and Hybrid Systems IWTC VII Topic 1.6

Subtropical and Hybrid Systems IWTC VII Topic 1.6 Subtropical and Hybrid Systems IWTC VII Topic 1.6 John R. Gyakum Department of Atmospheric and Oceanic Sciences McGill University, Montreal Canada Working group: John L. Beven II, Lance F. Bosart, Fermin

More information

Examination of Tropical Cyclogenesis using the High Temporal and Spatial Resolution JRA-25 Dataset

Examination of Tropical Cyclogenesis using the High Temporal and Spatial Resolution JRA-25 Dataset Examination of Tropical Cyclogenesis using the High Temporal and Spatial Resolution JRA-25 Dataset Masato Sugi Forecast Research Department, Meteorological Research Institute, Japan Correspondence: msugi@mri-jma.go.jp

More information

Navigating the Hurricane Highway Understanding Hurricanes With Google Earth

Navigating the Hurricane Highway Understanding Hurricanes With Google Earth Navigating the Hurricane Highway Understanding Hurricanes With Google Earth 2008 Amato Evan, Kelda Hutson, Steve Kluge, Lindsey Kropuenke, Margaret Mooney, and Joe Turk Images and data courtesy hurricanetracking.com,

More information

August Forecast Update for Atlantic Hurricane Activity in 2012

August Forecast Update for Atlantic Hurricane Activity in 2012 August Forecast Update for Atlantic Hurricane Activity in 2012 Issued: 6 th August 2012 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK

More information

The Impact of air-sea interaction on the extratropical transition of tropical cyclones

The Impact of air-sea interaction on the extratropical transition of tropical cyclones The Impact of air-sea interaction on the extratropical transition of tropical cyclones Sarah Jones Institut für Meteorologie und Klimaforschung Universität Karlsruhe / Forschungszentrum Karlsruhe 1. Introduction

More information

Predicting Tropical Cyclone Formation and Structure Change

Predicting Tropical Cyclone Formation and Structure Change Predicting Tropical Cyclone Formation and Structure Change Patrick A. Harr Department of Meteorology Naval Postgraduate School Monterey, CA 93943-5114 Telephone: (831)656-3787 FAX:(831)656-3061 email:

More information

Evaluating a Genesis Potential Index with Community Climate System Model Version 3 (CCSM3) By: Kieran Bhatia

Evaluating a Genesis Potential Index with Community Climate System Model Version 3 (CCSM3) By: Kieran Bhatia Evaluating a Genesis Potential Index with Community Climate System Model Version 3 (CCSM3) By: Kieran Bhatia I. Introduction To assess the impact of large-scale environmental conditions on tropical cyclone

More information

Weathernews Looks Back at 2015: A Year of Storms. Powerful Typhoons Occurred with Changing Patterns in El Niño Years

Weathernews Looks Back at 2015: A Year of Storms. Powerful Typhoons Occurred with Changing Patterns in El Niño Years NEWS RELEASE January 27th, 2016 Weathernews Looks Back at 2015: A Year of Storms Powerful Typhoons Occurred with Changing Patterns in El Niño Years Weathernews Inc. (Chiba, Japan; Chihito Kusabiraki/CEO)

More information

Understanding the Microphysical Properties of Developing Cloud Clusters During TCS-08

Understanding the Microphysical Properties of Developing Cloud Clusters During TCS-08 DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Understanding the Microphysical Properties of Developing Cloud Clusters During TCS-08 PI: Elizabeth A. Ritchie Department

More information

(April 7, 2010, Wednesday) Tropical Storms & Hurricanes Part 2

(April 7, 2010, Wednesday) Tropical Storms & Hurricanes Part 2 Lecture #17 (April 7, 2010, Wednesday) Tropical Storms & Hurricanes Part 2 Hurricane Katrina August 2005 All tropical cyclone tracks (1945-2006). Hurricane Formation While moving westward, tropical disturbances

More information

AnuMS 2018 Atlantic Hurricane Season Forecast

AnuMS 2018 Atlantic Hurricane Season Forecast AnuMS 2018 Atlantic Hurricane Season Forecast Issued: May 10, 2018 by Dale C. S. Destin (follow @anumetservice) Director (Ag), Antigua and Barbuda Meteorological Service (ABMS) The *AnuMS (Antigua Met

More information

Page 1 of 5 Home research global climate enso effects Research Effects of El Niño on world weather Precipitation Temperature Tropical Cyclones El Niño affects the weather in large parts of the world. The

More information

AnuMS 2018 Atlantic Hurricane Season Forecast

AnuMS 2018 Atlantic Hurricane Season Forecast AnuMS 2018 Atlantic Hurricane Season Forecast Issued: April 10, 2018 by Dale C. S. Destin (follow @anumetservice) Director (Ag), Antigua and Barbuda Meteorological Service (ABMS) The *AnuMS (Antigua Met

More information

Life Cycle of Convective Systems over Western Colombia

Life Cycle of Convective Systems over Western Colombia Life Cycle of Convective Systems over Western Colombia Meiry Sakamoto Uiversidade de São Paulo, São Paulo, Brazil Colombia Life Cycle of Convective Systems over Western Colombia Convective System (CS)

More information

10B.2 THE ROLE OF THE OCCLUSION PROCESS IN THE EXTRATROPICAL-TO-TROPICAL TRANSITION OF ATLANTIC HURRICANE KAREN

10B.2 THE ROLE OF THE OCCLUSION PROCESS IN THE EXTRATROPICAL-TO-TROPICAL TRANSITION OF ATLANTIC HURRICANE KAREN 10B.2 THE ROLE OF THE OCCLUSION PROCESS IN THE EXTRATROPICAL-TO-TROPICAL TRANSITION OF ATLANTIC HURRICANE KAREN Andrew L. Hulme* and Jonathan E. Martin University of Wisconsin-Madison, Madison, Wisconsin

More information

P1.14 THE SPATIAL PATTERNS OF RAINFALL PRODUCED BY HURRICANE IRENE (2011) AND OTHER TROPICAL CYCLONES WITH SIMILAR TRACKS

P1.14 THE SPATIAL PATTERNS OF RAINFALL PRODUCED BY HURRICANE IRENE (2011) AND OTHER TROPICAL CYCLONES WITH SIMILAR TRACKS P1.14 THE SPATIAL PATTERNS OF RAINFALL PRODUCED BY HURRICANE IRENE (2011) AND OTHER TROPICAL CYCLONES WITH SIMILAR TRACKS Corene J. Matyas * University of Florida, Gainesville, Florida 1. INTRODUCTION

More information

28th Conference on Hurricanes and Tropical Meteorology, 28 April 2 May 2008, Orlando, Florida.

28th Conference on Hurricanes and Tropical Meteorology, 28 April 2 May 2008, Orlando, Florida. P2B. TROPICAL INTENSITY FORECASTING USING A SATELLITE-BASED TOTAL PRECIPITABLE WATER PRODUCT Mark DeMaria* NOAA/NESDIS/StAR, Fort Collins, CO Jeffery D. Hawkins Naval Research Laboratory, Monterey, CA

More information

THE PHYSICAL processes associated with tropical cyclone

THE PHYSICAL processes associated with tropical cyclone 826 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 7, NO. 4, OCTOBER 2010 Detecting Tropical Cyclone Genesis From Remotely Sensed Infrared Image Data Miguel F. Piñeros, Elizabeth A. Ritchie, and J. Scott

More information

2013 ATLANTIC HURRICANE SEASON OUTLOOK. June RMS Cat Response

2013 ATLANTIC HURRICANE SEASON OUTLOOK. June RMS Cat Response 2013 ATLANTIC HURRICANE SEASON OUTLOOK June 2013 - RMS Cat Response Season Outlook At the start of the 2013 Atlantic hurricane season, which officially runs from June 1 to November 30, seasonal forecasts

More information

P Hurricane Danielle Tropical Cyclogenesis Forecasting Study Using the NCAR Advanced Research WRF Model

P Hurricane Danielle Tropical Cyclogenesis Forecasting Study Using the NCAR Advanced Research WRF Model P1.2 2004 Hurricane Danielle Tropical Cyclogenesis Forecasting Study Using the NCAR Advanced Research WRF Model Nelsie A. Ramos* and Gregory Jenkins Howard University, Washington, DC 1. INTRODUCTION Presently,

More information

August Forecast Update for Atlantic Hurricane Activity in 2016

August Forecast Update for Atlantic Hurricane Activity in 2016 August Forecast Update for Atlantic Hurricane Activity in 2016 Issued: 5 th August 2016 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK

More information

Hurricane Structure: Theory and Diagnosis

Hurricane Structure: Theory and Diagnosis Hurricane Structure: Theory and Diagnosis 7 March, 2016 World Meteorological Organization Workshop Chris Landsea Chris.Landsea@noaa.gov National Hurricane Center, Miami Outline Structure of Hurricanes

More information

PRMS WHITE PAPER 2014 NORTH ATLANTIC HURRICANE SEASON OUTLOOK. June RMS Event Response

PRMS WHITE PAPER 2014 NORTH ATLANTIC HURRICANE SEASON OUTLOOK. June RMS Event Response PRMS WHITE PAPER 2014 NORTH ATLANTIC HURRICANE SEASON OUTLOOK June 2014 - RMS Event Response 2014 SEASON OUTLOOK The 2013 North Atlantic hurricane season saw the fewest hurricanes in the Atlantic Basin

More information

11D.6 DIURNAL CYCLE OF TROPICAL DEEP CONVECTION AND ANVIL CLOUDS: GLOBAL DISTRIBUTION USING 6 YEARS OF TRMM RADAR AND IR DATA

11D.6 DIURNAL CYCLE OF TROPICAL DEEP CONVECTION AND ANVIL CLOUDS: GLOBAL DISTRIBUTION USING 6 YEARS OF TRMM RADAR AND IR DATA 11D.6 DIURNAL CYCLE OF TROPICAL DEEP CONVECTION AND ANVIL CLOUDS: GLOBAL DISTRIBUTION USING 6 YEARS OF TRMM RADAR AND IR DATA 1. INTRODUCTION Before the launch of the TRMM satellite in late 1997, most

More information

11A.1 PREDICTION OF TROPICAL CYCLONE TRACK FORECAST ERROR FOR HURRICANES KATRINA, RITA, AND WILMA

11A.1 PREDICTION OF TROPICAL CYCLONE TRACK FORECAST ERROR FOR HURRICANES KATRINA, RITA, AND WILMA 11A.1 PREDICTION OF TROPICAL CYCLONE TRACK FORECAST ERROR FOR HURRICANES KATRINA, RITA, AND WILMA James S. Goerss* Naval Research Laboratory, Monterey, California 1. INTRODUCTION Consensus tropical cyclone

More information

Available online at ScienceDirect. Procedia Computer Science 36 (2014 )

Available online at   ScienceDirect. Procedia Computer Science 36 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 36 (2014 ) 293 300 Complex Adaptive Systems, Publication 4 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

PICTURE OF THE MONTH. Satellite Imagery of Sea Surface Temperature Cooling in the Wake of Hurricane Edouard (1996)

PICTURE OF THE MONTH. Satellite Imagery of Sea Surface Temperature Cooling in the Wake of Hurricane Edouard (1996) 2716 MONTHLY WEATHER REVIEW VOLUME 125 PICTURE OF THE MONTH Satellite Imagery of Sea Surface Temperature Cooling in the Wake of Hurricane Edouard (1996) FRANK M. MONALDO Applied Physics Laboratory, The

More information

AnuMS 2018 Atlantic Hurricane Season Forecast

AnuMS 2018 Atlantic Hurricane Season Forecast AnuMS 2018 Atlantic Hurricane Season Forecast : June 11, 2018 by Dale C. S. Destin (follow @anumetservice) Director (Ag), Antigua and Barbuda Meteorological Service (ABMS) The *AnuMS (Antigua Met Service)

More information

An upper to mid level circulation (Low) in the NW Caribbean is

An upper to mid level circulation (Low) in the NW Caribbean is WEEKLY WEATHER OUTLOOK BELIZE, CENTRAL AMERICA PERIOD: Monday-Monday, Oct. 1 October 8, 2012 DATE ISSUED: Monday, Oct 1, 2012 6:00 am RFrutos EcoSolutions & Services SYNOPSIS: An upper to mid level circulation

More information

152 STATISTICAL PREDICTION OF WATERSPOUT PROBABILITY FOR THE FLORIDA KEYS

152 STATISTICAL PREDICTION OF WATERSPOUT PROBABILITY FOR THE FLORIDA KEYS 152 STATISTICAL PREDICTION OF WATERSPOUT PROBABILITY FOR THE FLORIDA KEYS Andrew Devanas 1, Lydia Stefanova 2, Kennard Kasper 1, Sean Daida 1 1 NOAA/National Wear Service, Key West, Florida, 2 COAPS/Florida

More information

AnuMS 2018 Atlantic Hurricane Season Forecast

AnuMS 2018 Atlantic Hurricane Season Forecast AnuMS 2018 Atlantic Hurricane Season : August 12, 2018 by Dale C. S. Destin (follow @anumetservice) Director (Ag), Antigua and Barbuda Meteorological Service (ABMS) The *AnuMS (Antigua Met Service) is

More information

Tropical Waves. John Cangialosi and Lixion Avila National Hurricane Center. WMO Region IV Tropical Cyclone Workshop

Tropical Waves. John Cangialosi and Lixion Avila National Hurricane Center. WMO Region IV Tropical Cyclone Workshop Tropical Waves John Cangialosi and Lixion Avila National Hurricane Center WMO Region IV Tropical Cyclone Workshop Outline Basic definition Schematic diagrams/interactions Operational products/forecasts

More information

Severe storms over the Mediterranean Sea: A satellite and model analysis

Severe storms over the Mediterranean Sea: A satellite and model analysis National Research Council of Italy Severe storms over the Mediterranean Sea: A satellite and model analysis V. Levizzani, S. Laviola, A. Malvaldi, M. M. Miglietta, and E. Cattani 6 th International Precipitation

More information

NOTES AND CORRESPONDENCE. What Has Changed the Proportion of Intense Hurricanes in the Last 30 Years?

NOTES AND CORRESPONDENCE. What Has Changed the Proportion of Intense Hurricanes in the Last 30 Years? 1432 J O U R N A L O F C L I M A T E VOLUME 21 NOTES AND CORRESPONDENCE What Has Changed the Proportion of Intense Hurricanes in the Last 30 Years? LIGUANG WU Laboratory for Atmospheres, NASA Goddard Space

More information

Scale Interactions during the Formation of Typhoon Irving 边建谱 ELIZABETH A. RITCHIE GREG J. HOLLAND

Scale Interactions during the Formation of Typhoon Irving 边建谱 ELIZABETH A. RITCHIE GREG J. HOLLAND Scale Interactions during the Formation of Typhoon Irving 边建谱 ELIZABETH A. RITCHIE GREG J. HOLLAND Pre-research Fujiwhara: laboratory experiments in water (1921, 1923, 1931). Cloud clusters are a well-known

More information

Inner core dynamics: Eyewall Replacement and hot towers

Inner core dynamics: Eyewall Replacement and hot towers Inner core dynamics: Eyewall Replacement and hot towers FIU Undergraduate Hurricane Internship Lecture 4 8/13/2012 Why inner core dynamics is important? Current TC intensity and structure forecasts contain

More information

Why There Is Weather?

Why There Is Weather? Lecture 6: Weather, Music Of Our Sphere Weather and Climate WEATHER The daily fluctuations in atmospheric conditions. The atmosphere on its own can produce weather. (From Understanding Weather & Climate)

More information

4. Climatic changes. Past variability Future evolution

4. Climatic changes. Past variability Future evolution 4. Climatic changes Past variability Future evolution TROPICAL CYCLONES and CLIMATE How TCs have varied during recent and distant past? How will TC activity vary in the future? 2 CURRENT CLIMATE : how

More information

Lectures on Tropical Cyclones

Lectures on Tropical Cyclones Lectures on Tropical Cyclones Chapter 1 Observations of Tropical Cyclones Outline of course Introduction, Observed Structure Dynamics of Mature Tropical Cyclones Equations of motion Primary circulation

More information

The TRMM Precipitation Radar s View of Shallow, Isolated Rain

The TRMM Precipitation Radar s View of Shallow, Isolated Rain OCTOBER 2003 NOTES AND CORRESPONDENCE 1519 The TRMM Precipitation Radar s View of Shallow, Isolated Rain COURTNEY SCHUMACHER AND ROBERT A. HOUZE JR. Department of Atmospheric Sciences, University of Washington,

More information

Weather Studies Introduction to Atmospheric Science

Weather Studies Introduction to Atmospheric Science Weather Studies Introduction to Atmospheric Science American Meteorological Society Chapter 1 Monitoring The Weather Credit: This presentation was prepared for AMS by Michael Leach, Professor of Geography

More information

P3.1 Development of MOS Thunderstorm and Severe Thunderstorm Forecast Equations with Multiple Data Sources

P3.1 Development of MOS Thunderstorm and Severe Thunderstorm Forecast Equations with Multiple Data Sources P3.1 Development of MOS Thunderstorm and Severe Thunderstorm Forecast Equations with Multiple Data Sources Kathryn K. Hughes * Meteorological Development Laboratory Office of Science and Technology National

More information

P4.1 CONSENSUS ESTIMATES OF TROPICAL CYCLONE INTENSITY USING MULTISPECTRAL (IR AND MW) SATELLITE OBSERVATIONS

P4.1 CONSENSUS ESTIMATES OF TROPICAL CYCLONE INTENSITY USING MULTISPECTRAL (IR AND MW) SATELLITE OBSERVATIONS P4.1 CONSENSUS ESTIMATES OF TROPICAL CYCLONE INTENSITY USING MULTISPECTRAL (IR AND MW) SATELLITE OBSERVATIONS Christopher Velden* Derrick C. Herndon and James Kossin University of Wisconsin Cooperative

More information

Careful, Cyclones Can Blow You Away!

Careful, Cyclones Can Blow You Away! Title: Careful, Cyclones Can Blow You Away! (Meteorology) Grade(s): 6-8 Introduction: Most people associate twisters with tornadoes, but in fact tropical twisters come from hurricanes. Hurricanes are what

More information

July Forecast Update for North Atlantic Hurricane Activity in 2018

July Forecast Update for North Atlantic Hurricane Activity in 2018 July Forecast Update for North Atlantic Hurricane Activity in 2018 Issued: 5 th July 2018 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London),

More information

Hurricanes. April 14, 2009

Hurricanes. April 14, 2009 Tropical Weather & Hurricanes Chapter 15 April 14, 2009 Tropical meteorology Tropics characterized by seasonal wet and drier periods- wet when sun is nearly overhead at noon and inter-tropical convergence

More information

PS : ES Hurricane Tracking Lab

PS : ES Hurricane Tracking Lab PS : ES Hurricane Tracking Lab Copyright 1998, 2005 S.Kluge Name Period Companion Websites: http://weather.unisys.com/hurricane/index.html http://www.atwc.org http://stevekluge.com/geoscience/regentses/labs/hurricane1.html

More information

Ch. 11: Hurricanes. Be able to. Define what hurricane is. Identify the life and death of a hurricane. Identify the ways we track hurricanes.

Ch. 11: Hurricanes. Be able to. Define what hurricane is. Identify the life and death of a hurricane. Identify the ways we track hurricanes. Ch. 11: Hurricanes Be able to Define what hurricane is. Identify the life and death of a hurricane. Identify the ways we track hurricanes. What are Hurricanes? Smaller than mid-latitude cyclones. Don t

More information

P11.2 COLLAPSE OF TRANSITIONING MESOSCALE CONVECTIVE SYSTEMS OFF THE COAST OF AFRICA

P11.2 COLLAPSE OF TRANSITIONING MESOSCALE CONVECTIVE SYSTEMS OFF THE COAST OF AFRICA P11.2 COLLAPSE OF TRANSITIONING MESOSCALE CONVECTIVE SYSTEMS OFF THE COAST OF AFRICA Amber E. Reynolds 1,3 *, Gerald Heymsfield 1, Gregory Jenkins 2, Christopher Weiss 3 1 NASA Goddard Space Flight Center,

More information

Hurricanes and Tropical Weather Systems:

Hurricanes and Tropical Weather Systems: Hurricanes and Tropical Weather Systems: An influence on weather in parts of the USA Meteorology 411 Iowa State University Week 2 Bill Gallus Classification/Terminology Tropical Disturbance enhanced convection

More information

Impacts of the April 2013 Mean trough over central North America

Impacts of the April 2013 Mean trough over central North America Impacts of the April 2013 Mean trough over central North America By Richard H. Grumm National Weather Service State College, PA Abstract: The mean 500 hpa flow over North America featured a trough over

More information

Untitled.notebook May 12, Thunderstorms. Moisture is needed to form clouds and precipitation the lifting of air, or uplift, must be very strong

Untitled.notebook May 12, Thunderstorms. Moisture is needed to form clouds and precipitation the lifting of air, or uplift, must be very strong Thunderstorms Moisture is needed to form clouds and precipitation the lifting of air, or uplift, must be very strong cold air and warm air must mix; creating an active circulation system that has both

More information

Figure 1. Time series of Western Sahel precipitation index and Accumulated Cyclone Energy (ACE).

Figure 1. Time series of Western Sahel precipitation index and Accumulated Cyclone Energy (ACE). 2B.6 THE NON-STATIONARY CORRELATION BETWEEN SAHEL PRECIPITATION INDICES AND ATLANTIC HURRICANE ACTIVITY Andreas H. Fink 1 and Jon M. Schrage 2 1 Institute for Geophysics 2 Department of and Meteorology

More information

Analysis of Fall Transition Season (Sept-Early Dec) Why has the weather been so violent?

Analysis of Fall Transition Season (Sept-Early Dec) Why has the weather been so violent? WEATHER TOPICS Analysis of Fall Transition Season (Sept-Early Dec) 2009 Why has the weather been so violent? As can be seen by the following forecast map, the Fall Transition and early Winter Season of

More information

Comparison of Diurnal Variation of Precipitation System Observed by TRMM PR, TMI and VIRS

Comparison of Diurnal Variation of Precipitation System Observed by TRMM PR, TMI and VIRS Comparison of Diurnal Variation of Precipitation System Observed by TRMM PR, TMI and VIRS Munehisa K. Yamamoto, Fumie A. Furuzawa 2,3 and Kenji Nakamura 3 : Graduate School of Environmental Studies, Nagoya

More information

Predicting Tropical Cyclone Formation and Structure Change

Predicting Tropical Cyclone Formation and Structure Change Predicting Tropical Cyclone Formation and Structure Change Patrick A. Harr Department of Meteorology Naval Postgraduate School Monterey, CA 93943-5114 phone: (831)656-3787 fax: (831)656-3061 email: paharr@nps.navy.mil

More information

TROPICAL-LIKE MEDITERRANEAN STORMS: AN ANALYSIS FROM SATELLITE

TROPICAL-LIKE MEDITERRANEAN STORMS: AN ANALYSIS FROM SATELLITE TROPICAL-LIKE MEDITERRANEAN STORMS: AN ANALYSIS FROM SATELLITE Angel Luque, Lluis Fita, Romualdo Romero, Sergio Alonso Meteorology Group, Balearic Islands University, Spain Abstract Tropical-like storms

More information

July Forecast Update for Atlantic Hurricane Activity in 2016

July Forecast Update for Atlantic Hurricane Activity in 2016 July Forecast Update for Atlantic Hurricane Activity in 2016 Issued: 5 th July 2016 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK Forecast

More information

The Integration of WRF Model Forecasts for Mesoscale Convective Systems Interacting with the Mountains of Western North Carolina

The Integration of WRF Model Forecasts for Mesoscale Convective Systems Interacting with the Mountains of Western North Carolina Proceedings of The National Conference On Undergraduate Research (NCUR) 2006 The University of North Carolina at Asheville Asheville, North Carolina April 6-8, 2006 The Integration of WRF Model Forecasts

More information

Remote Sensing of Precipitation

Remote Sensing of Precipitation Lecture Notes Prepared by Prof. J. Francis Spring 2003 Remote Sensing of Precipitation Primary reference: Chapter 9 of KVH I. Motivation -- why do we need to measure precipitation with remote sensing instruments?

More information

Chapter 24 Tropical Cyclones

Chapter 24 Tropical Cyclones Chapter 24 Tropical Cyclones Tropical Weather Systems Tropical disturbance a cluster of thunderstorms about 250 to 600 km in diameter, originating in the tropics or sub-tropics Tropical depression a cluster

More information

Introduction to Meteorology & Climate. Climate & Earth System Science. Atmosphere Ocean Interactions. A: Structure of the Ocean.

Introduction to Meteorology & Climate. Climate & Earth System Science. Atmosphere Ocean Interactions. A: Structure of the Ocean. Climate & Earth System Science Introduction to Meteorology & Climate MAPH 10050 Peter Lynch Peter Lynch Meteorology & Climate Centre School of Mathematical Sciences University College Dublin Meteorology

More information

ESCI 241 Meteorology Lesson 19 Tropical Cyclones Dr. DeCaria

ESCI 241 Meteorology Lesson 19 Tropical Cyclones Dr. DeCaria ESCI 241 Meteorology Lesson 19 Tropical Cyclones Dr. DeCaria READING: Chapter 16 GENERAL A tropical cyclone is a large, low-pressure system that forms over the tropical oceans. Tropical cyclones are classified

More information

Comments by William M. Gray (Colorado State University) on the recently published paper in Science by Webster, et al

Comments by William M. Gray (Colorado State University) on the recently published paper in Science by Webster, et al Comments by William M. Gray (Colorado State University) on the recently published paper in Science by Webster, et al., titled Changes in tropical cyclone number, duration, and intensity in a warming environment

More information

Four Years of Tropical ERA-40 Vorticity Maxima Tracks. Part I: Climatology and Vertical Vorticity Structure

Four Years of Tropical ERA-40 Vorticity Maxima Tracks. Part I: Climatology and Vertical Vorticity Structure NOVEMBER 2008 K E R N S E T A L. 4301 Four Years of Tropical ERA-40 Vorticity Maxima Tracks. Part I: Climatology and Vertical Vorticity Structure BRANDON KERNS University of Utah, Salt Lake City, Utah

More information

16D.3 EYEWALL LIGHTNING OUTBREAKS AND TROPICAL CYCLONE INTENSITY CHANGE

16D.3 EYEWALL LIGHTNING OUTBREAKS AND TROPICAL CYCLONE INTENSITY CHANGE 16D.3 EYEWALL LIGHTNING OUTBREAKS AND TROPICAL CYCLONE INTENSITY CHANGE Nicholas W. S. Demetriades and Ronald L. Holle Vaisala Inc., Tucson, Arizona, USA Steven Businger University of Hawaii Richard D.

More information

Detailed Cloud Motions from Satellite Imagery Taken at Thirty Second One and Three Minute Intervals

Detailed Cloud Motions from Satellite Imagery Taken at Thirty Second One and Three Minute Intervals Detailed Cloud Motions from Satellite Imagery Taken at Thirty Second One and Three Minute Intervals James F.W. Purdom NOAA/NESDIS/RAMM Branch CIRA Colorado State University W. Laporte Avenue Fort Collins,

More information

April Forecast Update for Atlantic Hurricane Activity in 2018

April Forecast Update for Atlantic Hurricane Activity in 2018 April Forecast Update for Atlantic Hurricane Activity in 2018 Issued: 5 th April 2018 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK

More information

Department of Atmospheric Sciences, National Taiwan University, Taipei, Taiwan

Department of Atmospheric Sciences, National Taiwan University, Taipei, Taiwan 10A.4 TROPICAL CYCLONE FORMATIONS IN THE SOUTH CHINA SEA CHENG-SHANG LEE 1 AND YUNG-LAN LIN* 1, 2 1 Department of Atmospheric Sciences, National Taiwan University, Taipei, Taiwan 2 Taipei Aeronautic Meteorological

More information

David E. Kofron*, Miguel F. Piñeros, Elizabeth A. Ritchie, and J. Scott Tyo University of Arizona, Tucson, Arizona 1. INTRODUCTION

David E. Kofron*, Miguel F. Piñeros, Elizabeth A. Ritchie, and J. Scott Tyo University of Arizona, Tucson, Arizona 1. INTRODUCTION 15.4 DEFINING THE LIFECYCLE OF THE EXTRATROPICAL TRANSITION OF TROPICAL CYCLONES USING THE DEVIATION ANGLE VARIANCE TECHNIQUE FOR REMOTELY-SENSED IMAGERY David E. Kofron*, Miguel F. Piñeros, Elizabeth

More information

April Forecast Update for North Atlantic Hurricane Activity in 2019

April Forecast Update for North Atlantic Hurricane Activity in 2019 April Forecast Update for North Atlantic Hurricane Activity in 2019 Issued: 5 th April 2019 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London),

More information

Tropical Cyclones. Objectives

Tropical Cyclones. Objectives Tropical Cyclones FIU Undergraduate Hurricane Internship Lecture 2 8/8/2012 Objectives From this lecture you should understand: Global tracks of TCs and the seasons when they are most common General circulation

More information

WRF Model Simulated Proxy Datasets Used for GOES-R Research Activities

WRF Model Simulated Proxy Datasets Used for GOES-R Research Activities WRF Model Simulated Proxy Datasets Used for GOES-R Research Activities Jason Otkin Cooperative Institute for Meteorological Satellite Studies Space Science and Engineering Center University of Wisconsin

More information

7B.1 An Overview of the International Best Track Archive for Climate Stewardship (IBTrACS) Michael C. Kruk* STG Inc., Asheville, North Carolina

7B.1 An Overview of the International Best Track Archive for Climate Stewardship (IBTrACS) Michael C. Kruk* STG Inc., Asheville, North Carolina 7B.1 An Overview of the International Best Track Archive for Climate Stewardship (IBTrACS) Michael C. Kruk* STG Inc., Asheville, North Carolina Kenneth R. Knapp, David H. Levinson, Howard J. Diamond NOAA

More information

WEEKLY WEATHER OUTLOOK BELIZE, CENTRAL AMERICA

WEEKLY WEATHER OUTLOOK BELIZE, CENTRAL AMERICA WEEKLY WEATHER OUTLOOK BELIZE, CENTRAL AMERICA PERIOD: Sunday, July 1 until Monday, July 9, 2012 DATE ISSUED: Sunday, July 1, 2012 3:00 pm RFrutos EcoSolutions & Services SYNOPSIS: The features of interest

More information

IMPACT OF GROUND-BASED GPS PRECIPITABLE WATER VAPOR AND COSMIC GPS REFRACTIVITY PROFILE ON HURRICANE DEAN FORECAST. (a) (b) (c)

IMPACT OF GROUND-BASED GPS PRECIPITABLE WATER VAPOR AND COSMIC GPS REFRACTIVITY PROFILE ON HURRICANE DEAN FORECAST. (a) (b) (c) 9B.3 IMPACT OF GROUND-BASED GPS PRECIPITABLE WATER VAPOR AND COSMIC GPS REFRACTIVITY PROFILE ON HURRICANE DEAN FORECAST Tetsuya Iwabuchi *, J. J. Braun, and T. Van Hove UCAR, Boulder, Colorado 1. INTRODUCTION

More information

Characteristics of extreme convection over equatorial America and Africa

Characteristics of extreme convection over equatorial America and Africa Characteristics of extreme convection over equatorial America and Africa Manuel D. Zuluaga, K. Rasmussen and R. A. Houze Jr. Atmospheric & Climate Dynamics Seminar Department of Atmospheric Sciences, University

More information

P2.4 THE IMPACT OF TROPICAL CYCLONE REMNANTS ON THE RAINFALL OF THE NORTH AMERICAN SOUTHWEST REGION

P2.4 THE IMPACT OF TROPICAL CYCLONE REMNANTS ON THE RAINFALL OF THE NORTH AMERICAN SOUTHWEST REGION P2.4 THE IMPACT OF TROPICAL CYCLONE REMNANTS ON THE RAINFALL OF THE NORTH AMERICAN SOUTHWEST REGION by Elizabeth A. Ritchie 1 and David Szenasi University of New Mexico 1. INTRODUCTION New Mexico has a

More information

Pre-Season Forecast for North Atlantic Hurricane Activity in 2018

Pre-Season Forecast for North Atlantic Hurricane Activity in 2018 Pre-Season Forecast for North Atlantic Hurricane Activity in 2018 Issued: 30 th May 2018 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London),

More information

Determining Hurricane Formation in the eastern North Pacific Using the Global Lightning Dataset 360 and the Long-Range Lightning Detection Network

Determining Hurricane Formation in the eastern North Pacific Using the Global Lightning Dataset 360 and the Long-Range Lightning Detection Network Determining Hurricane Formation in the eastern North Pacific Using the Global Lightning Dataset 360 and the Long-Range Lightning Detection Network Lesley A. L. Mazzarella and Elizabeth A. Ritchie (of University

More information

July Forecast Update for Atlantic Hurricane Activity in 2017

July Forecast Update for Atlantic Hurricane Activity in 2017 July Forecast Update for Atlantic Hurricane Activity in 2017 Issued: 4 th July 2017 by Professor Mark Saunders and Dr Adam Lea Dept. of Space and Climate Physics, UCL (University College London), UK Forecast

More information

The revised Atlantic hurricane database (HURDAT2) - Chris Landsea, James Franklin, and Jack Beven May 2015

The revised Atlantic hurricane database (HURDAT2) - Chris Landsea, James Franklin, and Jack Beven May 2015 The revised Atlantic hurricane database (HURDAT2) - Chris Landsea, James Franklin, and Jack Beven May 2015 The National Hurricane Center (NHC) conducts a post-storm analysis of each tropical cyclone in

More information

THE EXTRATROPICAL TRANSITION OF TYPHOON WINNIE (1997): SELF-AMPLIFICATION AFTER LANDFALL

THE EXTRATROPICAL TRANSITION OF TYPHOON WINNIE (1997): SELF-AMPLIFICATION AFTER LANDFALL THE EXTRATROPICAL TRANSITION OF TYPHOON WINNIE (1997): SELF-AMPLIFICATION AFTER LANDFALL Chih-Shin Liu *1,2 and George Tai-Jen Chen 2 1 Weather Forecast Center, Central Weather Bureau, 2 Department of

More information

A Tropical Cyclone Genesis Parameter for the Tropical Atlantic

A Tropical Cyclone Genesis Parameter for the Tropical Atlantic 219 A Tropical Cyclone Genesis Parameter for the Tropical Atlantic MARK DEMARIA NESDIS/ORA, Fort Collins, Colorado JOHN A. KNAFF AND BERNADETTE H. CONNELL Cooperative Institute for Research in the Atmosphere,

More information