an introduction to isca
play

An introduction to Isca Dr Stephen I. Thomson Plan Part 1: What - PowerPoint PPT Presentation

An introduction to Isca Dr Stephen I. Thomson Plan Part 1: What are these practical sessions for? What code will we be using? Isca What is Isca - components, options? Part 2: How do we run Isca / configure it / modify it?


  1. An introduction to Isca Dr Stephen I. Thomson

  2. Plan • Part 1: • What are these practical sessions for? • What code will we be using? Isca • What is Isca - components, options? • Part 2: • How do we run Isca / configure it / modify it? • How do we analyse the output? • Part 3: • A brief introduction to each project

  3. What are these practical sessions for? • Supplement to the lectures - apply ideas you’ve learned • Climate science relies heavily on collaborations - working in teams with diverse set of skills • Chance to do meaningful science - all projects have scope to do new things • Do something different to your PhD / postdoc projects - I would encourage you to do something different to what you normally do.

  4. What code will we be using? Useful contacts: • Me (at ICTP this week) • Geoff Vallis (here both weeks) • James Penn (email support) • Penny Maher and Ruth Geen (at the workshop next week)

  5. What is ? Complicated • Isca is a framework within which a wide variety of different model types can be configured • At the heart of Isca is a GCM (based on GFDL’s FMS) • GCM: Python • G eneral C irculation M odel GCM (Fortran) • G lobal C limate M odel • GCM part is written in Fortran - configured and run using Python Simple • The key to Isca is that it can be configured to create models that are simple , and models that are more complicated - a model ‘hierarchy’

  6. (a) 0.001 Pressure (bar) 0.01 0.1 (a) Avg surface T 300 75 60° N 1 290 50 30° N (b) 25 280 Latitude 0° K 0 270 0.001 −25 30° S What science has been done with ? 260 −50 Pressure (bar) 60° S 250 −75 0.01 120° W 60° W 0° 60° E 120° E 270 280 290 Avg surface T (K) Complex P avg (b) 0.1 8 − 280 (a) 260 (b) 300 75 60 60° N 7 340 3 2.0 0 0 3 50 6 8 1 280 0 30° N 30 320 360 25 2 . 0 5 4 mm day -1 . 0 2 0 3 Latitude (c) 6.0 4 . 0 2.0 0° 0 4 0 4.0 0 6 . 340 320 6.0 4.0 360 3 −25 380 − 30 30° S 0.01 2 8 0 2 −50 2.0 300 3 60° S − 60 0 4 1 6 −75 2 0 Pressure (bar) 0 0.1 Precip in Aquaplanet - 120° W 60° W 0° 60° E 120° E 2 4 Rel. Humidity in Held- Atmospheric responses to P avg (mm day -1 ) Precipitation response to monsoon onset Suarez-like setup SST anomalies in summer 1 idealised tropical land (Ruth Geen - talk next Isca is a good code for us to do (S. Thomson) and winter (Marianne Pietschnig) week) (S.Thomson) 10 interesting science here at ICTP (d) 0.1 Pressure (bar) 1 10 100 −60 −30 0 30 60 Latitude Hotspot position in Tidally- Relative Vorticity in locked exoplanets Dynamics of Mars’ jet Jupiter sim. (James Penn) streams −100 −50 0 50 100 S.Thomson Zonal wind (m s −1 ) (S.Thomson) Superrotation in Venus-like atmospheres (Greg Colyer)

  7. What is a GCM? By adding things, you Radiative turn a dynamical core Surface transfer into a GCM Dynamical Core Newtonian (fluid eqs) Convection Cooling Aerosols Carbon Dynamical Cycle Core (fluid eqs) Range of possibilities in-between Isca allows us to create a range of models between these two

  8. What is Isca ? When creating a GCM with Isca, the first question to ask is… What kind of additional physics will we add to our dynamical core? 2. ‘Full’-physics 1. Newtonian Relaxation (Moist model) (Dry model) Newtonian Radiative Surface relaxation to transfer prescribed temperatures Dynamical Dynamical Core Core (fluid eqs) Convection (fluid eqs)

  9. Configuring Isca with Newtonian Relaxation Newtonian relaxation to prescribed • This is (arguably) the temperatures simplest global model of the Dynamical atmosphere Core (fluid eqs) • ‘Held-Suarez’ model of 1994 is setup in this way JRA-55 Ubar Held-Suarez Ubar • Inputs are the equilibrium temperatures (T_eq) and the associated timescales (k_T) • Sometimes referred to as a ‘ dry ’ model, as it doesn’t directly include moisture (is included implicitly in Held- Suarez)

  10. What is Isca ? What kind of additional physics will we add to our dynamical core? 1. Newtonian Relaxation 2. ‘Full’-physics Newtonian Radiative Surface relaxation to transfer prescribed temperatures Dynamical Dynamical Core Core (fluid eqs) Convection (fluid eqs)

  11. Configuring Isca with ‘full-physics’ Isca JRA-55 • Dynamical core with separate modules 1 1 m s m s attached to represent other physical processes (physics schemes) , such as: Radiative Surface transfer • radiative transfer • convection • surface processes (evaporation, ocean temperatures) Dynamical Core • Often called a ‘moist model’ because of its (fluid eqs) explicit representation of moisture In its most complex form, it can get • Isca has lots of different options for each of pretty close to the real atmosphere these processes (Thomson & Vallis, 2018a) Convection • e.g. simple convection vs. complex convection • There is a hierarchy of complexity within each of these processes

  12. What is Isca? • When creating a GCM with lots of choices about the complexity of each process, deciding whether the whole GCM is ‘simple’ or ‘complicated’ is ambiguous Complicated Radiation Convection Land surface Model is more like a spider diagram. Some bits can be more complicated than Ocean physics others. Simple

  13. What is Isca? CMIP6 model Held-Suarez model Lots in-between

  14. What is Isca? CMIP6 model Held-Suarez model • The advantage of Isca is that it has many options for all of the different model components • This means you can compare results with different schemes • This can be useful when considering science questions

  15. An example… • Hypothesis - ‘the increase in long-wave optical depth due to increased water vapour is important for understand surface temperature responses to climate change ’ Qun Liu’s PhD project is related to this - speak to Radiation him if you’re interested Radiation Model with simple radiation Model with complex radiation scheme that doesn’t include scheme that does include water-vapour feedback water-vapour feedback

  16. What kind of model is Isca? - Summary • Isca is framework containing a GCM, which has many options for its different components • This means it can be used to run simple and complex models, as the user chooses • Although it’s difficult to measure complexity in absolute terms Two big questions: • • What options are there for each of the components? • How do I configure the model to use those different options?

  17. What options are there for the different components? Which type of model are we using? 1. Newtonian Relaxation 2. Full-physics Newtonian Radiative Surface relaxation to transfer prescribed temperatures Dynamical Dynamical Core Core (fluid eqs) Convection (fluid eqs)

  18. What options are there for the different components? Which type of model are we using? 1. Newtonian Relaxation 2. Full-physics Newtonian Radiative Surface relaxation to transfer prescribed temperatures Dynamical Dynamical Core Core (fluid eqs) Convection (fluid eqs)

  19. What options are there for the different components? Newtonian Relaxation of temperature Complicated Radiative-convective equilibrium temperatures with seasons (If you want references for all of these, they are in the Isca paper - Vallis et al 2018 ) Held Suarez Relevant Fortran file - hs_forcing.f90 Simple

  20. What options are there for the different components? Which type of model are we using? 1. Newtonian Relaxation 2. Full-physics Newtonian Radiative Surface relaxation to transfer prescribed temperatures Dynamical Dynamical Core Core (fluid eqs) Convection (fluid eqs)

  21. What options are there for the different components? Radiative transfer Complicated Socrates (ask me…!) RRTM Relevant Fortran files: ‘idealized_moist_phys.F90’ ‘two_stream_gray_rad.F90’ ‘rrtm_radiation.f90’ Geen Byrne & O’Gorman (Schneider & Liu) Frierson Simple

  22. What options are there for the different components? Orbital Parameters Complicated Obliquity, eccentricity and diurnal cycle Relevant Fortran files: ‘astronomy.f90’ Zero obliquity, circular orbit with no diurnal cycle Simple

  23. What options are there for the different components? Convection scheme Complicated Relaxed Arakawa-Schubert Relevant Fortran files: ‘idealized_moist_phys.F90’ ‘Full’ Betts-Miller ‘ras.f90’ Simple Betts-Miller ‘betts_miller.f90’ ‘qe_moist_convection.F90’ ‘dry_convection.f90’ Dry Convection Simple

  24. What options are there for the different components? Ocean Complicated Full dynamical ocean (don’t have this) Mixed-layer ocean with empirical q-fluxes Mixed-layer ocean with analytic q-fluxes Mixed-layer ocean with no horizontal heat transfer Relevant Fortran files: ‘mixed_layer.f90’ Simple

  25. What options are there for the different components? Land surface Complicated Bucket hydrology (finite evaporation from land) Land-sea contrast (contrast in albedo, heat-capacity, surface roughness) No land (aquaplanet) Relevant Fortran files: ‘mixed_layer.f90’ Simple

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend