2024-07-21

Starting a Job at Cambridge Systematics

I am pleased to share that I have started a job at the transportation consulting company Cambridge Systematics as of 2 weeks ago, being based out of its office in the DC area (where I grew up). (Note that this company, which was founded in Cambridge, Massachusetts in the US, is a different company than the social media data mining company Cambridge Analytica, which was founded in Cambridge in the UK and was notable for its mining of user data from social media sites for the purpose of targeted political advertising in the 2016 presidential election in the US [LINK from Wikipedia].) The company takes on clients primarily from government agencies at the federal, state, and local levels to do work on long-range planning, travel demand forecasting, big data analytics & modeling for passenger & freight transportation, transportation safety planning, public transit planning & operations, and public transit & highway asset management. I will primarily be working on projects related to shared mobility, public transit, long-range planning, and transportation safety, but I will not necessarily be restricted to these areas.

I am excited to be working at this company, as it will give me a different perspective on transportation than I had within academia. Additionally, unlike in academia where I was focused on leading & managing a few projects over a long period of time in which those projects would lead to research products but might not necessarily have any more immediate tangible impact, in this company, I will be able to work on a wide variety of shorter-term projects that will have more immediate tangible impacts for people. I got into the transportation sector to help people with disabilities, and although many of the projects at this company might not directly relate to the needs of people with disabilities, I look forward to bringing up those issues where possible & applicable, using these projects to educate colleagues & clients about these issues where possible & applicable, and having tangible (even if incremental) positive influences on transportation for people with disabilities through the completion of these projects.

2024-06-13

Reflection: Leaving UC Davis

This week is my last week as a postdoctoral researcher at the UC Davis Institute of Transportation Studies (ITS-Davis). I am glad that I was able to transition from physics to transportation policy within the setting of academia and to particularly to so at ITS-Davis, which is renowned for having multidisciplinary transportation research & education that has included an increasing focus on issues of equity & accessibility in transportation planning. I learned so much, not just about transportation per se (which, in a professional context, was totally new to me when I started this job) but also about hiring, advising, and managing graduate students, applying for grants, managing grant-funded projects, communicating with different audiences beyond academia in many different forms, working on projects that are not just academic research ending in a peer-reviewed journal article, forming & managing relationships with stakeholders from government agencies, community-based organizations, and other organizations, and expanding my professional network on my own. This ultimately became the right time for me to leave ITS-Davis, but I will be grateful for the experiences & opportunities that I had in it and for the people that I got to work with.

2024-05-02

Finite Determinants of Linear Operators in Continuous Vector Spaces

Recently, I wondered whether it is possible for a linear operator in a continuous (infinite-dimensional) vector space to have a finite determinant. By "continuous vector space", I mean that the identity operator can be resolved for a complete orthonormal basis \( |\phi(x) \rangle \) for all \( x \) such that \( \langle \phi(x), \phi(x') \rangle = \delta(x - x') \) as \( \hat{1} = \int |\phi(x)\rangle\langle \phi(x)|~\mathrm{d}x \). If an operator \( \hat{A} \) has continuous matrix elements \( A(x, x') = \langle \phi(x), \hat{A}\phi(x') \rangle \), then it is easy to see that the conditions for its trace \( \operatorname{trace}(\hat{A}) = \int A(x, x)~\mathrm{d}x \) to be finite are that the integral must converge, so the "function" \( A(x, x) \) must asymptotically approach 0 strictly faster than \( 1/x \) as \( |x| \to \infty \) and must at most have singularities at finite points \( x_{0} \) that diverge strictly slower than \( 1/|x - x_{0}| \). This can be seen as the continuum limit of a sum over the diagonal. However, the determinant is harder to express in this way because it involves products over diagonals & subdiagonals that are harder to express in a continuum space.

