pacificclimate / climate-explorer-data-prep

0 stars 0 forks source link

P2A precipitation maps appear to show no difference between baseline and projected #106

Closed rod-glover closed 4 years ago

rod-glover commented 4 years ago

In Plan2Adapt, projected (e.g., 2070-2099) precipitation maps appear identical to baseline (1961-1990).

This appears to be a data problem. Verified that the following example layers are being requested:

Other variables show expected baseline - projected variations. This appears only to be an issue with precipitation, and possibly precipitation with snow (those layers show variations, but that could possibly be founded on incorrect precip data and the error disguised by the correct variations in projected temperatures).

corviday commented 4 years ago

Hm. I used ncdiff to subtract pr_aClimMean_anusplin_historical_19610101-19901231 from pr_aClimMean_BCCAQv2_PCIC12_historical-rcp85_rXi1p1_20400101-20691230_Canada. The resulting file isn't all zeroes:

pr_difference pr_difference_scale

but the variation between the baseline and projected files files is quite small compared to the variation within each file. Both the source files go from 0 to 9 milimeters or so. Maximum variation between them is less than one milimeter, and most of it seems to be less than half a millimeter, so seeing a difference between the maps requires the ability to spot about a 5% change.

Long term, I think we want to show maps of anomaly, not absolute values, but short term, mean precipitation per day just doesn't seem to change much.

jameshiebert commented 4 years ago

@AreliaTW as the person who reported this, can we ask you to take a look at this diff (or any other diff Lee can provide) and comment on whether the projected change (in absolute units) appears to be in line with your expectations?

AreliaTW commented 4 years ago

@jameshiebert @corviday I am not sure if I am interpreting Lee's test correctly, but it reads to me that the differences are being computed by GCM future - ANUSPLIN baseline. All differences should always be computed GCM future - GCM past (absolute -temp) or (GCM future - GCM past)/GCM*100 past (percentage - prec) for the same model and run. Lee could you clarify?

corviday commented 4 years ago

I was looking into your observation that the two maps shown on plan2adapt for precipitation, one baseline map (ANUSPLIN) and one projected map (PCIC12 ensemble average) looking identical.

similarmaps

To see whether the datasets in question actually were identical somehow due to some sort of computation mistake or something, I subtracted one from the other. We aren't doing anything formal with the results of that subtraction, just checking to see if these two datasets were actually identical. They're not identical, but they're very similar, only about half a millimetre per day difference or less in most places. So the precipitation difference between the PCIC12 ensemble average for the 2050s is similar enough to the ANUSPLIN data that the maps we're showing aren't capturing it. (Though maybe a more colourful map would help.)

The question we were hoping you could answer for us is, does that fairly small change in precipitation seem about right?

AreliaTW commented 4 years ago

Oh okay thanks for the explanation. I knew I was missing something. I don't know off the top of my head how many more or less mm/day of precipitation we would see in the future versus the past. There is such a huge range in average annual mm in precipitation across the province something like 200 mm near Osoyoos to 4000 mm in the north shore mountains. Usually a precipitation climatology maps are presented in total precipitation (mm) annually. I don't know what those annual values look like spatially in mm/day. For future changes, I usually work in percentage change from baseline because there is such big range in annual precipitation spatially. Annual percentage change is pretty consistently from -5% to +10%. So not huge. Have you thought about having a percentage change map instead? Or alternatively you could have a different kind of scale? And/or report total annual precipitation depth?

Here is how a similar result is presented on the Climate Toolbox: https://climatetoolbox.org/tool/climate-mapper

image

corviday commented 4 years ago

Thanks for your help and suggestions. We're hoping to show change maps rather than absolute value maps eventually, but we're not there yet.

AreliaTW commented 4 years ago

Ok. If you convert the values to annual total mm I could have a look and tell you if they are realistic.