moi1.output.dat covers Algiers/Cairo
moi2.output.dat covers Gibraltar/Israel
Thanks to Andrew Harding for updating the index. Future updates are planned. Please contact me (i.harris@uea.ac.uk) if you wish to access the software routines that calculate the MOI indices from the NCAR Reanalysis Data.
The MOI is defined by Palutikof et al. (1996) and Conte et al. (1989) as the normalized pressure difference between Algiers (36.4°N, 3.1°E) and Cairo (30.1°N, 31.4°E) A second version of the index can be calculated from Gibraltar's Northern Frontier (36.1°N, 5.3°W) and Lod Airport in Israel (32.0°N, 34.5°E) (Palutikof et al., 2003). Here data is presented for both variants, using pressure interpolated (16 point Bessel) from NCEP/NCAR reanalysis data.
| New Daily File format (MOI) |
|---|
for year = 1958 to 2010
for month = 1 to 12
format(F5.0, 2F3.0, F7.3) year, month, day, value
|
| Missing values represented by -99.99 |
| Filename | Size | Description |
|---|---|---|
| moi1.output.dat | 8 kilobytes | MOI: Algiers and Cairo |
| moi2.output.dat | 8 kilobytes | MOI: Israel and Gibraltar |
The previous monthly index is still available to allow comparisons to be made:
| Old Monthly File format (MOI) |
|---|
for year = 1958 to 2000
for month = 1 to 12
format(i4,i3,f7.2) year, month, value
|
| Missing values represented by -99.99 |
| Filename | Size | Description |
|---|---|---|
| moac.dat | 8 kilobytes | MOI: Algiers and Cairo |
| moig.dat | 8 kilobytes | MOI: Israel and Gibraltar |
|