For this post, I will only consider Hermitian positive-definite operators. The conditions that I will list for which the determinant exists for such operators are sufficient for the determinant to exist, but I am not convinced that they are necessary. If such operators have an eigenvalue decomposition \( \hat{A} = \int a(x) |\phi(x)\rangle\langle \phi(x)|~\mathrm{d}x \) where the vectors \( \{ |\phi(x) \rangle \} \) form a complete orthonormal basis and the eigenvalues satisfy \( a(x) > 0 \) for all \( x \), then one can make use of the identity \( \ln(\det(\hat{A})) = \operatorname{trace}(\ln(\hat{A})) \) to say that \( \ln(\det(\hat{A})) = \int \ln(a(x))~\mathrm{d}x \). For the right-hand side to converge, then \( \ln(a(x)) \) must asymptotically approach 0 with \( x \) as \( |x| \to \infty \) strictly faster than \( 1/x \), which means that \( a(x) \) must asymptotically 1 with \( x \) as \( |x| \to \infty \) strictly faster than \( \exp(1/x) \) (which is not the same as \( e^{-x} \)), and \( \ln(a(x)) \) can at most have singularities at finite points \( x_{0} \) that diverge strictly slower than \( 1/|x - x_{0}| \), which means that \( a(x) \) must either diverge to \( \infty \) strictly slower than \( \exp(1/|x - x_{0}|) \) or drop to 0 strictly slower than \( \exp(-1/|x - x_{0}|) \). For example, \( a(x) = \exp(1/(x^{2} + x_{0}^{2})) \) fits the bill; note that this is not the same as the Gaussian kernel \( \exp(-(x^{2} + x_{0}^{2})) \). Intuitively, this condition makes sense, because for a finite-dimensional diagonal matrix as the dimension becomes arbitrarily large, the diagonal elements must mostly be exactly or very close to 1 for the determinant to not grow arbitrarily large with the dimension.

In finite-dimensional vector spaces, it is also easy to compute the determinants of triangular matrices simply as the products of the diagonal elements. (This is why the determinant is most often computed by an algorithm like first computing the LU decomposition and then taking the product of the diagonal elements of the upper-triangular matrix, which for an \( N \times N \) matrix involves \( O(N^{3}) \) operations, as opposed to the Leibniz formula involving every permutation which involves \( O(N!N) \) operations.) In infinite-dimensional vector spaces, a matrix that is triangular in a countable basis can have the determinant computed similarly as in finite-dimensional vector spaces; if an operator \( \hat{A} \) in that basis has elements \( A_{ij} \), then using the definition \( \ln(|\det(\hat{A})|) = \prod_{i} \ln(|A_{ii}|) \), the determinant converges as long as the diagonal elements \( |A_{ii}| \) are mostly exactly or very close to 1, specifically such that as \( |i| \to \infty \), \( \ln(|A_{ii}|) \) decays to 0 strictly faster than \( 1/i \). (Note that \( i \) is an integer index written in slanted font, not the imaginary unit \( \operatorname{i} \) written in upright font.) However, I am not sure how to generalize this to operators that are expressed as triangular matrices in continuous bases.

2024-04-01

Transitioning from microscopic to macroscopic and quantum to classical regimes

I recently read two things that were of interest to me having previously worked in physics. One was an article in The New Yorker magazine [LINK], in which the author does a good job of going over the successes of mathematical modeling in the physical sciences and contrasting this with the limitations of mathematical modeling in public health (showing, for example, how many models of the spread of contagions fail when governments & societies take fast & drastic collective actions to limit the spread), the failures of mathematical models in social sciences where the outputs of those models can create feedback loops with public sentiment (for example in political polling), and the way that many people who use machine learning models in different domains expect the fancy curve-fitting of those models to represent fundamental understanding when that might not really be so. The other was a journal article published in Physical Review Letters [LINK] about how it can be possible to test the extent to which a massive (as opposed to massless) object which exhibits the dynamics of a simple harmonic oscillator and prepared in a quantum coherent state can be tested for deviations from classical behavior using a protocol that does not depend on the mass of the object (although I question this given that the protocol depends on timed measurements that depend on the frequency of oscillation, and in many physics contexts the frequency does depend on the mass as \( \omega = \sqrt{k/m}\), but this is somewhat of a quibble). These two things got me to think about something that I realized I never got out of many years of formal undergraduate & graduate education in physics. This can be illustrated with the following example.

In introductory physics classes that focus on Newtonian mechanics, a prototypical problem involves a block, modeled as a point mass, sliding (with or without friction) down a fixed triangular incline in the constant gravitational field of the Earth. In the context of those classes, instructors will be careful to note that this is merely a model, and corrections could come from the inclusion of the variation of the Earth's gravitational field & surface curvature, the technical possibility of moving the triangular incline (which must be much more massive than the block in question), the shape of the block, variations in the touching surfaces, air resistance, et cetera. In later classes, instructors may point out corrections due to special relativity (i.e. the speed of light) and general relativity (as it relates to the Earth's gravitational field).

