Modeling the Land Carbon Cycle. Please see h5p://biocycle.atmos.colostate.edu/shiny/land/

Size: px
Start display at page:

Download "Modeling the Land Carbon Cycle. Please see h5p://biocycle.atmos.colostate.edu/shiny/land/"

Transcription

1 Modeling the and Carbon Cycle Please see h5p://biocycle.atmos.colostate.edu/shiny/and/

2 What is a Model? Models are simplifica?ons of reality which we use to organize and make sense of what we see in the world around us Models are abstrac?ons which seek to capture the essence of real processes Simple models are not intended to be perfect representa?ons of the real world Models help us understand

3 evels of Abstrac?on 6. Computer program (Stella, MATAB, Python, R) More abstract 5. Numerical algorithm (arithme?c procedure) 4. Discrete model (algebra) 3. Mathema?cal model (differen?al equa?ons) 2. Conceptual model (in our heads, maybe with a diagram) 1. Real world (impossibly complicated) More realis?c

4 Exponen?al Growth dp = gp P(t) = P(0)e gt et g = % Popula?on increases 20x in 30?me steps! Rate of growth of new stuff (plants, popula?ons) propor?onal to the amount of old stuff Rate rises faster and faster uickly exceeds any reasonable limit Not very realis?c!

5 h5p://biocycle.atmos.colostate.edu/shiny/logis?c/ dp = g 1 P K ogis?c Growth P et growth rate depend on popula?on Exponen?al growth when popula?on is small Growth rate shrinks as popula?on approaches carrying capacity

6 Cascading Carbon Pools Conceptual Model Mathema?cal Model df ds d dp Symbols used: = NPP MORT = MORT = (1 ϵ) [ τ F = (1 ϵ) [ τ F ] S ] τ S NPP = Net primary production (photosynthesis minus plant respiration, in GtC/yr) MORT = plant mortality (transfers carbon from live plants to dead litter, GtC/yr) τ,, τ S = turnover time for carbon in litter, fast, and slow soil pools (years) ϵ = efficiency of microbial respiration (fraction of what they eat that turns into CO2) = fractional increase in decomposition rates per degrees of warming T = temperature (Celsius), prescribed from a simple climate model using the IPCC SRES A2 emissions scenaro. h5p://biocycle.atmos.colostate.edu/shiny/and/ Plants grow logis?cally limited by nutrients Carbon from dead plants becomes li5er i5er decomposes quickly into fast and then slow soil organic ma5er

