Tag Archives: gaussian process

Constraining the carbon cycle in a land surface model – a talk for EGU23
I’m attending the EGU 2023 assembly this week, and gave a talk on our latest paper Constraining the carbon cycle in JULES-ES1.0. Attending online works fine, but doesn’t give you all the bonuses of meeting in person, getting the lowdown on the coolest talks coming up, and catching up with old colleagues and friends. One […]

Visualising input spaces using emulators
In a previous post, I looked at some of the ways we could visualise the input space of climate models, when they are constrained to produce behaviour that looks something like the real world. I used parallel co-ordinates plots and pairs plots to visualise the high (32) dimensional input space of the JULES land surface […]

Sensitivity analysis with R
After last week’s post, I thought it might be useful to have some practical examples of how to do sensitivity analysis (SA) of complex models (like climate models) with an emulator. SA is one of those things that everyone wants to do at some point, and I’ll be able to point people here for code […]
Choosing your next design point
You can use the R package DiceOptim to choose the next point to run your expensive simulator. Here’s a gif of function EGO.nsteps() in action, choosing one point at a time, with an initial design of three points. It doesn’t behave in exactly the way I expected, putting lots of points in that well […]