However, in later classes about quantum mechanics & statistical mechanics, instructors explain how different the models are from models of Newtonian mechanics at human scales, but they often promise that appropriate treatments of aggregates of microscopic constituents can consistently recover results from Newtonian mechanics, yet this promise is almost never fulfilled. In particular, wavefunctions that describe pure states of single microscopic particles are quite far removed from the simple dynamical variables describing blocks on inclined planes, although statistical mechanics can probabilistically describe the solid states of the block & inclined plane as well as the gaseous state of the surrounding air, it is not usually extended to describe the dynamics of the block sliding down the inclined plane. For example, if a block sliding down a fixed inclined plane of horizontal angle \( \theta \) in a uniform gravitational field is described as having equations of motion \( m\ddot{x} = mg\sin(\theta) \) where the \( x \)-axis is defined as pointing downward parallel to the slope of the inclined plane for increasing \( x \) and the \( y \)-axis points outward in the normal direction from the inclined plane, then I wish to see corrections of the form \( m\ddot{\vec{x}} = \sum_{\mu = 0}^{\infty} \sum_{\nu = 0}^{\infty} \hbar^{\mu} k_{\mathrm{B}}^{\nu} \vec{f}^{(\mu, \nu)} \) where the lowest-order term is \( \vec{f}^{(0, 0)} = mg\sin(\theta)\vec{e}_{x} \). I have never seen these sorts of quantum or statistical corrections to Newtonian equations of motion in simple (in the context of Newtonian mechanics) systems. Similarly, it is rare to see how quantum or statistical mechanical systems can, in appropriate limits, reproduce classical systems; I can only think of the quantum coherent state of the simple harmonic oscillator as well as how the Moyal bracket in the phase space formulation of quantum mechanics reduces to lowest order in \( \hbar \) to the Poisson bracket, and in the latter case, intuitive construction of the quantum phase space quasiprobability function is made more difficult (compared to construction of a classical phase space probability density function, as I did in a post [LINK] from a few years ago) by the fact that unlike the classical phase space probability density function, the quantum phase space quasiprobability function cannot be arbitrarily localized in phase space, it can take on negative values for certain wavefunctions, it is compressible in phase space with respect to its own evolution over time, and it is not obvious how it should look for a system of many particles constituting a macroscopic object like a block (in contrast to a classical phase space probability density function, which for such a system could just be a product of Dirac delta functions localizing each microscopic constituent to a point in phase space).

These considerations reminded me of a discussion I had last year with friends from college, who also did course 8 (physics) with me. We came to a consensus that while people who do not become physics majors should, as usual, get exposure to Newtonian physics and the basics of electricity & magnetism, people who become physics majors should have a curriculum over 3-4 years that exhibits a sensible conceptual progression. In particular, after seeing Newtonian mechanics, such students should then be exposed to Lagrangian & Hamiltonian formulations of classical mechanics. The Lagrangian formulation of classical mechanics should then be used to develop intuitions about mechanical waves, which in turn can lead to introductions to classical field theory and development of classical electromagnetic theory as a rich example of a classical field theory. (I would also personally recommend using the introduction of mechanical waves to introduce the linear algebraic treatment of waves and then reintroduce the linear algebraic treatment of waves into the treatment of linear classical field theories in general & linear classical electromagnetic theory in particular.) The Hamiltonian formulation of classical mechanics should then be used to develop intuitions about probability distributions in classical mechanics, which in turn can be used to develop intuitions about statistical mechanics. Optionally, at this point, the Hamiltonian formulation of classical mechanics can also be used to develop intuitions about nonlinear dynamics & chaos theory, but while this is good for the broader education of physics students, it is less immediately relevant for the introduction of quantum theory to come soon after (because quantum mechanics is linear). Finally, only after these things happen should quantum theory be introduced, such that there are clear connections of the wavefunction formulation of quantum mechanics to mechanical waves, the phase space formulation of quantum mechanics to classical phase space probability distributions, and the linear algebraic framework of quantum mechanics to linear algebraic treatments of classical field theories (including linear classical electromagnetic theory); this will ensure that students understand how ideas like superposition, interference, rotation through a Hilbert space, statistical uncertainty, and related ideas are not unique to quantum mechanics (which is unfortunately too often a consequence of the way quantum mechanics is typically introduced in undergraduate curricula, at least in the US). We also came to a consensus that in each course, there should be clear explanations of what prototypical systems are analytically solvable, what prototypical systems are not analytically solvable, and why (in each case).

