Skip to content

Commit

Permalink
Merge pull request #35 from openghg/add_paris_2409
Browse files Browse the repository at this point in the history
Add some more ICOS sites and tweak IZO details
  • Loading branch information
joe-pitt authored Oct 3, 2024
2 parents bd88f3a + 6e9b96b commit a8a7bea
Showing 1 changed file with 63 additions and 11 deletions.
74 changes: 63 additions & 11 deletions openghg_defs/data/site_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,16 @@
"longitude": 174.87
}
},
"BIK": {
"ICOS": {
"height": ["300m"],
"height_name": ["300magl"],
"height_station_masl": 183.0,
"latitude": 53.2294,
"long_name": "Bialystok, Poland",
"longitude": 23.0128
}
},
"BIR": {
"ICOS": {
"height": ["10m", "75m"],
Expand Down Expand Up @@ -490,6 +500,14 @@
"latitude": 51.9703,
"long_name": "Cabauw Tower, Netherlands",
"longitude": 4.9264
},
"ICOS": {
"height": ["27m", "67m", "127m", "207m"],
"height_name": ["27magl", "67magl", "127magl", "207magl"],
"height_station_masl": 0.0,
"latitude": 51.9703,
"long_name": "Cabauw Tower, Netherlands",
"longitude": 4.9264
}
},
"CBY": {
Expand Down Expand Up @@ -1089,6 +1107,16 @@
"height_name": ["328masl"]
}
},
"GIF": {
"ICOS": {
"latitude": 48.71,
"longitude": 2.1475,
"height_station_masl": 160.0,
"long_name": "Gif sur Yvette, France",
"height": ["7m"],
"height_name": ["7magl"]
}
},
"GLA": {
"GAUGE": {
"height": ["10m"],
Expand Down Expand Up @@ -1595,9 +1623,17 @@
},
"IZO": {
"NOAA": {
"height": ["10m"],
"height_name": ["10magl"],
"height_station_masl": 2372.0,
"height": ["5m"],
"height_name": ["5magl"],
"height_station_masl": 2373.0,
"latitude": 28.309,
"long_name": "Izana, Tenerife",
"longitude": -16.499
},
"ICOS": {
"height": ["29m"],
"height_name": ["29magl"],
"height_station_masl": 2373.0,
"latitude": 28.309,
"long_name": "Izana, Tenerife",
"longitude": -16.499
Expand Down Expand Up @@ -1840,6 +1876,14 @@
"latitude": 35.5181,
"long_name": "Lampedusa, Italy",
"longitude": 12.6322
},
"NOAA": {
"height": ["5m"],
"height_name": ["5magl"],
"height_station_masl": 45.0,
"latitude": 35.5181,
"long_name": "Lampedusa, Italy",
"longitude": 12.6322
}
},
"LSTJ": {
Expand Down Expand Up @@ -3079,6 +3123,14 @@
}
},
"TAC": {
"AGAGE": {
"height": ["185m", "54m", "100m"],
"height_name": ["185magl", "100magl", "54magl"],
"height_station_masl": 64,
"latitude": 52.51882,
"long_name": "Tacolneston Tower, UK",
"longitude": 1.13870
},
"DECC": {
"height": ["185m", "54m", "100m"],
"height_name": ["185magl", "100magl", "54magl"],
Expand Down Expand Up @@ -3683,13 +3735,13 @@
}
},
"ZSF": {
"ICOS": {
"height_station_masl": 2666,
"latitude": 47.4165,
"longitude": 10.97964,
"height": ["3m"],
"height_name": ["3magl"],
"long_name": "Zugspitze Schneefernerhaus"
}
"ICOS": {
"height_station_masl": 2666,
"latitude": 47.4165,
"longitude": 10.97964,
"height": ["3m"],
"height_name": ["3magl"],
"long_name": "Zugspitze Schneefernerhaus"
}
}
}

0 comments on commit a8a7bea

Please sign in to comment.