7 Discre?ze the Model Replace all the differen(als with differences Mathema?cal Model (differen?al equa?ons) df ds d dp = NPP MORT = MORT = (1 ϵ) [ τ F = (1 ϵ) [ τ F ] S ] τ S Discrete Model (algebraic equa?ons) ΔP =(NPP MORT )Δt Δ = ΔF = ΔS = MORT τ τ ( 1 ε ) F F F( 1 ε ) S τ τ S Δt Δt Δt Approximate calculus with algebra

8 Algorithm (Recipe) Write down a procedure to update (P,,F,S) Discrete Model (algebraic equa?ons) ΔP =(NPP MORT )Δt Δ = ΔF = ΔS = MORT τ τ ( 1 ε ) F F F( 1 ε ) S τ τ S Δt Δt Δt Algorithm (arithme?c to update pools) qmult = (T- T0)/ t P new = P old + (NPP MORT) t new = old + (MORT- old / ) qmult F new = F old + ((1- ) old / F old / F ) qmult S new = S old + ((1- )F old / F S old / S ) qmult h5p://biocycle.atmos.colostate.edu/shiny/and/

9 Computer Program Convert arithme?c recipe into programming language Algorithm (arithme?c to update pools) Computer Program (instruc?ons in R) P new = P old + (NPP MORT) t plant[i+1] <- plant[i] + NPP[i] - mortality[i] new = old + (MORT- old / ) qmult litter[i+1] <- litter[i] + mortality[i] litter[i]/tau.litter * resp.enhancement F new = F old + ((1- ) old / F old / F ) qmult fast.soil[i+1] <- fast.soil[i] + resp.enhancement * ( (1.-eff.microbes) * litter[i]/tau.litter - fast.soil[i]/tau.fast) S new = S old + ((1- )F old / F S old / S ) qmult slow.soil[i+1] <- slow.soil[i] + resp.enhancement * ( (1.-eff.microbes) * fast.soil[i]/tau.fast - slow.soil[i]/tau.slow) h5p://biocycle.atmos.colostate.edu/shiny/and/

10 Results Try it yourself and test the effects of CO 2 fer?liza?on, nitrogen deposi?on, deforesta?on, and climate! h5p://biocycle.atmos.colostate.edu/shiny/and/

Nutrient Cycling in Land Vegetation and Soils

Nutrient Cycling in Land Vegetation and Soils Nutrient Cycling in Land Vegetation and Soils OCN 401 - Biogeochemical Systems 13 September 2012 Reading: Schlesinger, Chapter 6 Outline 1. The annual Intrasystem Nutrient Cycle 2. Mass balance of the

More information

Modeling radiocarbon in the Earth System. Radiocarbon summer school 2012

Modeling radiocarbon in the Earth System. Radiocarbon summer school 2012 Modeling radiocarbon in the Earth System Radiocarbon summer school 2012 Outline Brief introduc9on to mathema9cal modeling Single pool models Mul9ple pool models Model implementa9on Parameter es9ma9on What

More information

Announcements. Topics: Homework: - sec0ons 1.2, 1.3, and 2.1 * Read these sec0ons and study solved examples in your textbook!

Announcements. Topics: Homework: - sec0ons 1.2, 1.3, and 2.1 * Read these sec0ons and study solved examples in your textbook! Announcements Topics: - sec0ons 1.2, 1.3, and 2.1 * Read these sec0ons and study solved examples in your textbook! Homework: - review lecture notes thoroughly - work on prac0ce problems from the textbook

More information

Mycorrhizal Fungi. Symbiotic relationship with plants -- form sheath around fine roots and extend hyphae into soil and sometimes into root cells

Mycorrhizal Fungi. Symbiotic relationship with plants -- form sheath around fine roots and extend hyphae into soil and sometimes into root cells Mycorrhizal Fungi Symbiotic relationship with plants -- form sheath around fine roots and extend hyphae into soil and sometimes into root cells Mycorrhizae transfer nutrients to roots (important in infertile

More information

Announcements. Topics: Work On: - sec0ons 1.2 and 1.3 * Read these sec0ons and study solved examples in your textbook!

Announcements. Topics: Work On: - sec0ons 1.2 and 1.3 * Read these sec0ons and study solved examples in your textbook! Announcements Topics: - sec0ons 1.2 and 1.3 * Read these sec0ons and study solved examples in your textbook! Work On: - Prac0ce problems from the textbook and assignments from the coursepack as assigned

More information

Feedback between nutrient availability, NPP and N release

Feedback between nutrient availability, NPP and N release Feedback between nutrient availability, NPP and N release 1 Redfield ratios A typical plant = 45% C, 1.5% N, 0.2%P or C:N = 30 : 1 and C:P = 225 : 1 or C:N:P = 225 : 7.5 : 1 N:P = 7.5 : 1 Mobility of nutrients

More information

Submit a written or typed note with- 1.Name 2. Group number 3. Question number 4. Short reason/explanation stating the reason for re-grading.

Submit a written or typed note with- 1.Name 2. Group number 3. Question number 4. Short reason/explanation stating the reason for re-grading. Exam 2 rebuttals due Tuesday 04.12.16 Submit a written or typed note with- 1.Name 2. Group number 3. Question number 4. Short reason/explanation stating the reason for re-grading. - Homework 7 will be

More information

Nutrient Cycling in Land Vegetation and Soils

Nutrient Cycling in Land Vegetation and Soils Nutrient Cycling in Land Vegetation and Soils OCN 401 - Biogeochemical Systems 15 September 2016 Reading: Schlesinger & Bernhardt, Chapter 6 2016 Frank Sansone Outline 1. The annual Intrasystem Nutrient

More information

Lecture 3a: Surface Energy Balance

Lecture 3a: Surface Energy Balance Lecture 3a: Surface Energy Balance Instructor: Prof. Johnny Luo http://www.sci.ccny.cuny.edu/~luo Total: 50 pts Absorption of IR radiation O 3 band ~ 9.6 µm Vibration-rotation interaction of CO 2 ~

More information

Phytoplankton Photosynthesis

Phytoplankton Photosynthesis Phytoplankton Photosynthesis RedOx Reactions Some more history Quantum Yields Photosynthetic Units Physical Structure The Z-Scheme The Calvin-Benson Cycle Measuring Photosynthesis ABSORBPTION SPECTRUM

More information

N deposition effects on forest. soil C cycling

N deposition effects on forest. soil C cycling N deposition effects on forest Thanks to: soil C cycling Ivan Janssens Wouter Dieleman, Sebastiaan Luyssaert & Sara Vicca Bev Law, Josep Peñuelas, Sune Linder, + several colleagues + everybody who sweats

More information

Equation for Global Warming

Equation for Global Warming Equation for Global Warming Derivation and Application Contents 1. Amazing carbon dioxide How can a small change in carbon dioxide (CO 2 ) content make a critical difference to the actual global surface

More information

Role of mycorrhizal fungi in belowground C and N cycling

Role of mycorrhizal fungi in belowground C and N cycling Role of mycorrhizal fungi in belowground C and N cycling Doc. Jussi Heinonsalo Department of Forest Sciences, University of Helsinki Finnish Meteorological Institute Finland The aim and learning goals

More information

S Illustrate and explain how carbon, nitrogen, and oxygen are cycled through an ecosystem.

S Illustrate and explain how carbon, nitrogen, and oxygen are cycled through an ecosystem. Biogeochemical Cycles S2-1-01 Illustrate and explain how carbon, nitrogen, and oxygen are cycled through an ecosystem. Biogeochemical Cycles Let s take a closer look at the interactions between LIVING

More information

MA/CS 109 Lecture 7. Back To Exponen:al Growth Popula:on Models

MA/CS 109 Lecture 7. Back To Exponen:al Growth Popula:on Models MA/CS 109 Lecture 7 Back To Exponen:al Growth Popula:on Models Homework this week 1. Due next Thursday (not Tuesday) 2. Do most of computa:ons in discussion next week 3. If possible, bring your laptop

More information

Carbon Cycle Activity

Carbon Cycle Activity David Faure, InThinking www.biology-inthinking.co.uk Carbon Cycle Activity IB Biology Different types of Carbon Carbon Dioxide Gas Dissolved Carbon dioxide Carbohydrates (e.g. glucose) Hydrogen carbonate

More information

Assessment Schedule 2016 Biology: Demonstrate understanding of biological ideas relating to micro-organisms (90927)

Assessment Schedule 2016 Biology: Demonstrate understanding of biological ideas relating to micro-organisms (90927) NCEA Level 1 Biology (90927) 2016 page 1 of 5 Assessment Schedule 2016 Biology: Demonstrate understanding of biological ideas relating to micro-organisms (90927) Evidence Statement Question One No response

More information

Global Carbon Cycle - I Systematics: Reservoirs and Fluxes

Global Carbon Cycle - I Systematics: Reservoirs and Fluxes OCN 401-10 Nov. 16, 2010 KCR Global Carbon Cycle - I Systematics: Reservoirs and Fluxes The Global carbon cycle Reservoirs: biomass on land in the oceans, atmosphere, soil and rocks, waters Processes:

More information

This Week: Biogeochemical Cycles. Hydrologic Cycle Carbon Cycle

This Week: Biogeochemical Cycles. Hydrologic Cycle Carbon Cycle This Week: Biogeochemical Cycles Hydrologic Cycle Carbon Cycle Announcements Reading: Chapters 4 (p. 74 81) and 8 Another Problem Set (Due next Tuesday) Exam 2: Friday Feb 29 My office hours today and

More information

NUTRIENT CYCLES. Water Carbon Nitrogen

NUTRIENT CYCLES. Water Carbon Nitrogen NUTRIENT CYCLES Water Carbon Nitrogen NUTRIENT CYCLES Energy transfer through an ecosystem is ONE WAY Most energy is lost as heat Nutrients such as nitrogen, water and carbon are able to cycle through

More information

Lungs of the Planet with Dr. Michael Heithaus

Lungs of the Planet with Dr. Michael Heithaus Lungs of the Planet with Dr. Michael Heithaus Problem Why do people call rain forests the lungs of the planet? Usually it is because people think that the rain forests produce most of the oxygen we breathe.

More information

Lungs of the Planet. 1. Based on the equations above, describe how the processes of photosynthesis and cellular respiration relate to each other.

Lungs of the Planet. 1. Based on the equations above, describe how the processes of photosynthesis and cellular respiration relate to each other. Lungs of the Planet Name: Date: Why do people call rain forests the lungs of the planet? Usually it is because people think that the rain forests produce most of the oxygen we breathe. But do they? To

More information

Update on Climate Science. Professor Richard Betts, Met Office

Update on Climate Science. Professor Richard Betts, Met Office Update on Climate Science Professor Richard Betts, Met Office The science of climate change Crown copyright Met Office Prof Richard Betts Head of Climate Impacts Research Crown copyright Met Office Observing

More information

PhysicsAndMathsTutor.com. Question Number 1(a) 1. (rate at which) energy {incorporated / eq} into {biomass / organic matter } ;

PhysicsAndMathsTutor.com. Question Number 1(a) 1. (rate at which) energy {incorporated / eq} into {biomass / organic matter } ; 1(a) 1. (rate at which) energy {incorporated / eq} into {biomass / organic matter } ; 1 NOT energy produced, converted, turned into ACCEPT organic material, organic molecules 2. by { plants / producers}

More information

CHAPTER 5 WARM UPS. Mrs. Hilliard

CHAPTER 5 WARM UPS. Mrs. Hilliard CHAPTER 5 WARM UPS Mrs. Hilliard CHAPTER 5 VOCABULARY 1. Photosynthesis 2. Cellular respiration 3. Producer 4. Consumer 5. Decomposer 6. Food chain 7. Food web 8. Trophic level 9. Carbon cycle 10. Nitrogen-fixing

More information

Next-generation Imaging Flow Cytometry

Next-generation Imaging Flow Cytometry 1 4/21/13 Next-generation Imaging Flow Cytometry New instruments, such as the Amnis system, combine flow cytometry with imaging you get the advantage of having a microscope-like image combined with lasers,

More information

Nutrient and Carbon Sequestration by Salt Marsh Plants in the Face of Eutrophication and Sea Level Rise

Nutrient and Carbon Sequestration by Salt Marsh Plants in the Face of Eutrophication and Sea Level Rise Nutrient and Carbon Sequestration by Salt Marsh Plants in the Face of Eutrophication and Sea Level Rise Tracy Elsey, Jack Gallagher, and Denise Seliskar Halophyte Biotechnology Center College of Marine

More information

Ecosystems. 1. Population Interactions 2. Energy Flow 3. Material Cycle

Ecosystems. 1. Population Interactions 2. Energy Flow 3. Material Cycle Ecosystems 1. Population Interactions 2. Energy Flow 3. Material Cycle The deep sea was once thought to have few forms of life because of the darkness (no photosynthesis) and tremendous pressures. But

More information

Water Carbon Nitrogen. Nutrient Cycles

Water Carbon Nitrogen. Nutrient Cycles Water Carbon Nitrogen Nutrient Cycles Nutrient Cycles Energy transfer through an ecosystem is ONE WAY Most energy is lost as heat Matter such as nitrogen, water and carbon are able to cycle through an

More information

Special Mathematics Laplace Transform

Special Mathematics Laplace Transform Special Mathematics Laplace Transform March 28 ii Nature laughs at the difficulties of integration. Pierre-Simon Laplace 4 Laplace Transform Motivation Properties of the Laplace transform the Laplace transform

More information

Science One Math. October 23, 2018

Science One Math. October 23, 2018 Science One Math October 23, 2018 Today A general discussion about mathematical modelling A simple growth model Mathematical Modelling A mathematical model is an attempt to describe a natural phenomenon

More information

Energy and Matter. Principles of Biology. Organisms interact with their environment, exchanging energy and matter. Topics Covered in this Module

Energy and Matter. Principles of Biology. Organisms interact with their environment, exchanging energy and matter. Topics Covered in this Module Principles of Biology contents 2 Energy and Matter Organisms interact with their environment, exchanging energy and matter. The Sun. Most ecosystems receive their energy from the Sun's radiation. NASA/European

More information

Introduction to Algebra: The First Week

Introduction to Algebra: The First Week Introduction to Algebra: The First Week Background: According to the thermostat on the wall, the temperature in the classroom right now is 72 degrees Fahrenheit. I want to write to my friend in Europe,

More information

(prev) (top) (next) (Throughout, we will assume the processes involve an ideal gas with constant n.)

(prev) (top) (next) (Throughout, we will assume the processes involve an ideal gas with constant n.) 1 of 9 8/22/12 9:51 PM (prev) (top) (next) Thermodynamics 1 Thermodynamic processes can be: 2 isothermal processes, ΔT = 0 (so P ~ 1 / V); isobaric processes, ΔP = 0 (so T ~ V); isovolumetric or isochoric

More information

Example 3.3 Moving-average filter

Example 3.3 Moving-average filter 3.3 Difference Equa/ons for Discrete-Time Systems A Discrete-/me system can be modeled with difference equa3ons involving current, past, or future samples of input and output signals Example 3.3 Moving-average

More information

Biology 11 Unit 1: Fundamentals. Lesson 1: Ecology

Biology 11 Unit 1: Fundamentals. Lesson 1: Ecology Biology 11 Unit 1: Fundamentals Lesson 1: Ecology Objectives In this section you will be learning about: ecosystem structure energy flow through an ecosystem photosynthesis and cellular respiration factors

More information

1. (rate of) {production of / energy incorporated into / eq} {biomass / organic material / organic molecules / tissue} ;

1. (rate of) {production of / energy incorporated into / eq} {biomass / organic material / organic molecules / tissue} ; 1(a)(i) 1. (rate of) {production of / energy incorporated into / eq} {biomass / organic material / organic molecules / tissue} ; 2. reference to {losses in respiration / GPP- R } ; 3. in {producers / plants

More information

Dynamik der Biosphäre. Exogene Dynamik, Biosphärenmodelle

Dynamik der Biosphäre. Exogene Dynamik, Biosphärenmodelle Dynamik der Biosphäre Exogene Dynamik, Biosphärenmodelle Wintersemester 2004/2005 Wolfgang Cramer Lehrstuhl "Globale Ökologie" http://www.pik-potsdam.de/~cramer -> "Teaching" Heute... Modellierung der

More information

Module 5: Function Composition

Module 5: Function Composition Haberman / Kling MTH 111c Section I: Sets and Functions Module 5: Function Composition In The Algebra of Functions (Section I: Module 4) we discussed adding, subtracting, multiplying, and dividing functions.

More information

The First Law of Thermodynamics

The First Law of Thermodynamics The First Law of Thermodynamics Modern Physics August 31, 2016 1 Energy Conservation In this section, we will discuss the concepts of heat, internal energy, and work. In PHY 140, we had talked about conservation

More information

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site.

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site. Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site. Still having trouble understanding the material? Check

More information

Dynamic Global Vegetation Models. Rosie Fisher Terrestrial Sciences Section, NCAR

Dynamic Global Vegetation Models. Rosie Fisher Terrestrial Sciences Section, NCAR Dynamic Global Vegetation Models Rosie Fisher Terrestrial Sciences Section, NCAR What is the D in DGVM? Recruitment Assimilation Growth Competition Movement of vegetation in space predicted by model Mortality

More information

trying to keep warm. March and the friends were stretching, warming up their muscles, and

trying to keep warm. March and the friends were stretching, warming up their muscles, and Carl is a very happy and busy carbon atom. He is a very small creature. In fact, he is so small that you cannot see him with just your plain eyes. You must use a special type of microscope to even get

More information

2017 Pre-AP Biology Ecology Quiz Study Guide

2017 Pre-AP Biology Ecology Quiz Study Guide 2017 Pre-AP Biology Ecology Quiz Study Guide 1. Identify two processes that break-down organic molecules and return CO 2 to the atmosphere: 2. Identify one process that removes CO 2 from the atmosphere

More information

Work with a partner. Read Section page 60 in Section 2.4, and discuss answers to questions C F. Discuss your responses with the class. Any Questions?

Work with a partner. Read Section page 60 in Section 2.4, and discuss answers to questions C F. Discuss your responses with the class. Any Questions? Work with a partner Read Section page 60 in Section 2.4, and discuss answers to questions C F. Discuss your responses with the class. LokenTimer2.swf Any Questions? Title: Jun 7 8:32 AM (1 of 25) Title:

More information

One-Parameter Processes, Usually Functions of Time

One-Parameter Processes, Usually Functions of Time Chapter 4 One-Parameter Processes, Usually Functions of Time Section 4.1 defines one-parameter processes, and their variations (discrete or continuous parameter, one- or two- sided parameter), including

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Suhasini Subba Rao Motivations for the ANOVA We defined the F-distribution, this is mainly used in

More information

About me (why am I giving this talk) Dr. Bruce A. Snyder

About me (why am I giving this talk) Dr. Bruce A. Snyder Ecology About me (why am I giving this talk) Dr. Bruce A. Snyder basnyder@ksu.edu PhD: Ecology (University of Georgia) MS: Environmental Science & Policy BS: Biology; Environmental Science (University

More information

Carbon Input to Ecosystems

Carbon Input to Ecosystems Objectives Carbon Input Leaves Photosynthetic pathways Canopies (i.e., ecosystems) Controls over carbon input Leaves Canopies (i.e., ecosystems) Terminology Photosynthesis vs. net photosynthesis vs. gross

More information

I.G Approach to Equilibrium and Thermodynamic Potentials

I.G Approach to Equilibrium and Thermodynamic Potentials I.G Approach to Equilibrium and Thermodynamic Potentials Evolution of non-equilibrium systems towards equilibrium is governed by the second law of thermodynamics. For eample, in the previous section we

More information

Weathering is the process that breaks down rock and other substances at Earth s surface

Weathering is the process that breaks down rock and other substances at Earth s surface Chapter 8 Notes Weathering is the process that breaks down rock and other substances at Earth s surface Factors that contribute to weathering Heat Cold Water Ice O 2 & CO 2 in the atmosphere Examples of

More information

Printables for Living Sunlight for Grades 3-5

Printables for Living Sunlight for Grades 3-5 Printables for Living Sunlight for Grades 3-5 Printable 1-6 are a series of six diagrams that are designed for teachers to use to review the content of Living Sunlight. Printables 1a-6a are worksheets

More information

XI. the natural carbon cycle. with materials from J. Kasting (Penn State)

XI. the natural carbon cycle. with materials from J. Kasting (Penn State) XI. the natural carbon cycle with materials from J. Kasting (Penn State) outline properties of carbon the terrestrial biological cycle of carbon the ocean cycle of carbon carbon in the rock cycle overview

More information

Lecture. Polymer Thermodynamics 0331 L First and Second Law of Thermodynamics

Lecture. Polymer Thermodynamics 0331 L First and Second Law of Thermodynamics 1 Prof. Dr. rer. nat. habil. S. Enders Faculty III for Process Science Institute of Chemical Engineering Department of hermodynamics Lecture Polymer hermodynamics 0331 L 337 2.1. First Law of hermodynamics

More information

ASTRO 310: Galac/c & Extragalac/c Astronomy Prof. Jeff Kenney

ASTRO 310: Galac/c & Extragalac/c Astronomy Prof. Jeff Kenney ASTRO 310: Galac/c & Extragalac/c Astronomy Prof. Jeff Kenney Class 9 September 26, 2018 Introduc/on to Stellar Dynamics: Poten/al Theory & Mass Distribu/ons & Mo/ons Gravity & Stellar Systems ~Only force

More information

Vacuum Systems for Scien1fic Modeling

Vacuum Systems for Scien1fic Modeling Vacuum Systems for Scien1fic Modeling Tom Christensen University of Colorado at Colorado Springs tchriste@uccs.edu Marilyn Barger Florida Advanced Technological Educa1on Center Raul CareDa University of

More information

How to please the rulers of NPL-213 the geese

How to please the rulers of NPL-213 the geese http://www.walkingmountains. org/2015/03/reintroduction-ofthe-canada-goose/ How to please the rulers of NPL-213 the geese (Entropy and the 2 nd Law of Thermodynamics) Physics 116 2017 Tues. 3/21, Thurs

More information

Assimilation of satellite fapar data within the ORCHIDEE biosphere model and its impacts on land surface carbon and energy fluxes

Assimilation of satellite fapar data within the ORCHIDEE biosphere model and its impacts on land surface carbon and energy fluxes Laboratoire des Sciences du Climat et de l'environnement Assimilation of satellite fapar data within the ORCHIDEE biosphere model and its impacts on land surface carbon and energy fluxes CAMELIA project

More information

Grade 8 Chapter 7: Rational and Irrational Numbers

Grade 8 Chapter 7: Rational and Irrational Numbers Grade 8 Chapter 7: Rational and Irrational Numbers In this chapter we first review the real line model for numbers, as discussed in Chapter 2 of seventh grade, by recalling how the integers and then the

More information

Question Answer Mark Guidance 1 (a) (i) 2 max

Question Answer Mark Guidance 1 (a) (i) 2 max Question Answer Mark Guidance 1 (a) (i) Mark the first answer on each prompt line. If the answer is correct and an additional answer is given that is incorrect or contradicts the A inner membrane (of,

More information

Sect Exponents, Algebraic Expressions, and the Order of Operations

Sect Exponents, Algebraic Expressions, and the Order of Operations Sect 1.7 - Exponents, Algebraic Expressions, and the Order of Operations Objective a: Understanding and evaluating exponents. We have seen that multiplication is a shortcut for repeated addition and division

More information

Figure 65: Reservoir in a steady state condition where the input flux is equal to the output flux and the reservoir size remains constant.

Figure 65: Reservoir in a steady state condition where the input flux is equal to the output flux and the reservoir size remains constant. 7. The carbon cycle 7.1. Box model of the carbon cycle Without the greenhouse effect, our planet would experience a permanent ice age and life as we know it would not be possible. The main contributors

More information

Carbon Cycling Internal

Carbon Cycling Internal Carbon Cycling Internal The 4 subcycles Atmosphere The Earth s Atmosphere The Earth has a radius of some 6400 km. Ninety-nine percent of the earth's atmosphere is contained within a layer approximately

More information

Ecology - the study of how living things interact with each other and their environment

Ecology - the study of how living things interact with each other and their environment Ecology Ecology - the study of how living things interact with each other and their environment Biotic Factors - the living parts of a habitat Abiotic Factors - the non-living parts of a habitat examples:

More information

Round One All play. Each question = 1 point

Round One All play. Each question = 1 point Ecology Unit Review Round One All play Each question = 1 point Leaf cells are one type of tree cell. Which process occurs in a live leaf cell? a. Evolution b. Adaptation c. sugar production d. sexual reproduction

More information

Lecture 39. Chapter 33 Nuclear Physics - Part II

Lecture 39. Chapter 33 Nuclear Physics - Part II Lecture 39 Chapter 33 Nuclear Physics - Part II 3-Dec-10 Mass # (# protons + #neutrons) Atomic # (# protons) 1 1H Naming of Isotopes A Z E Ordinary Hydrogen 4 2 He Helium-4 (alpha particle) Element Symbol

More information

Chapter 4 SECTION 2 - Populations

Chapter 4 SECTION 2 - Populations Chapter 4 SECTION 2 - Populations 1 Each organism in an ecosystem needs a place to live called habitat. The habitat provides everything an organism needs to SURVIVE AND REPRODUCE: Food, water Shelter Habitats

More information

IGCSE Double Award Extended Coordinated Science

IGCSE Double Award Extended Coordinated Science IGCSE Double Award Extended Coordinated Science Biology 4.2 - Plant Nutrition Photosynthesis You need to know the definition of photosynthesis as: the fundamental process by which plants manufacture carbohydrates

More information

Matter & Energy Cycles

Matter & Energy Cycles Matter & Energy Cycles UNIT 4 Student Reader E5 Student Reader v. 9 Unit 4 Page 1 2016 KnowAtom TM Front Cover: The front cover shows a photograph of a groundhog eating plants. The groundhog is a consumer

More information

Education Transformation Office (ETO) 8 th Grade Unit # 6 Assessment

Education Transformation Office (ETO) 8 th Grade Unit # 6 Assessment Education Transformation Office (ETO) 8 th Grade Unit # 6 Assessment 1. Which of the following types of organisms mostly likely occupies the location marked X in the food web below? A. Primary consumer

More information

Ecology +Biology. Baker-2015

Ecology +Biology. Baker-2015 Ecology +Biology Baker-2015 Ecology is the scientific study of interactions among organisms and between organisms and their physical environment. Eco meaning home, and ology meaning the study of. Thus

More information

Calculus Module C09. Delta Process. Copyright This publication The Northern Alberta Institute of Technology All Rights Reserved.

Calculus Module C09. Delta Process. Copyright This publication The Northern Alberta Institute of Technology All Rights Reserved. Calculus Module C09 Delta Process Copyright This publication The Northern Alberta Institute of Technology 00. All Rights Reserved. LAST REVISED April, 009 Delta Process Statement of Prerequisite Skills

More information

Pulsed Lasers Revised: 2/12/14 15: , Henry Zmuda Set 5a Pulsed Lasers

Pulsed Lasers Revised: 2/12/14 15: , Henry Zmuda Set 5a Pulsed Lasers Pulsed Lasers Revised: 2/12/14 15:27 2014, Henry Zmuda Set 5a Pulsed Lasers 1 Laser Dynamics Puled Lasers More efficient pulsing schemes are based on turning the laser itself on and off by means of an

More information

Metabolism. AP Biology Chapter 8

Metabolism. AP Biology Chapter 8 Metabolism AP Biology Chapter 8 Energy Energy management Bioenergetics is the study of how organisms manage their energy resources. Energy is the capacity to do work. Energy exists in various forms Cells

More information

Inverse Problems, Information Content and Stratospheric Aerosols

Inverse Problems, Information Content and Stratospheric Aerosols Inverse Problems, Information Content and Stratospheric Aerosols May 22, 214 Table of contents 1 Inverse Problems 2 Aerosols 3 OSIRIS 4 Information Content 5 Non-Linear Techniques 6 Results Inverse Problems

More information

introducing New Math TEKS

introducing New Math TEKS introducing New Math TEKS Types of Standards Process Content ? Where in the new TEKS are the Process Standards? in the old TEKS were the Process Standards? What are the instruc;onal implica;ons for this?

More information

Lecture 3a: Surface Energy Balance

Lecture 3a: Surface Energy Balance Lecture 3a: Surface Energy Balance Instructor: Prof. Johnny Luo http://www.sci.ccny.cuny.edu/~luo Surface Energy Balance 1. Factors affecting surface energy balance 2. Surface heat storage 3. Surface

More information

Principles of Ecology

Principles of Ecology Principles of Ecology Ecology is the scientific study of interactions between 1. organisms and other organisms 2. organisms and their environment. Biotic vs. Abiotic Factors Biotic Factors: All of the

More information

Lecture 15. Available Work and Free Energy. Lecture 15, p 1

Lecture 15. Available Work and Free Energy. Lecture 15, p 1 Lecture 15 Available Work and Free Energy U F F U -TS Lecture 15, p 1 Helpful Hints in Dealing with Engines and Fridges Sketch the process (see figures below). Define and Q c and W by (or W on ) as positive

More information

Global Carbon Cycle - I

Global Carbon Cycle - I Global Carbon Cycle - I OCN 401 - Biogeochemical Systems Reading: Schlesinger, Chapter 11 1. Overview of global C cycle 2. Global C reservoirs Outline 3. The contemporary global C cycle 4. Fluxes and residence

More information

Why build a climate model

Why build a climate model Climate Modeling Why build a climate model Atmosphere H2O vapor and Clouds Absorbing gases CO2 Aerosol Land/Biota Surface vegetation Ice Sea ice Ice sheets (glaciers) Ocean Box Model (0 D) E IN = E OUT

More information

Description of 3-PG. Peter Sands. CSIRO Forestry and Forest Products and CRC for Sustainable Production Forestry

Description of 3-PG. Peter Sands. CSIRO Forestry and Forest Products and CRC for Sustainable Production Forestry Description of 3-PG Peter Sands CSIRO Forestry and Forest Products and CRC for Sustainable Production Forestry 1 What is 3-PG? Simple, process-based model to predict growth and development of even-aged

More information

25. Chain Rule. Now, f is a function of t only. Expand by multiplication:

25. Chain Rule. Now, f is a function of t only. Expand by multiplication: 25. Chain Rule The Chain Rule is present in all differentiation. If z = f(x, y) represents a two-variable function, then it is plausible to consider the cases when x and y may be functions of other variable(s).

More information

2. Limits at Infinity

2. Limits at Infinity 2 Limits at Infinity To understand sequences and series fully, we will need to have a better understanding of its at infinity We begin with a few examples to motivate our discussion EXAMPLE 1 Find SOLUTION

More information

Spring 9 Week Assessment REVIEW

Spring 9 Week Assessment REVIEW Spring 9 Week Assessment REVIEW Which two species are more closely related? A. bears & raccoons or B. raccoons & badgers Raccoons and badgers Which species is the most closely related to the guinea pig?

More information

Scissors Congruence in Mixed Dimensions

Scissors Congruence in Mixed Dimensions Scissors Congruence in Mixed Dimensions Tom Goodwillie Brown University Manifolds, K-Theory, and Related Topics Dubrovnik June, 2014 Plan of the talk I have been exploring the consequences of a definition.

More information

Calorimetry POGIL.notebook. December 06, 2012 POGIL ACTIVITY. Calorimetry Measurement of Heat Energy. Why?

Calorimetry POGIL.notebook. December 06, 2012 POGIL ACTIVITY. Calorimetry Measurement of Heat Energy. Why? POGIL ACTIVITY Calorimetry Measurement of Heat Energy Why? The amount of heat energy released or absorbed by a chemical or physical change can be measured using an instrument called a calorimeter. This

More information

ESS15 Lecture 16. Past climates, Part 1

ESS15 Lecture 16. Past climates, Part 1 ESS15 Lecture 16 Past climates, Part 1 Thanks for your midterm evaluation! Based on the results I have decided to: Post solutions to practice exam questions & i-clicker questions. Slow down on especially

More information

From differen+al equa+ons to trigonometric func+ons. Introducing sine and cosine

From differen+al equa+ons to trigonometric func+ons. Introducing sine and cosine From differen+al equa+ons to trigonometric func+ons Introducing sine and cosine Calendar OSH due this Friday by 12:30 in MX 1111 Last quiz next Wedn Office hrs: Today: 11:30-12:30 OSH due by 12:30 Math

More information

Chapter: Weathering and Erosion

Chapter: Weathering and Erosion Chapter: Weathering and Erosion Section 1: Weathering and Soil Formation Minerals form rocks Rocks form soil Weathering Weathering is a mechanical or chemical surface process that breaks rocks into smaller

More information

Name: Date: Class: Physical Weathering. As you go from station to station, please follow all directions as they are presented to you.

Name: Date: Class: Physical Weathering. As you go from station to station, please follow all directions as they are presented to you. Name: Date: Class: Weathering Stations Physical Weathering As you go from station to station, please follow all directions as they are presented to you. Station 1 Frost Wedging At this station you should

More information

Rocks and Weathering

Rocks and Weathering Rocks and Weathering The Effects of Weathering The process of mountain building thrusts rock up to Earth s surface. Weathering is the process that breaks down rock and other substances at Earth s surface.

More information

Type Ia Supernova Observations. Supernova Results:The Context. Supernova Results. Physics 121 December 4, fainter. brighter

Type Ia Supernova Observations. Supernova Results:The Context. Supernova Results. Physics 121 December 4, fainter. brighter Physics 11 December 4, 009 Today Supernovae revisited Galaxy Rotation Curves Dark Matter & Dark Energy Scaling Factor a(t) Course Evaluations Type Ia Supernova Observations Distant supernovae are than

More information

Determining the uncertainty of measurement results with multiple measurement quantities

Determining the uncertainty of measurement results with multiple measurement quantities Determining the uncertainty of measurement results with multiple measurement quantities White Paper By Prof. Dr.-Ing Klaus Metzger To determine the uncertainty in the results of a single-channel measurement,

More information

Suppose we have the set of all real numbers, R, and two operations, +, and *. Then the following are assumed to be true.

Suppose we have the set of all real numbers, R, and two operations, +, and *. Then the following are assumed to be true. Algebra Review In this appendix, a review of algebra skills will be provided. Students sometimes think that there are tricks needed to do algebra. Rather, algebra is a set of rules about what one may and

More information

1. What two kinds of patterns/variation in carbon dioxide concentrations ([CO 2 ]) can you observe?

1. What two kinds of patterns/variation in carbon dioxide concentrations ([CO 2 ]) can you observe? Case Study 1: Atmospheric carbon dioxide increase The Keeling curve describes the patterns of carbon dioxide concentrations in the atmosphere from the 1950s onwards. The original curve is shown below (left).

More information

And. Mad Science of Colorado West Grandview Ave. Suite #5 Arvada, CO Name

And. Mad Science of Colorado West Grandview Ave. Suite #5 Arvada, CO Name And Name Mad Science of Colorado 7100 West Grandview Ave. Suite #5 Arvada, CO 80002 303-403-0432 www.colorado.madscience.org While enjoying Elitch Gardens, spend some time at each of the five Mad Science

More information

4 Modes. to decompose second-order systems into modes, explaining the decomposition using operators and block diagrams.

4 Modes. to decompose second-order systems into modes, explaining the decomposition using operators and block diagrams. 4 Modes 4. Growth of the Fibonacci series 52 4.2 Taking out the big part from Fibonacci 55 4.3 Operator interpretation 57 4.4 General method: Partial fractions 59 The goals of this chapter are: to illustrate

More information

OCN 401. Photosynthesis

OCN 401. Photosynthesis OCN 401 Photosynthesis Photosynthesis Process by which carbon is reduced from CO 2 to organic carbon Provides all energy for the biosphere (except for chemosynthesis at hydrothermal vents) Affects composition

More information

SOIL NUTRIENT CYCLING

SOIL NUTRIENT CYCLING SOIL NUTRIENT CYCLING Imagine this scene: You arrive in Monteverde, Costa Rica, eager to explore the cloud forest. As you approach the outskirts of the forested area, however, something appears to be wrong.

More information