2024-03-01

Progression of Winter Storms across the Contiguous US

This winter has featured many winter storms over the contiguous US that have swept from the west coast to the east coast. In previous posts, I have discussed basic intuitions for why different climates occur in different regions [LINK], my assessment of the deficiencies of the Trewartha climate classification system [LINK], what I would change about the Trewartha climate classification system [LINK], how my proposed changes to the Trewartha climate classification system can be applied to understand what climates occur where in middle latitudes [LINK], why popular understanding of the effects of the Gulf Stream over the Atlantic Ocean on the climate of Europe is incorrect in many ways [LINK], and why different climates occur in coastal locations on different coasts at different latitudes [LINK]. These posts have suggested, among other things, that many winter storms on the east coast of the US would come from warm moist air from over the Gulf of Mexico or mild moist air from over the Atlantic Ocean colliding with cold dry air over the continent, but these collisions would be somewhat more sporadic because the prevailing westerlies, which would have dumped moisture primarily over the west coast, would be weak & dry by the time they reach the east coast. Thus, it is somewhat surprising to me that these winter storms seem to be driven by the prevailing westerlies over the continent. The following is my attempt to intuitively explain, based only on sea-/surface-level temperatures, air pressures, and air flows, why this happens. Again, I am not a trained climatologist or meteorologist; I can't guarantee that this information is accurate, and I can only say that my intuitions seem through my limited understanding to align with superficial aspects of more detailed explanations.

Why this happens in North America

This happens in North America mainly because of the arrangement of landmasses & seas/oceans. In the winter half of the year in North America, the subtropical ridge is strongest around 30 degrees in latitude (north of the equator) to the west of the continents of North America in the Pacific Ocean & of Africa in the Atlantic Ocean. Prevailing westerlies generated by the subtropical ridge over the Pacific Ocean bring moisture to the west coast of the US and turn clockwise due to the Coriolis force, meaning that around the time the prevailing westerlies reach the Rocky Mountains, they may have turned more toward the Gulf of Mexico, though this is not guaranteed to happen every time. In doing so, the prevailing westerlies, by this point colder & drier, can pick up warm moist air from the Gulf of Mexico. This clockwise turn by the Coriolis force is reversed within the Gulf of Mexico by southerly winds coming from air coming clockwise off of the subtropical ridge over the Atlantic Ocean, so this newly warmed & moistened air turns toward the east coast of the US, bringing moisture there before moving east & turning clockwise (again due to the Coriolis force) over the Atlantic Ocean toward Europe. This is how the subtropical ridge can function like a conveyor belt of moisture. Essentially, the continent of North America & the Atlantic Ocean are both narrow enough (with respect to the ranges of longitudes), and the Gulf of Mexico with warm water is favorably placed, to ensure that this can happen. That said, the prevailing westerlies will not always turn clockwise enough to go over the Gulf of Mexico and then counterclockwise enough to go over the east coast of the US, which is why the prevailing westerlies are more likely to bring moisture to the west coast of the US but only sporadically do so for the east coast of the US.

I should clarify that the storms that sweep across the contiguous US are often localized highly mobile systems of low pressure. They internally turn counterclockwise, but the motion of the centers of these storms is affected by the aforementioned prevailing westerlies coming from the subtropical ridges over the eastern Pacific Ocean & Atlantic Ocean in the northern hemisphere.

Why this does not happen in other continents

This does not happen in other continents because of unfavorable arrangements of landmasses & seas/oceans. I will give details for each continent in turn.

Eurasia

