Editing
Paleoclimatology
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Tree Ring' (Predicting a tree's growth based on 'Good' vs 'Bad' years):''' <syntaxhighlight lang="python"> def simulate_tree_growth(years_data): """ Shows how a tree 'Records' the climate. """ rings = [] for year_temp, year_rain in years_data: # A 'Good' ring is Wide; a 'Bad' ring (Dry/Cold) is Narrow. width = (year_temp * 0.5) + (year_rain * 0.5) rings.append(f"[{'=' * round(width)}]") return "\n".join(rings) # 5 years of weather: [Temp(1-10), Rain(1-10)] weather_history = [(8, 9), (4, 2), (9, 8), (5, 3), (10, 10)] print(simulate_tree_growth(weather_history)) </syntaxhighlight> ; Paleo Landmarks : '''Snowball Earth (700 million years ago)''' β When the whole planet was covered in ice 1 km thick. Only the "CO2 from Volcanoes" eventually warmed it up. : '''The 'Green Sahara'''' β 6,000 years ago, the Sahara Desert was a "Lush Paradise" with lakes and hippos, shown by ancient "Cave Paintings" and pollen records. : '''The PETM (Paleocene-Eocene Thermal Maximum)''' β 56 million years ago, a "Carbon Spike" warmed the Earth by 5Β°C. It is our "Best Map" for what might happen if we don't stop emissions. : '''The 'Year Without a Summer' (1816)''' β After a volcano (Tambora) exploded, it snowed in July in New York. This led to "Food Riots" and inspired Mary Shelley to write 'Frankenstein' while stuck indoors. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information