A real land mask
Posted by drj | Filed under Uncategorized
As mentioned in the previous post, I now have a real land mask from ISLSCP Initiative II.
The format of the files in refreshingly simple. 180 rows with 360 space separated numbers. It takes nothing more than a few dozen lines of Python to convert this into the 8000 cell format that ccc-gistemp uses for its step5mask.
Here’s the 8000 GISTEMP cells that contain any land (according to the ISLSCP file). Drawn on a Plate Carrée projection:

Even at this blobby scale there are some suspicious features (missing). Where is Ascension or Cocos Islands? I don’t think it’s an artefact of my processing, because they don’t appear on the ISLSCP file either; that’s probably a bug. So accepting that their might be some minor issues with islands and so on, we can go on to do a run of ccc-gistemp using this land mask:
As mentioned in the previous article, restricting to land de-emphasises coastal stations which generally warm less slowly. So the restricted version of the analysis has a stronger warming trend.
Many of the partial land cells will have ocean data and will not have a nearby land station to count as a land cell in the usual GISTEMP analysis. So we find that excluding cells that have ocean data (and no nearby land station) results in an even stronger trend. The red graph is reprised from the previous article:
(pedants should note that in the above graph “cells with ocean data” means “cells with ocean data and where the nearest land station to the cell’s centre is more than 100 km away”)
There are countless variations one could try such as weighting cells by their coverage, or using a threshold of 50% land cover. As far as an estimate of land temperatures go, such variations amount to interpolating between those two curves on the previous chart. Roughly.
August 30th, 2010 at 10:34 am
[ed: I've moved this bug report into the googlecode issue tracker. Thanks for reporting it!]
September 2nd, 2010 at 12:23 pm
GHCN v3 is now available:
ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/v3/
September 2nd, 2010 at 8:02 pm
Another land mask option might be to use the CIESEN database: available at 2.5 minute resolution (also, 1/4, 1/2, and 1 degree resolution): http://sedac.ciesin.columbia.edu/gpw/global.jsp
-M
September 3rd, 2010 at 8:25 am
@pd: Thanks for the heads up. I expect GISS will be modifying their GISTEMP to use GHCN v3 at some point (if they haven’t already done so). I should have some time to look into it after the Surface Temperatures workshop next week.
September 3rd, 2010 at 8:28 am
@Marcus: Thanks for the pointer. As it happens, I’m collaborating with a few others on working with the CIESEN SEDAC data for urban proxies. (but I didn’t know they did land masks)
September 3rd, 2010 at 12:54 pm
Or the Maldives … I’m feeling a bit wet …
September 3rd, 2010 at 1:04 pm
I wonder if there is a problem with atolls? Perhaps the amount of land really is less than 0.5% of a quarter degree square.
September 4th, 2010 at 2:38 am
Oh, probably. From my Maldives guidebook:
So comfortably less than .5% land cover.
September 4th, 2010 at 2:39 am
Wow, that’s a blockquote and a half. I can’t say the same about the superscripts. [ed: I edited the comment to use <sup> tags and that seemed to work. I had to look up which was the right tag to use to get superscripts.]
September 7th, 2010 at 6:17 pm
A question or three:
Are the cells weighted by their areas in any of these?
Is it possible to weight the land-sea mixed cells by their % of land? (It shouldn’t be all that difficult to ascertain each cell’s percentages.)
Is either of the above helpful at all?
September 10th, 2010 at 8:50 am
@Feet2theFire:
“Are the cells weighted by their areas in any of these?” In the usual GISTEMP analysis (and so in ccc-gistemp) each of the 8000 cells have the same area (by the design of the grid). This makes it particularly easy to weight the cells by their area when the zonal average is computed.
“Is it possible to weight the land-sea mixed cells by their % of land?” Yes, it is a Simple Matter Of Programming. ccc-gistemp does not do it, but other analyses do. There is some discussion of the merits of weighting mixed cells by their land/ocean cover in Brohan et al 2006 (section 4).
The JMA reconstruction blends mixed cells by their land/ocean coverage.
Zeke Hausfather has been doing some useful survey work of the land/ocean blend.
September 16th, 2010 at 6:08 pm
I’ve also got the weighted done by percent of land in a grid box.
September 16th, 2010 at 6:26 pm
the missing island thing is a bother. also ships in inv2 are a bother.
I’m in search of a better land mask, will let you know. when I get one, I’ll output in the form you need
September 16th, 2010 at 6:47 pm
be aware that some SST data sets will have values for areas like the great lakes region (HADISST2 i think) which complicates the masking business a bit
( doesnt make much of a difference though)
Somewhere on my blog I posted up the trend for the coastal cells by themselves:
That is, the temperature curve for the land portion and the temperature curve for the ocean portion ( say that 3 times fast)
October 25th, 2011 at 9:45 am
Trying to reproduce this without success.
First attempt: as far as I can tell ISLSCP2 no longer exists.
Second attempt: I simply copied the step5mask from work to input (checking it contains both 1′s and 0′s) and reran.
The resulting GLB.* file was unchanged. The console output did show the file was being read:
python tool/run.py
====> STEPS 0, 1, 2, 3, 4, 5 ====
No more recent sea-surface data files.
Using mask from input/step5mask
Load GHCN records
Load USHCN records
Thanks for any help,
Kevin
October 26th, 2011 at 9:05 am
OK, I think I got it working. Probably user error.
I’ve also found the mask data, it’s now available here: ftp://daac.ornl.gov/data/islscp_ii/ancillary/land_water_masks_xdeg/data/
November 4th, 2011 at 11:49 pm
[...] scheme. For GISTemp, this involved taking the Clear Climate Code implementation and applying a land mask (raw data available here). For CRUTem, this involved tracking down a (rather poorly advertised) [...]