In the northern hemisphere, Eurasia & the Pacific Ocean are much wider (with respect to the range of longitudes) than North America & the Atlantic Ocean, so the conveyor belt effect is lost there; this point is amplified by the much stronger system of high pressure forming due to the settling of cold dry air over the continent in the winter half of the year. Additionally, the Indian Ocean (which would supply warm moist air) is not far enough from the equator and there are too many mountains in between for the Indian Ocean to function analogously to the Gulf of Mexico.

South America

The east coast of South America in the middle latitudes would refer to the east coast of Argentina. There is no major body of water immediately to the north (toward the equator) of Argentina analogous to the Gulf of Mexico, so although the subtropical ridge over the Atlantic Ocean to the west of South Africa is somewhat close by, the prevailing westerlies are largely dry by the time they reach Argentina and have no way of replenishing moisture & warmth before reaching the east coast.

Africa

In the southern hemisphere, Africa does not extend much into the middle latitudes. Thus, this issue is moot there.

Oceania

Oceania does not extend much into the middle latitudes and is surrounded by much more water, keeping the temperatures more moderate anyway (so there is less opportunity for big temperature contrasts between land & water to form, which would lead to stronger winter storms). Additionally, the Pacific Ocean in the southern hemisphere is much wider (with respect to the range of longitudes) than the Atlantic Ocean in the northern hemisphere, so the conveyor belt effect is lost there.

2024-02-02

My time at the TRB 2024 Annual Meeting

Last month, I attended the TRB 2024 Annual Meeting. The conference, which was held in DC, was a lot of fun. The graduate student researcher working with me was able to present our work as a poster. Additionally, although I didn't meet as many people whom I had not met before, this was a good opportunity for me to deepen connections with people with whom I had connected more briefly in past conferences in person or remotely. In particular, these included people working like me at the intersection of transportation & disability as well as people working in the autonomous vehicle industry. Strengthening connections with people in the former group was especially important to me because of the relevance of my work, how few of us there are in the US, and being able to feel like I am part of a group of like-minded academic researchers (given that I lead so much of my work essentially alone in the context of academic researchers). Strengthening connections with people in the latter group was important to me because of recent turbulence in the space of autonomous vehicles and the need for consistent pushes for inclusion of people with disabilities as users of such vehicles.

2024-01-01

Variations of Coastal Monsoon Climates with Latitude

I have learned about different aspects of the Earth's climate and shared what I've learned over 5 posts in 2022, including basic intuitions for why different climates occur in different regions [LINK], my assessment of the deficiencies of the Trewartha climate classification system [LINK], what I would change about the Trewartha climate classification system [LINK], how my proposed changes to the Trewartha climate classification system can be applied to understand what climates occur where in middle latitudes [LINK], and why popular understanding of the effects of the Gulf Stream over the Atlantic Ocean on the climate of Europe is incorrect in many ways [LINK]. Ultimately, my learning about different aspects of the climates of the world was done with the personal aim of understanding why cities on opposite coasts of the US at the same latitudes have such different climates, with those on the west coast having characteristically mild to hot arid rainless summers & cool (but not cold) rainy winters and those on the east coast having typically warm or hot humid rainy summers & cool or cold slightly drier but still rainy or snowy winters. I did learn about that to a great extent, but as I learned more, I started to question whether my previous intuitions (from when I started learning about different climates) were correct. Follow the jump to see more and the resolution to this problem. Again, I am not a trained climatologist or meteorologist; I can't guarantee that this information is accurate, and I can only say that my intuitions seem through my limited understanding to align with superficial aspects of more detailed explanations.

2023-12-02

Myth of the Effects of the Gulf Stream on the Climate of Europe

Recently, I happened to come across articles online [LINK] clarifying that there are some competing explanations for why the climate of Europe immediately to the east of the Atlantic Ocean is milder in the winter than the climate of North America at similar latitudes immediately to the west of the Atlantic Ocean but that the Gulf Stream in the Atlantic Ocean only plays a minimal role. It got me to think whether I have unwittingly repeated the myth of the importance of the Gulf Stream for the climate of Europe in recent blog posts like my most recent one about climate types [LINK]. Having gone through that blog post, I can say more confidently that I did not repeat that myth with respect to the big picture of Europe's climate, but there may have been certain aspects of Europe's climate (especially in eastern Europe) for which I overstated the effect of the Gulf Stream, so I want to set the record straight in an effort to not spread known misinformation or myths as if they were facts. Follow the jump to see more details. Again, I am not a trained climatologist or meteorologist; I can't guarantee that this information is accurate, and I can only say that my intuitions seem through my limited understanding to align with superficial aspects of more detailed explanations.

2023-11-01

Contravariant and Covariant Objects in Matrix Notation

For many years when and since I was in college, I wondered whether it might be possible to consistently represent contravariant & covariant objects using vector & matrix notation. In particular, when I learned about the idea of covariant representations of [invariant] vectors being duals to contravariant representations of [invariant] vectors, meaning that if a contravariant representation of a [invariant] vector can be seen as a column vector, then a covariant representation of a [invariant] vector can be seen as a row vector, I wondered how it would be possible to represent the fully covariant metric tensor as a metric tensor if it multiplies a contravariant representation of a [invariant] vector (i.e. a column vector) to yield a covariant representation of a [invariant] vector (i.e. a row vector), especially as traditionally in linear algebra, a matrix acting on a column vector yields another column vector (while transposition, though linear in the sense of respecting addition and scalar multiplication, cannot be represented simply as the action of another matrix). At various points, I've wondered if this means that fully contravariant or fully covariant representations of multi-index tensors should be represented as columns of columns or rows of rows, and I've tried to play around with these ideas more. This post is not the first to explore such ideas even online, as I came across notes online by Viktor T. Toth [LINK], but this post is my attempt to flesh out these ideas further. Follow the jump to see more. Throughout this post, I will work with the notation of 2 spatial indices, in which the fully covariant representation of the metric tensor \( g_{ij} = \vec{e}_{i} \cdot \vec{e}_{j} \) might not be Euclidean, where indices will use English letters \( i, j, k, \ldots \in \{1, 2\} \), where superscripts do not imply exponents, and where multiple superscripts do not imply single numbers (for example, \( g_{12} \) is the fully covariant component of the metric tensor with first index 1 and second index 2, not the covariant component at index 12 of a single-index tensor (vector)); extensions to spacetime (where the convention is to use indices labeled by Greek letters) and in particular to 3 spatial + 1 temporal dimensions are trivial. Additionally, Einstein summation will be assumed, and all tensors (including vectors & scalars) are assumed to be real-valued. Finally, I will do my best to ensure that when indices are raised or lowered, the ordering of indices is clear (as examples, distinguishing \( T^{i}_{\, j} \) from \( T_{i}^{\, j} \) instead of ambiguously using \( T^{i}_{j} \) or \( T^{j}_{i} \)), but this will depend on the quality of LaTeX rendering in this post.

2023-10-12

Where Different Climate Types Do or Do Not Occur in Middle Latitudes

As a follow-up to a recent post [LINK], I've been able to somewhat comprehensively catalogue & categorize climates of different population centers roughly in the middle latitudes (23-67 degrees, which are outside of both the tropics and the polar circles) in each continent to understand why certain climate types occur in certain continents and not others. This post explains that further. Again, I am not a trained climatologist or meteorologist; I can't guarantee that this information is accurate, and I can only say that my intuitions seem through my limited understanding to align with superficial aspects of more detailed explanations.

For the rest of this post, I will use the modification of the Trewartha categorization that I explained in the recent post. Each climate label in this categorization has four letters, with the first being uppercase and the remaining 3 being lowercase.

Climate categorization definitions

First letter

The first letter can be A, B, C, D, E, or F. Climate types have the first letter F (polar) if if the mean temperature of the hottest month is less than 10 degrees Celsius. Climate types with the first letter B (semi-arid or arid) are defined based on precipitation thresholds regardless of mean temperatures each month; this will be explained soon. If a climate type does not meet a precipitation threshold for the first letter B, then the first letter is A (tropical) if the mean temperature of the coldest month is at least 18 degrees Celsius, C (subtropical) if the mean temperature of the coldest month is less than 18 degrees Celsius but 8-12 months in the year have a mean temperature of at least 10 degrees Celsius, D (intermediate) if 4-7 months in the year have a mean temperature of at least 10 degrees Celsius (which means the mean temperature of the remaining 5-8 months, including the coldest month, must be less than 10 degrees Celsius), or E (subpolar) if 1-3 months in the year have a mean temperature of at least 10 degrees Celsius (which means the mean temperature of the remaining 9 to 11 months, including the coldest month, must be less than 10 degrees Celsius). These conditions are the same as in the Trewartha categorization.

The precipitation threshold for climates with the first letter B is \( H = 10(T - 10) + 300S \), where \( T \) is the mean annual temperature in degrees Celsius and \( S \) is the fraction (between 0 and 1) of yearly precipitation that occurs in the summer half of the year (inclusively between April through September in the northern hemisphere, or October through March in the southern hemisphere). These conditions are the same as in the Trewartha categorization.

If the mean temperature of the hottest month is less than 10 degrees Celsius, then the climate type automatically has the first letter F (polar). This holds even if the climate type would otherwise qualify for the first letter B (arid or semi-arid), because close enough to the pole, the air is too cold to hold much moisture anyway, and features of the vegetation are more influenced by the coldness than the dryness per se; more precisely, as a climate becomes colder, less moisture from the ground is lost to evapotranspiration, so the amount of precipitation needed per year to avoid a climate type with the first letter B (arid or semi-arid) is lessened anyway. If a climate type does not qualify for the first letter F (polar) but the yearly precipitation is \( P \leq 2H \), then the climate type has the first letter B (arid or semi-arid); otherwise, the first letter must be A (tropical), C (subtropical), D (intermediate), or E (subpolar) depending on the mean temperatures of the hottest and coldest months and the number of months with mean temperatures of at least 10 degrees Celsius. These conditions are the same as in the Trewartha categorization.

Second letter

The second letter depends on the first letter. If the first letter is B (arid or semi-arid), then the second letter denotes whether the climate is either semi-arid or arid. A semi-arid (steppe) climate, with the second letter being 's', has \( H < P \leq 2H \). An arid (desert) climate, with the second letter being 'w', has \( P \leq H \). These conditions are the same as in the Trewartha categorization.

If the first letter is A (tropical), then the second letter denotes whether the climate is a tropical rainforest climate or a tropical wet-and-dry climate. If at least 10 months each have at least 60 millimeters of precipitation, then the second letter is 'r' (tropical rainforest climate). Otherwise, the climate is a tropical wet-and-dry climate; the second letter is 'w' if the dry season is during the winter half of the year or 's' if the dry season is during the summer half of the year. These conditions are the same as in the Trewartha categorization.

If the first letter is F (polar), then the second letter denotes whether the climate is a tundra climate or an ice cap climate. If the mean temperature of the hottest month is at least 0 degrees Celsius but below 10 degrees Celsius, then the second letter is 't' (tundra climate); otherwise, as every month has a mean temperature below 0 degrees Celsius (implying permanent ice where water is present), the second letter is 'i' (ice cap climate). These conditions are the same as in the Trewartha categorization.

If the first letter is C (subtropical), D (intermediate), or E (subpolar), then the second letter denotes whether the climate has a dry summer or generally uniform precipitation through the year, as dry summers indicate vulnerability to droughts, wildfires, and related natural disasters. This is the main way that my modification differs from the original Trewartha categorization. If all of the following conditions hold, namely that the driest month is in the summer half of the year, the wettest month is in the winter half of the year, the wettest month has at least 3 times the mean precipitation as the driest month, and the summer half of the year has at least 3 months where the mean precipitation is at most 40 millimeters (including the driest month, by definition), then the second letter is 's', indicating a dry summer. Otherwise, the second letter is 'f', indicating a humid summer. Unlike the Köppen categorization, neither the Trewartha categorization nor my modification to it allow for the second letter to be 'w', which would indicate dry winters, when the first letter is C (subtropical), D (intermediate), or E (subpolar), and this is for two related reasons. First, there is no particular climactic or ecological feature unique to places with dry winters, as the dryness corresponds to the time of the year with the least amount of sunlight and the lowest temperatures; this is unlike when the second letter is 's' (dry summer), because dryness in the summer allows for temperatures to become arbitrarily high in the absence of precipitation (even if average temperatures are somewhat more moderate, as may happen when moisture comes in other forms like fog), which can easily lead to wildfires as is characteristic of places that have climate types with the second letter 's' (dry summer). Second, the threshold \( H \) for precipitation for a climate type to have the first letter B (arid or semi-arid) is defined to depend not only on the average temperature for the year but also on the percentage of precipitation in the summer half of the year, because evapotranspiration rates increase as the temperature increases. This means that for two places that have the same average temperature for the year, the one that has a greater percentage of precipitation occurring in the summer half of the year will experience more evapotranspiration because the temperatures in that half of the year are higher, so the climate type there is more likely to have the first letter B (arid or semi-arid) under the Trewartha categorization or my modification of it even if the Köppen categorization would make the first letter C (subtropical) or D (continental) with the second letter 'w' (dry winter), because that becomes the more salient feature of such a climate; if the climate type doesn't have the first letter B (arid or semi-arid), then there is less of a salient difference in the climates & ecologies of areas with climate types with the first letter C (subtropical), D (intermediate), or E (subpolar) and the second letter 'f' (humid summer) whether the winter is dry or not.

Third and fourth letters

The third and fourth letters are more needed in my modification of the Trewartha categorization for comparison of different climates to make sense, but the actual letters are the same (although at or below 0 degrees Celsius, I may have shifted things by 0.1 degree Celsius). In particular, the third letter indicates the mean temperature of the hottest month and the fourth letter indicates the mean temperature of the coldest month. Both the third and fourth letters come from the following set of letters. These letters are 'i' for temperatures of at least 35 degrees Celsius, 'h' for temperatures of at least 28 degrees Celsius but less than 35 degrees Celsius, 'a' for temperatures of at least 22.2 degrees Celsius but less than 28 degrees Celsius, 'b' for temperatures of at least 18 degrees Celsius but less than 22.2 degrees Celsius, 'l' for temperatures of at least 10 degrees Celsius but less than 18 degrees Celsius, 'k' for temperatures of at least 0 degrees Celsius but less than 10 degrees Celsius, 'o' for temperatures of at least -10 degrees Celsius but less than 0 degrees Celsius, 'c' for temperatures of at least -25 degrees Celsius but less than -10 degrees Celsius, 'd' for temperatures of at least -40 degrees Celsius but less than -25 degrees Celsius, and 'e' for temperatures less than -40 degrees Celsius. Thus, when I speak of the temperature-indicative third or fourth letters being higher or lower when comparing two climate types, such statements refer to this temperature scale.

Effects of mountains

Frequently, when considering transitions between climate types, I will refer to mountains lying in some direction relative to an area with a climate type and not further discuss the climate types on or across those mountains. Mountains have their own, typically polar-like, climate types and significantly break up continuity between otherwise geographically adjacent climate types in a given continent. In particular, as I discussed in a previous post [LINK], a mountain range that lies roughly along a line of longitude (meridian) creates a significant rain shadow that will depend on the direction of the prevailing winds; at more tropical latitudes, the prevailing winds are the trade winds going from east to west, so areas east of a mountain will get much more precipitation than areas west of a mountain, while at middle latitudes, the prevailing winds are the prevailing westerlies going from west to east, so areas west of a mountain will get much more precipitation than areas east of a mountain. A mountain range that lies roughly along a line of latitude usually will not create a significant rain shadow unless there is a specific warm ocean current driving wind from the equator to a pole roughly along a line of longitude (meridian), but it will block warm air going from the equator toward a pole and cold air going from a pole toward the equator; thus, it is more likely to create sharper transitions in temperature profiles (third & fourth letters in the climate type), and if this affects the position of the subtropical ridge especially around the west coast of a continent, then it can further create sharper transitions between precipitation profiles based on whether summers are dry.

Follow the jump to see further discussion of actual climate type occurrences. I will focus mostly on climates with the first letter being C (subtropical), D (intermediate), or E (subpolar), as those are the most common in the middle latitudes; there will be some discussion of climates with the first letter being B (arid or semi-arid), as there are many areas in middle latitudes that have semi-arid or arid climates, and there will be brief discussion of climates with the first letter being A (tropical) or F (polar), as those are rare outside of the tropical or polar regions respectively. I should note that this post contains two large biases in sampling. First, I have only considered population centers that are clear on Google Maps. Therefore, some of these climates may actually be more widespread in area than they look based only on where people live. Second, as I'm most familiar with North America, I may have picked more small or mid-sized cities in North America compared to other continents. Therefore, some of these climates may actually be more widespread in other continents than this post may seem to suggest.