From 92c631c6efc135bcfcf880e4128e78de1ea0daa0 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Fri, 22 Sep 2023 12:46:37 +0200 Subject: [PATCH] chore: drop support for python < 3.11 --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- README.md | 18 +- pyproject.toml | 11 +- .../test_harvest_all_metadata.yaml | 342 +++++++++--------- .../test_evaluation/test_evaluation.yaml | 272 +++++++------- .../test_set_mime_types.yaml | 14 +- 7 files changed, 328 insertions(+), 333 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62d1d313..a803606f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ['3.11', '3.8'] + python-version: ['3.11'] steps: - uses: actions/checkout@v3 - name: Cache python dependencies diff --git a/Dockerfile b/Dockerfile index ebc5ca80..7f4045b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.5 -FROM python:3.8-slim +FROM python:3.11-slim WORKDIR /usr/src/app diff --git a/README.md b/README.md index e4c09c8a..000f224c 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Developers: [Robert Huber](mailto:rhuber@marum.de), [Anusuriya Devaraju](mailto: ## Overview -F-UJI is a web service to programatically assess FAIRness of research data objects based on [metrics](https://doi.org/10.5281/zenodo.3775793) developed by the [FAIRsFAIR](https://www.fairsfair.eu/) project. -The service will be applied to demostrate the evaluation of objects in repositories selected for in-depth collaboration with the project. +F-UJI is a web service to programatically assess FAIRness of research data objects based on [metrics](https://doi.org/10.5281/zenodo.3775793) developed by the [FAIRsFAIR](https://www.fairsfair.eu/) project. +The service will be applied to demostrate the evaluation of objects in repositories selected for in-depth collaboration with the project. The '__F__' stands for FAIR (of course) and '__UJI__' means 'Test' in Malay. So __F-UJI__ is a FAIR testing tool. @@ -26,20 +26,16 @@ An R client package that was generated from the F-UJI OpenAPI definition is avai An open source web client for F-UJI is available at https://github.com/MaastrichtU-IDS/fairificator. ## Assessment Scope, Constraint and Limitation -The service is **in development** and its assessment depends on several factors. -- In the FAIR ecosystem, FAIR assessment must go beyond the object itself. FAIR enabling services and repositories are vital to ensure that research data objects remain FAIR over time. Importantly, machine-readable services (e.g., registries) and documents (e.g., policies) are required to enable automated tests. -- In addition to repository and services requirements, automated testing depends on clear machine assessable criteria. Some aspects (rich, plurality, accurate, relevant) specified in FAIR principles still require human mediation and interpretation. +The service is **in development** and its assessment depends on several factors. +- In the FAIR ecosystem, FAIR assessment must go beyond the object itself. FAIR enabling services and repositories are vital to ensure that research data objects remain FAIR over time. Importantly, machine-readable services (e.g., registries) and documents (e.g., policies) are required to enable automated tests. +- In addition to repository and services requirements, automated testing depends on clear machine assessable criteria. Some aspects (rich, plurality, accurate, relevant) specified in FAIR principles still require human mediation and interpretation. - The tests must focus on generally applicable data/metadata characteristics until domain/community-driven criteria have been agreed (e.g., appropriate schemas and required elements for usage/access control, etc.). For example, for some of the metrics (i.e., on I and R principles), the automated tests we proposed only inspect the ‘surface’ of criteria to be evaluated. Therefore, tests are designed in consideration of generic cross-domain metadata standards such as dublin core, dcat, datacite, schema.org, etc. - FAIR assessment is performed based on aggregated metadata; this includes metadata embedded in the data (landing) page, metadata retrieved from a PID provider (e.g., Datacite content negotiation) and other services (e.g., re3data). ![alt text](https://github.com/pangaea-data-publisher/fuji/blob/master/fuji_server/static/main.png?raw=true) ## Requirements -Python 3.8+ - -### 308 redirects -In order to deal with 308 redirects, the following patch has to be applied on urrlib: -https://github.com/python/cpython/pull/19588/commits +[Python](https://www.python.org/downloads/) `3.11+` ### Google Dataset Search * Download the latest Dataset Search corpus file from: https://www.kaggle.com/googleai/dataset-search-metadata-for-datasets @@ -47,7 +43,7 @@ https://github.com/python/cpython/pull/19588/commits * Run create_google_cache_db.py which creates a SQLite database in the data directory. From root directory run `python3 -m fuji_server.helper.create_google_cache_db`. The service was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the -[OpenAPI-Spec](https://github.com/swagger-api/swagger-core/wiki) from a remote server, you can easily generate a server stub. +[OpenAPI-Spec](https://github.com/swagger-api/swagger-core/wiki) from a remote server, you can easily generate a server stub. The service uses the [Connexion](https://github.com/spec-first/connexion) library on top of Flask. ## Usage diff --git a/pyproject.toml b/pyproject.toml index f52db352..36e8924b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,8 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering :: Information Analysis" ] dependencies = [ @@ -60,7 +59,7 @@ keywords = [ license = "MIT" name = "fuji" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.11" version = "3.0.0" [project.optional-dependencies] @@ -96,7 +95,7 @@ Source = "https://github.com/pangaea-data-publisher/fuji" [tool.black] line-length = 120 -target_version = ["py38", "py39", "py310", "py311"] +target_version = ["py311"] [tool.coverage.report] skip_empty = true @@ -146,7 +145,7 @@ line-length = 120 select = [ "I" # isort ] -target-version = "py38" +target-version = "py311" [tool.ruff.isort] known-first-party = ["fuji_server", "tests"] diff --git a/tests/controllers/cassettes/test_fair_check/test_harvest_all_metadata.yaml b/tests/controllers/cassettes/test_fair_check/test_harvest_all_metadata.yaml index 93d7b41b..12821106 100644 --- a/tests/controllers/cassettes/test_fair_check/test_harvest_all_metadata.yaml +++ b/tests/controllers/cassettes/test_fair_check/test_harvest_all_metadata.yaml @@ -19,7 +19,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a38865dc629250-FRA + - 80a9f606fcfb362c-FRA Connection: - close Content-Length: @@ -27,11 +27,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:29 GMT + - Fri, 22 Sep 2023 10:45:54 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=jyX1Zm4jIzTjPZeGP1qVQ9GU7ECsOTnG3V3oPmGAd2lEqjVLaXXNgJ%2Fc4WfUKMqw%2FzeVAnd3WMLPszeUGADuC0l0%2FBPn5Xtu5aTdOdkeS3hz3ISmkLcb%2B002iV%2FPLqpwlHk0jq8%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=v8%2F5c96HIFfsBUBwgKiJQBQXmHz1nSG11NlAbue8awM3e%2BNdj6GD2D2Tm5Ju6Ih5Rmo2Ka7rXeCUaab8oIGOBcwl6Ob1igKglADXnUFelcAHuFFXwzFFFFs%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -39,7 +39,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Thu, 21 Sep 2023 16:29:33 GMT + - Fri, 22 Sep 2023 11:28:04 GMT location: - https://doi.pangaea.de/10.1594/PANGAEA.902845 permissions-policy: @@ -64,7 +64,7 @@ interactions: uri: https://doi.pangaea.de/10.1594/PANGAEA.902845 response: body: - string: "\r\n\r\n\n\r\n\r\n\n\n\n\r\n\r\n\r\n\r\n\r\n\n\n\n\n\n\nBärfuss, K et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\r\n\r\n\r\n
\r\n
\r\n
\r\n
\r\n
Not logged in
\r\n
\r\n \r\n
\r\n
\r\n \"PANGAEA\r\n
\r\n
\r\n \r\n
\r\n
\r\n PANGAEA.\r\n
\r\n
\r\n Data Publisher for Earth & Environmental Science\r\n
\r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\n
Citation:
\n
\n
\n
\n
\n

Bärfuss, Konrad; Hankers, Rudolf; Bitter, Mark; Feuerle, Thomas; Schulz, Helmut; Rausch, Thomas; Platis, Andreas; Bange, Jens; Lampert, Astrid (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight. PANGAEA, https://doi.org/10.1594/PANGAEA.902845

\n

Always quote citation above when using data! You can download the citation in several formats below.

\n

RIS CitationBibTeX CitationText Citation Facebook TwitterShow MapGoogle Earth

\n
\n
\n
\n
\n
Abstract:
\n
\n
Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)
\n
The flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.
\n
\n
\n
\n
Keyword(s):
\n
\n
airborne measurements; German Bight; meteorological parameters; offshore wind park; sea surface; wake
\n
\n
\n
\n
Related to:
\n
\n
Platis, Andreas; Siedersleben, Simon K; Bange, Jens; Lampert, Astrid; Bärfuss, Konrad; Hankers, Rudolf; Cañadillas, Beatriz; Foreman, Richard; Schulz-Stellenfleth, Johannes; Djath, Bughsin; Neumann, Thomas; Emeis, Stefan (2018): First in situ evidence of wakes in the far field behind offshore wind farms. Scientific Reports, 8(1), https://doi.org/10.1038/s41598-018-20389-y
\n
Siedersleben, Simon K; Lundquist, Julie K; Platis, Andreas; Bange, Jens; Bärfuss, Konrad; Lampert, Astrid; Cañadillas, Beatriz; Neumann, Thomas; Emeis, Stefan (2018): Micrometeorological impacts of offshore wind farms as seen in observations and simulations. Environmental Research Letters, 13(12), 124012, https://doi.org/10.1088/1748-9326/aaea0b
\n
Siedersleben, Simon K; Platis, Andreas; Lundquist, Julie K; Lampert, Astrid; Bärfuss, Konrad; Cañadillas, Beatriz; Djath, Bughsin; Schulz-Stellenfleth, Johannes; Bange, Jens; Neumann, Thomas; Emeis, Stefan (2018): Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements. Meteorologische Zeitschrift, 27(5), 401-415, https://doi.org/10.1127/metz/2018/0900
\n
\n
\n
\n
Project(s):
\n
\n
Wind Park Far Field (WIPAFF)
\n
\n
\n
\n
Funding:
\n
\n
Federal Ministry for Economic Affairs and Energy (BMWi), grant/award no. 0325783B: Wind Park Far Field / Wind Plant Far Field
\n
\n
\n
\n
Coverage:
\n
\n
Median Latitude: 54.109454 * Median Longitude: 7.542533 * South-bound Latitude: 53.452294 * West-bound Longitude: 6.516988 * North-bound Latitude: 54.993339 * East-bound Longitude: 9.158623
\n
Date/Time Start: 2016-09-06T12:13:11 * Date/Time End: 2017-10-15T15:51:13
\n
\n
\n
\n\n
Size:
\n
\n
41 datasets
\n
\n
\n
\n
\n

Download Data

\n

Download ZIP file containing all datasets as tab-delimited text — use the following character encoding: \n

\n\n
\n

Datasets listed in this publication series

\n
    \n
  1. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160906_flight01. https://doi.org/10.1594/PANGAEA.902843
  2. \n\n
  3. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160907_flight02. https://doi.org/10.1594/PANGAEA.902877
  4. \n\n
  5. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160907_flight03. https://doi.org/10.1594/PANGAEA.902859
  6. \n\n
  7. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160908_flight04. https://doi.org/10.1594/PANGAEA.902906
  8. \n\n
  9. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160909_flight05. https://doi.org/10.1594/PANGAEA.902909
  10. \n\n
  11. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160909_flight06. https://doi.org/10.1594/PANGAEA.902910
  12. \n\n
  13. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160910_flight07. https://doi.org/10.1594/PANGAEA.902914
  14. \n\n
  15. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160910_flight08. https://doi.org/10.1594/PANGAEA.902916
  16. \n\n
  17. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170330_flight09. https://doi.org/10.1594/PANGAEA.902918
  18. \n\n
  19. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170331_flight10. https://doi.org/10.1594/PANGAEA.902924
  20. \n\n
  21. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170405_flight11. https://doi.org/10.1594/PANGAEA.902927
  22. \n\n
  23. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170406_flight12. https://doi.org/10.1594/PANGAEA.902930
  24. \n\n
  25. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170409_flight13. https://doi.org/10.1594/PANGAEA.902981
  26. \n\n
  27. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170409_flight14. https://doi.org/10.1594/PANGAEA.902989
  28. \n\n
  29. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170411_flight15. https://doi.org/10.1594/PANGAEA.902982
  30. \n\n
  31. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170411_flight16. https://doi.org/10.1594/PANGAEA.902990
  32. \n\n
  33. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170413_flight17. https://doi.org/10.1594/PANGAEA.902996
  34. \n\n
  35. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170517_flight18. https://doi.org/10.1594/PANGAEA.903002
  36. \n\n
  37. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170517_flight19. https://doi.org/10.1594/PANGAEA.903010
  38. \n\n
  39. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170523_flight20. https://doi.org/10.1594/PANGAEA.903024
  40. \n\n
  41. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170523_flight21. https://doi.org/10.1594/PANGAEA.903052
  42. \n\n
  43. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170524_flight22. https://doi.org/10.1594/PANGAEA.903057
  44. \n\n
  45. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170524_flight23. https://doi.org/10.1594/PANGAEA.903061
  46. \n\n
  47. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170527_flight24. https://doi.org/10.1594/PANGAEA.903062
  48. \n\n
  49. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170527_flight25. https://doi.org/10.1594/PANGAEA.903064
  50. \n\n
  51. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170531_flight26. https://doi.org/10.1594/PANGAEA.903070
  52. \n\n
  53. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170531_flight27. https://doi.org/10.1594/PANGAEA.903072
  54. \n\n
  55. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170601_flight28. https://doi.org/10.1594/PANGAEA.903075
  56. \n\n
  57. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170602_flight29. https://doi.org/10.1594/PANGAEA.903078
  58. \n\n
  59. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170808_flight30. https://doi.org/10.1594/PANGAEA.903330
  60. \n\n
  61. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170808_flight31. https://doi.org/10.1594/PANGAEA.903060
  62. \n\n
  63. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170809_flight32. https://doi.org/10.1594/PANGAEA.903063
  64. \n\n
  65. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170809_flight33. https://doi.org/10.1594/PANGAEA.903069
  66. \n\n
  67. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170810_flight34. https://doi.org/10.1594/PANGAEA.903074
  68. \n\n
  69. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170814_flight35. https://doi.org/10.1594/PANGAEA.903079
  70. \n\n
  71. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170814_flight36. https://doi.org/10.1594/PANGAEA.903082
  72. \n\n
  73. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170815_flight37. https://doi.org/10.1594/PANGAEA.903096
  74. \n\n
  75. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170817_flight38. https://doi.org/10.1594/PANGAEA.903081
  76. \n\n
  77. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171014_flight39. https://doi.org/10.1594/PANGAEA.903088
  78. \n\n
  79. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171015_flight40. https://doi.org/10.1594/PANGAEA.902713
  80. \n\n
  81. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171015_flight41. https://doi.org/10.1594/PANGAEA.902834
  82. \n\n
\n
\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n PANGAEA is hosted by\r\n
\r\n \r\n
\r\n

\r\n Alfred Wegener Institute, Helmholtz Center for Polar and Marine Research (AWI)
\r\n Center for Marine Environmental Sciences, University of Bremen (MARUM)\r\n

\r\n
\r\n\r\n
\r\n The System is supported by\r\n
\r\n \r\n
\r\n

\r\n The European Commission, Research
\r\n Federal Ministry of Education and Research (BMBF)
\r\n Deutsche Forschungsgemeinschaft (DFG)
\r\n International Ocean Discovery Program (IODP)\r\n

\r\n
\r\n\r\n
\r\n Citation\r\n
\r\n\r\n
\r\n

\r\n Felden, J; Möller, L; Schindler, U; Huber, R; Schumacher, S; Koppe, R; Diepenbroek, M; Glöckner, FO (2023):\r\n PANGAEA – Data Publisher for Earth & Environmental Science. Scientific Data, 10(1), 347,\r\n https://doi.org/10.1038/s41597-023-02269-x\r\n

\r\n
\r\n
\r\n\r\n
\r\n
\r\n PANGAEA is certified by\r\n
\r\n \r\n
\r\n \r\n \"World\r\n \r\n \r\n \"World\r\n \r\n \r\n \"CoreTrustSeal\"\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Share on...
\r\n
\r\n \r\n \"Facebook\r\n \r\n \r\n \"Twitter\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\n\n" + string: "\r\n\r\n\n\r\n\r\n\n\n\n\r\n\r\n\r\n\r\n\r\n\n\n\n\n\n\nBärfuss, K et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\r\n\r\n\r\n
\r\n
\r\n
\r\n
\r\n
Not logged in
\r\n
\r\n \r\n
\r\n
\r\n \"PANGAEA\r\n
\r\n
\r\n \r\n
\r\n
\r\n PANGAEA.\r\n
\r\n
\r\n Data Publisher for Earth & Environmental Science\r\n
\r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\n
Citation:
\n
\n
\n
\n
\n

Bärfuss, Konrad; Hankers, Rudolf; Bitter, Mark; Feuerle, Thomas; Schulz, Helmut; Rausch, Thomas; Platis, Andreas; Bange, Jens; Lampert, Astrid (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight. PANGAEA, https://doi.org/10.1594/PANGAEA.902845

\n

Always quote citation above when using data! You can download the citation in several formats below.

\n

RIS CitationBibTeX CitationText Citation Facebook TwitterShow MapGoogle Earth

\n
\n
\n
\n
\n
Abstract:
\n
\n
Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)
\n
The flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.
\n
\n
\n
\n
Keyword(s):
\n
\n
airborne measurements; German Bight; meteorological parameters; offshore wind park; sea surface; wake
\n
\n
\n
\n
Related to:
\n
\n
Platis, Andreas; Siedersleben, Simon K; Bange, Jens; Lampert, Astrid; Bärfuss, Konrad; Hankers, Rudolf; Cañadillas, Beatriz; Foreman, Richard; Schulz-Stellenfleth, Johannes; Djath, Bughsin; Neumann, Thomas; Emeis, Stefan (2018): First in situ evidence of wakes in the far field behind offshore wind farms. Scientific Reports, 8(1), https://doi.org/10.1038/s41598-018-20389-y
\n
Siedersleben, Simon K; Lundquist, Julie K; Platis, Andreas; Bange, Jens; Bärfuss, Konrad; Lampert, Astrid; Cañadillas, Beatriz; Neumann, Thomas; Emeis, Stefan (2018): Micrometeorological impacts of offshore wind farms as seen in observations and simulations. Environmental Research Letters, 13(12), 124012, https://doi.org/10.1088/1748-9326/aaea0b
\n
Siedersleben, Simon K; Platis, Andreas; Lundquist, Julie K; Lampert, Astrid; Bärfuss, Konrad; Cañadillas, Beatriz; Djath, Bughsin; Schulz-Stellenfleth, Johannes; Bange, Jens; Neumann, Thomas; Emeis, Stefan (2018): Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements. Meteorologische Zeitschrift, 27(5), 401-415, https://doi.org/10.1127/metz/2018/0900
\n
\n
\n
\n
Project(s):
\n
\n
Wind Park Far Field (WIPAFF)
\n
\n
\n
\n
Funding:
\n
\n
Federal Ministry for Economic Affairs and Energy (BMWi), grant/award no. 0325783B: Wind Park Far Field / Wind Plant Far Field
\n
\n
\n
\n
Coverage:
\n
\n
Median Latitude: 54.109454 * Median Longitude: 7.542533 * South-bound Latitude: 53.452294 * West-bound Longitude: 6.516988 * North-bound Latitude: 54.993339 * East-bound Longitude: 9.158623
\n
Date/Time Start: 2016-09-06T12:13:11 * Date/Time End: 2017-10-15T15:51:13
\n
\n
\n
\n\n
Size:
\n
\n
41 datasets
\n
\n
\n
\n
\n

Download Data

\n

Download ZIP file containing all datasets as tab-delimited text — use the following character encoding: \n

\n\n
\n

Datasets listed in this publication series

\n
    \n
  1. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160906_flight01. https://doi.org/10.1594/PANGAEA.902843
  2. \n\n
  3. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160907_flight02. https://doi.org/10.1594/PANGAEA.902877
  4. \n\n
  5. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160907_flight03. https://doi.org/10.1594/PANGAEA.902859
  6. \n\n
  7. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160908_flight04. https://doi.org/10.1594/PANGAEA.902906
  8. \n\n
  9. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160909_flight05. https://doi.org/10.1594/PANGAEA.902909
  10. \n\n
  11. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160909_flight06. https://doi.org/10.1594/PANGAEA.902910
  12. \n\n
  13. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160910_flight07. https://doi.org/10.1594/PANGAEA.902914
  14. \n\n
  15. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160910_flight08. https://doi.org/10.1594/PANGAEA.902916
  16. \n\n
  17. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170330_flight09. https://doi.org/10.1594/PANGAEA.902918
  18. \n\n
  19. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170331_flight10. https://doi.org/10.1594/PANGAEA.902924
  20. \n\n
  21. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170405_flight11. https://doi.org/10.1594/PANGAEA.902927
  22. \n\n
  23. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170406_flight12. https://doi.org/10.1594/PANGAEA.902930
  24. \n\n
  25. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170409_flight13. https://doi.org/10.1594/PANGAEA.902981
  26. \n\n
  27. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170409_flight14. https://doi.org/10.1594/PANGAEA.902989
  28. \n\n
  29. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170411_flight15. https://doi.org/10.1594/PANGAEA.902982
  30. \n\n
  31. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170411_flight16. https://doi.org/10.1594/PANGAEA.902990
  32. \n\n
  33. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170413_flight17. https://doi.org/10.1594/PANGAEA.902996
  34. \n\n
  35. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170517_flight18. https://doi.org/10.1594/PANGAEA.903002
  36. \n\n
  37. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170517_flight19. https://doi.org/10.1594/PANGAEA.903010
  38. \n\n
  39. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170523_flight20. https://doi.org/10.1594/PANGAEA.903024
  40. \n\n
  41. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170523_flight21. https://doi.org/10.1594/PANGAEA.903052
  42. \n\n
  43. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170524_flight22. https://doi.org/10.1594/PANGAEA.903057
  44. \n\n
  45. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170524_flight23. https://doi.org/10.1594/PANGAEA.903061
  46. \n\n
  47. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170527_flight24. https://doi.org/10.1594/PANGAEA.903062
  48. \n\n
  49. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170527_flight25. https://doi.org/10.1594/PANGAEA.903064
  50. \n\n
  51. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170531_flight26. https://doi.org/10.1594/PANGAEA.903070
  52. \n\n
  53. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170531_flight27. https://doi.org/10.1594/PANGAEA.903072
  54. \n\n
  55. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170601_flight28. https://doi.org/10.1594/PANGAEA.903075
  56. \n\n
  57. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170602_flight29. https://doi.org/10.1594/PANGAEA.903078
  58. \n\n
  59. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170808_flight30. https://doi.org/10.1594/PANGAEA.903330
  60. \n\n
  61. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170808_flight31. https://doi.org/10.1594/PANGAEA.903060
  62. \n\n
  63. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170809_flight32. https://doi.org/10.1594/PANGAEA.903063
  64. \n\n
  65. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170809_flight33. https://doi.org/10.1594/PANGAEA.903069
  66. \n\n
  67. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170810_flight34. https://doi.org/10.1594/PANGAEA.903074
  68. \n\n
  69. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170814_flight35. https://doi.org/10.1594/PANGAEA.903079
  70. \n\n
  71. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170814_flight36. https://doi.org/10.1594/PANGAEA.903082
  72. \n\n
  73. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170815_flight37. https://doi.org/10.1594/PANGAEA.903096
  74. \n\n
  75. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170817_flight38. https://doi.org/10.1594/PANGAEA.903081
  76. \n\n
  77. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171014_flight39. https://doi.org/10.1594/PANGAEA.903088
  78. \n\n
  79. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171015_flight40. https://doi.org/10.1594/PANGAEA.902713
  80. \n\n
  81. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171015_flight41. https://doi.org/10.1594/PANGAEA.902834
  82. \n\n
\n
\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n PANGAEA is hosted by\r\n
\r\n \r\n
\r\n

\r\n Alfred Wegener Institute, Helmholtz Center for Polar and Marine Research (AWI)
\r\n Center for Marine Environmental Sciences, University of Bremen (MARUM)\r\n

\r\n
\r\n\r\n
\r\n The System is supported by\r\n
\r\n \r\n
\r\n

\r\n The European Commission, Research
\r\n Federal Ministry of Education and Research (BMBF)
\r\n Deutsche Forschungsgemeinschaft (DFG)
\r\n International Ocean Discovery Program (IODP)\r\n

\r\n
\r\n\r\n
\r\n Citation\r\n
\r\n\r\n
\r\n

\r\n Felden, J; Möller, L; Schindler, U; Huber, R; Schumacher, S; Koppe, R; Diepenbroek, M; Glöckner, FO (2023):\r\n PANGAEA – Data Publisher for Earth & Environmental Science. Scientific Data, 10(1), 347,\r\n https://doi.org/10.1038/s41597-023-02269-x\r\n

\r\n
\r\n
\r\n\r\n
\r\n
\r\n PANGAEA is certified by\r\n
\r\n \r\n
\r\n \r\n \"World\r\n \r\n \r\n \"World\r\n \r\n \r\n \"CoreTrustSeal\"\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Share on...
\r\n
\r\n \r\n \"Facebook\r\n \r\n \r\n \"Twitter\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\n\n" headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -75,13 +75,13 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:29 GMT + - Fri, 22 Sep 2023 10:45:54 GMT Link: - - ;rel="cite-as", ;rel="describedby";type="application/vnd.nasa.dif-metadata+xml", ;rel="describedby";type="application/ld+json", ;rel="describedby";type="application/vnd.iso19139.metadata+xml", ;rel="describedby";type="application/x-research-info-systems", ;rel="describedby";type="application/vnd.pangaea.metadata+xml", ;rel="describedby";type="application/vnd.datacite.datacite+xml", ;rel="describedby";type="application/x-bibtex", ;rel="describedby";type="text/x-bibliography", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" + - ;rel="cite-as", ;rel="describedby";type="application/ld+json", ;rel="describedby";type="application/vnd.nasa.dif-metadata+xml", ;rel="describedby";type="text/x-bibliography", ;rel="describedby";type="application/x-bibtex", ;rel="describedby";type="application/vnd.datacite.datacite+xml", ;rel="describedby";type="application/vnd.pangaea.metadata+xml", ;rel="describedby";type="application/x-research-info-systems", ;rel="describedby";type="application/vnd.iso19139.metadata+xml", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=61ae53e316b9a59c33c0a074bf0fb38e; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=fdf4380de2b7c79a115187eea2e21cc9; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -89,7 +89,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - 61ae53e316b9a59c33c0a074bf0fb38e + - fdf4380de2b7c79a115187eea2e21cc9 X-Content-Type-Options: - nosniff X-Frame-Options: @@ -129,7 +129,7 @@ interactions: Content-Length: - '0' Date: - - Thu, 21 Sep 2023 16:02:30 GMT + - Fri, 22 Sep 2023 10:45:55 GMT Server: - nginx/1.25.2 Strict-Transport-Security: @@ -171,7 +171,7 @@ interactions: Content-Length: - '0' Date: - - Thu, 21 Sep 2023 16:02:30 GMT + - Fri, 22 Sep 2023 10:45:55 GMT Server: - nginx/1.25.2 Strict-Transport-Security: @@ -187,60 +187,6 @@ interactions: status: code: 406 message: Not Acceptable -- request: - body: - headers: - Accept: - - application/ld+json - Connection: - - close - Host: - - doi.pangaea.de - User-Agent: - - F-UJI - method: GET - uri: https://doi.pangaea.de/10.1594/PANGAEA.902845 - response: - body: - string: '{"@context":"http://schema.org/","@id":"https://doi.org/10.1594/PANGAEA.902845","@type":"Dataset","identifier":"https://doi.org/10.1594/PANGAEA.902845","url":"https://doi.pangaea.de/10.1594/PANGAEA.902845","creator":[{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@type":"Person","name":"Rudolf Hankers","familyName":"Hankers","givenName":"Rudolf","email":"r.hankers@tu-bs.de"},{"@type":"Person","name":"Mark Bitter","familyName":"Bitter","givenName":"Mark","email":"mark.bitter@tu-bs.de"},{"@type":"Person","name":"Thomas Feuerle","familyName":"Feuerle","givenName":"Thomas","email":"t.feuerle@tu-bs.de"},{"@type":"Person","name":"Helmut Schulz","familyName":"Schulz","givenName":"Helmut"},{"@type":"Person","name":"Thomas Rausch","familyName":"Rausch","givenName":"Thomas","email":"thomas.rausch@tu-bs.de"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"}],"name":"In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight","publisher":{"@type":"Organization","name":"PANGAEA","disambiguatingDescription":"Data Publisher for Earth & Environmental Science","url":"https://www.pangaea.de/"},"includedInDataCatalog":{"@type":"DataCatalog","name":"PANGAEA","disambiguatingDescription":"Data Publisher for Earth & Environmental Science","url":"https://www.pangaea.de/"},"datePublished":"2019-06-21","description":"Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation) […]","abstract":"Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.","citation":[{"@id":"https://doi.org/10.1038/s41598-018-20389-y","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1038/s41598-018-20389-y","url":"https://doi.org/10.1038/s41598-018-20389-y","creator":[{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@type":"Person","name":"Rudolf Hankers","familyName":"Hankers","givenName":"Rudolf","email":"r.hankers@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@type":"Person","name":"Richard Foreman","familyName":"Foreman","givenName":"Richard"},{"@type":"Person","name":"Johannes Schulz-Stellenfleth","familyName":"Schulz-Stellenfleth","givenName":"Johannes"},{"@id":"https://orcid.org/0000-0002-1121-5272","@type":"Person","name":"Bughsin Djath","familyName":"Djath","givenName":"Bughsin","identifier":"https://orcid.org/0000-0002-1121-5272"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"First in situ evidence of wakes in the far field behind offshore wind farms","datePublished":"2018","issueNumber":"8(1)","isPartOf":{"@type":"CreativeWorkSeries","name":"Scientific Reports"}},{"@id":"https://doi.org/10.1088/1748-9326/aaea0b","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1088/1748-9326/aaea0b","url":"https://doi.org/10.1088/1748-9326/aaea0b","creator":[{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0001-5490-2702","@type":"Person","name":"Julie K Lundquist","familyName":"Lundquist","givenName":"Julie K","identifier":"https://orcid.org/0000-0001-5490-2702"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"Micrometeorological impacts of offshore wind farms as seen in observations and simulations","datePublished":"2018","issueNumber":"13(12)","pagination":"124012","isPartOf":{"@type":"CreativeWorkSeries","name":"Environmental Research Letters"}},{"@id":"https://doi.org/10.1127/metz/2018/0900","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1127/metz/2018/0900","url":"https://doi.org/10.1127/metz/2018/0900","creator":[{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0001-5490-2702","@type":"Person","name":"Julie K Lundquist","familyName":"Lundquist","givenName":"Julie K","identifier":"https://orcid.org/0000-0001-5490-2702"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@id":"https://orcid.org/0000-0002-1121-5272","@type":"Person","name":"Bughsin Djath","familyName":"Djath","givenName":"Bughsin","identifier":"https://orcid.org/0000-0002-1121-5272"},{"@type":"Person","name":"Johannes Schulz-Stellenfleth","familyName":"Schulz-Stellenfleth","givenName":"Johannes"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements","datePublished":"2018","issueNumber":"27(5)","pagination":"401-415","isPartOf":{"@type":"CreativeWorkSeries","name":"Meteorologische Zeitschrift"}}],"spatialCoverage":{"@type":"Place","geo":{"@type":"GeoShape","box":"53.452294 6.516988 54.993339 9.158623"}},"temporalCoverage":"2016-09-06T12:13:11/2017-10-15T15:51:13","funding":{"@type":"MonetaryGrant","identifier":"0325783B","name":"Wind Park Far Field / Wind Plant Far Field","url":"https://foerderportal.bund.de/foekat/jsp/SucheAction.do?actionMode=view&fkz=0325783B","funder":{"@id":"https://doi.org/10.13039/501100006360","@type":"Organization","identifier":"https://doi.org/10.13039/501100006360","name":"Federal Ministry for Economic Affairs and Energy","alternateName":"BMWi","url":"https://www.bmwi.de/Navigation/EN/Home/home.html"}},"size":{"@type":"QuantitativeValue","value":41.0,"unitText":"datasets"},"keywords":"airborne measurements; German Bight; meteorological parameters; offshore wind park; sea surface; wake","license":"https://creativecommons.org/licenses/by/4.0/","conditionsOfAccess":"unrestricted","isAccessibleForFree":true,"inLanguage":"en","distribution":{"@type":"DataDownload","encodingFormat":"application/zip","contentUrl":"https://doi.pangaea.de/10.1594/PANGAEA.902845?format=zip"}}' - headers: - Alt-Svc: - - h3=":443"; ma=2592000 - Cache-Control: - - public - Connection: - - close - Content-Disposition: - - inline; filename=Baerfuss-etal_2019.json - Content-Type: - - application/ld+json; charset=UTF-8 - Date: - - Thu, 21 Sep 2023 16:02:30 GMT - Link: - - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" - Server: - - nginx/1.25.2 - Set-Cookie: - - pansessid=10e9aebaf2f723c2db3cb82036246c6e; Path=/; Domain=.pangaea.de; Secure; HttpOnly - Strict-Transport-Security: - - max-age=31536000 - Transfer-Encoding: - - chunked - Vary: - - Origin, Cookie, Authorization, Accept - X-CID: - - 10e9aebaf2f723c2db3cb82036246c6e - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - SAMEORIGIN - X-Powered-By: - - Jetty(12.0.1) - X-UA-Compatible: - - IE=Edge - status: - code: 200 - message: OK - request: body: headers: @@ -261,7 +207,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a3887109814daf-FRA + - 80a9f6113d97bb86-FRA Connection: - close Content-Length: @@ -269,11 +215,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:31 GMT + - Fri, 22 Sep 2023 10:45:56 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=j0mC%2Bs4d9okbpfqiWKyAaIxIRmoCYuABslHd%2B39iDQec36UIvEl7%2FmYIA%2Bq%2FSq2emrATJRrE3DutNu5tD4skOouATlESv%2Bi3AcmdwM1EDxswohiHT6D%2FKAlg%2B4XkjGOLzGAMECk%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=803hS%2FW9tnONNoWxQcb39bjhmqSU9ovdQyPMV7XBuSYmQ1CoTDoP7QZifEvH3q0NsD0mzuHMp5iaDxdKiODx3sBBP1PHESzN1uHRxuqXwM6NkLz1uVNkdDM%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -281,7 +227,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Thu, 21 Sep 2023 16:44:34 GMT + - Fri, 22 Sep 2023 10:50:35 GMT location: - https://data.crosscite.org/10.1594%2FPANGAEA.902845 permissions-policy: @@ -315,7 +261,7 @@ interactions: Content-Type: - application/vnd.schemaorg.ld+json; charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:33 GMT + - Fri, 22 Sep 2023 10:45:56 GMT ETag: - W/"859e8af6389958403014452a159b39ec" Server: @@ -329,9 +275,9 @@ interactions: X-Powered-By: - Phusion Passenger(R) 6.0.13 X-Request-Id: - - 1ee9bf6e-5b44-48c3-9716-929f6000e4b4 + - 00fb25c2-c44b-45d6-b5c7-7ee7c32dfdc9 X-Runtime: - - '0.015395' + - '0.019753' status: code: 200 message: OK @@ -355,7 +301,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a38882daa81e56-FRA + - 80a9f6154df7bbfd-FRA Connection: - close Content-Length: @@ -363,11 +309,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:34 GMT + - Fri, 22 Sep 2023 10:45:56 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=q09icAAC2c1WLf2w4Q0sPRrfDaz2j0Z8c7EI88etK%2F0R4znzBYHbw894Y85%2FzMdt5tU3PuDqE%2BRcXqH1xxkFFfQUKizqo0PiB1MIgqTGaVPYkcCUUobatP3ggd%2Fk4cUqWXqGwIc%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=VjfXuyNYB9xmpsM0rRPHGJ5ZJnX38JudhNWWyly5JR0aOI0Gn54RdVwhdZ3FfmGmhbksFLcN8xdyqaXZ8gACGkhjg%2FMWijV9EfIbH3K6dftekqi0FXergyU%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -375,7 +321,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Thu, 21 Sep 2023 16:50:10 GMT + - Fri, 22 Sep 2023 11:28:04 GMT location: - https://doi.pangaea.de/10.1594/PANGAEA.902845 permissions-policy: @@ -400,7 +346,7 @@ interactions: uri: https://doi.pangaea.de/10.1594/PANGAEA.902845 response: body: - string: "\r\n\r\n\n\r\n\r\n\n\n\n\r\n\r\n\r\n\r\n\r\n\n\n\n\n\n\nBärfuss, K et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\r\n\r\n\r\n
\r\n
\r\n
\r\n
\r\n
Not logged in
\r\n
\r\n \r\n
\r\n
\r\n \"PANGAEA\r\n
\r\n
\r\n \r\n
\r\n
\r\n PANGAEA.\r\n
\r\n
\r\n Data Publisher for Earth & Environmental Science\r\n
\r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\n
Citation:
\n
\n
\n
\n
\n

Bärfuss, Konrad; Hankers, Rudolf; Bitter, Mark; Feuerle, Thomas; Schulz, Helmut; Rausch, Thomas; Platis, Andreas; Bange, Jens; Lampert, Astrid (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight. PANGAEA, https://doi.org/10.1594/PANGAEA.902845

\n

Always quote citation above when using data! You can download the citation in several formats below.

\n

RIS CitationBibTeX CitationText Citation Facebook TwitterShow MapGoogle Earth

\n
\n
\n
\n
\n
Abstract:
\n
\n
Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)
\n
The flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.
\n
\n
\n
\n
Keyword(s):
\n
\n
airborne measurements; German Bight; meteorological parameters; offshore wind park; sea surface; wake
\n
\n
\n
\n
Related to:
\n
\n
Platis, Andreas; Siedersleben, Simon K; Bange, Jens; Lampert, Astrid; Bärfuss, Konrad; Hankers, Rudolf; Cañadillas, Beatriz; Foreman, Richard; Schulz-Stellenfleth, Johannes; Djath, Bughsin; Neumann, Thomas; Emeis, Stefan (2018): First in situ evidence of wakes in the far field behind offshore wind farms. Scientific Reports, 8(1), https://doi.org/10.1038/s41598-018-20389-y
\n
Siedersleben, Simon K; Lundquist, Julie K; Platis, Andreas; Bange, Jens; Bärfuss, Konrad; Lampert, Astrid; Cañadillas, Beatriz; Neumann, Thomas; Emeis, Stefan (2018): Micrometeorological impacts of offshore wind farms as seen in observations and simulations. Environmental Research Letters, 13(12), 124012, https://doi.org/10.1088/1748-9326/aaea0b
\n
Siedersleben, Simon K; Platis, Andreas; Lundquist, Julie K; Lampert, Astrid; Bärfuss, Konrad; Cañadillas, Beatriz; Djath, Bughsin; Schulz-Stellenfleth, Johannes; Bange, Jens; Neumann, Thomas; Emeis, Stefan (2018): Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements. Meteorologische Zeitschrift, 27(5), 401-415, https://doi.org/10.1127/metz/2018/0900
\n
\n
\n
\n
Project(s):
\n
\n
Wind Park Far Field (WIPAFF)
\n
\n
\n
\n
Funding:
\n
\n
Federal Ministry for Economic Affairs and Energy (BMWi), grant/award no. 0325783B: Wind Park Far Field / Wind Plant Far Field
\n
\n
\n
\n
Coverage:
\n
\n
Median Latitude: 54.109454 * Median Longitude: 7.542533 * South-bound Latitude: 53.452294 * West-bound Longitude: 6.516988 * North-bound Latitude: 54.993339 * East-bound Longitude: 9.158623
\n
Date/Time Start: 2016-09-06T12:13:11 * Date/Time End: 2017-10-15T15:51:13
\n
\n
\n
\n\n
Size:
\n
\n
41 datasets
\n
\n
\n
\n
\n

Download Data

\n

Download ZIP file containing all datasets as tab-delimited text — use the following character encoding: \n

\n\n
\n

Datasets listed in this publication series

\n
    \n
  1. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160906_flight01. https://doi.org/10.1594/PANGAEA.902843
  2. \n\n
  3. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160907_flight02. https://doi.org/10.1594/PANGAEA.902877
  4. \n\n
  5. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160907_flight03. https://doi.org/10.1594/PANGAEA.902859
  6. \n\n
  7. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160908_flight04. https://doi.org/10.1594/PANGAEA.902906
  8. \n\n
  9. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160909_flight05. https://doi.org/10.1594/PANGAEA.902909
  10. \n\n
  11. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160909_flight06. https://doi.org/10.1594/PANGAEA.902910
  12. \n\n
  13. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160910_flight07. https://doi.org/10.1594/PANGAEA.902914
  14. \n\n
  15. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160910_flight08. https://doi.org/10.1594/PANGAEA.902916
  16. \n\n
  17. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170330_flight09. https://doi.org/10.1594/PANGAEA.902918
  18. \n\n
  19. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170331_flight10. https://doi.org/10.1594/PANGAEA.902924
  20. \n\n
  21. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170405_flight11. https://doi.org/10.1594/PANGAEA.902927
  22. \n\n
  23. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170406_flight12. https://doi.org/10.1594/PANGAEA.902930
  24. \n\n
  25. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170409_flight13. https://doi.org/10.1594/PANGAEA.902981
  26. \n\n
  27. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170409_flight14. https://doi.org/10.1594/PANGAEA.902989
  28. \n\n
  29. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170411_flight15. https://doi.org/10.1594/PANGAEA.902982
  30. \n\n
  31. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170411_flight16. https://doi.org/10.1594/PANGAEA.902990
  32. \n\n
  33. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170413_flight17. https://doi.org/10.1594/PANGAEA.902996
  34. \n\n
  35. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170517_flight18. https://doi.org/10.1594/PANGAEA.903002
  36. \n\n
  37. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170517_flight19. https://doi.org/10.1594/PANGAEA.903010
  38. \n\n
  39. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170523_flight20. https://doi.org/10.1594/PANGAEA.903024
  40. \n\n
  41. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170523_flight21. https://doi.org/10.1594/PANGAEA.903052
  42. \n\n
  43. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170524_flight22. https://doi.org/10.1594/PANGAEA.903057
  44. \n\n
  45. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170524_flight23. https://doi.org/10.1594/PANGAEA.903061
  46. \n\n
  47. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170527_flight24. https://doi.org/10.1594/PANGAEA.903062
  48. \n\n
  49. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170527_flight25. https://doi.org/10.1594/PANGAEA.903064
  50. \n\n
  51. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170531_flight26. https://doi.org/10.1594/PANGAEA.903070
  52. \n\n
  53. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170531_flight27. https://doi.org/10.1594/PANGAEA.903072
  54. \n\n
  55. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170601_flight28. https://doi.org/10.1594/PANGAEA.903075
  56. \n\n
  57. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170602_flight29. https://doi.org/10.1594/PANGAEA.903078
  58. \n\n
  59. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170808_flight30. https://doi.org/10.1594/PANGAEA.903330
  60. \n\n
  61. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170808_flight31. https://doi.org/10.1594/PANGAEA.903060
  62. \n\n
  63. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170809_flight32. https://doi.org/10.1594/PANGAEA.903063
  64. \n\n
  65. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170809_flight33. https://doi.org/10.1594/PANGAEA.903069
  66. \n\n
  67. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170810_flight34. https://doi.org/10.1594/PANGAEA.903074
  68. \n\n
  69. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170814_flight35. https://doi.org/10.1594/PANGAEA.903079
  70. \n\n
  71. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170814_flight36. https://doi.org/10.1594/PANGAEA.903082
  72. \n\n
  73. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170815_flight37. https://doi.org/10.1594/PANGAEA.903096
  74. \n\n
  75. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170817_flight38. https://doi.org/10.1594/PANGAEA.903081
  76. \n\n
  77. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171014_flight39. https://doi.org/10.1594/PANGAEA.903088
  78. \n\n
  79. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171015_flight40. https://doi.org/10.1594/PANGAEA.902713
  80. \n\n
  81. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171015_flight41. https://doi.org/10.1594/PANGAEA.902834
  82. \n\n
\n
\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n PANGAEA is hosted by\r\n
\r\n \r\n
\r\n

\r\n Alfred Wegener Institute, Helmholtz Center for Polar and Marine Research (AWI)
\r\n Center for Marine Environmental Sciences, University of Bremen (MARUM)\r\n

\r\n
\r\n\r\n
\r\n The System is supported by\r\n
\r\n \r\n
\r\n

\r\n The European Commission, Research
\r\n Federal Ministry of Education and Research (BMBF)
\r\n Deutsche Forschungsgemeinschaft (DFG)
\r\n International Ocean Discovery Program (IODP)\r\n

\r\n
\r\n\r\n
\r\n Citation\r\n
\r\n\r\n
\r\n

\r\n Felden, J; Möller, L; Schindler, U; Huber, R; Schumacher, S; Koppe, R; Diepenbroek, M; Glöckner, FO (2023):\r\n PANGAEA – Data Publisher for Earth & Environmental Science. Scientific Data, 10(1), 347,\r\n https://doi.org/10.1038/s41597-023-02269-x\r\n

\r\n
\r\n
\r\n\r\n
\r\n
\r\n PANGAEA is certified by\r\n
\r\n \r\n
\r\n \r\n \"World\r\n \r\n \r\n \"World\r\n \r\n \r\n \"CoreTrustSeal\"\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Share on...
\r\n
\r\n \r\n \"Facebook\r\n \r\n \r\n \"Twitter\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\n\n" + string: "\r\n\r\n\n\r\n\r\n\n\n\n\r\n\r\n\r\n\r\n\r\n\n\n\n\n\n\nBärfuss, K et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\r\n\r\n\r\n
\r\n
\r\n
\r\n
\r\n
Not logged in
\r\n
\r\n \r\n
\r\n
\r\n \"PANGAEA\r\n
\r\n
\r\n \r\n
\r\n
\r\n PANGAEA.\r\n
\r\n
\r\n Data Publisher for Earth & Environmental Science\r\n
\r\n
\r\n
\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\n
Citation:
\n
\n
\n
\n
\n

Bärfuss, Konrad; Hankers, Rudolf; Bitter, Mark; Feuerle, Thomas; Schulz, Helmut; Rausch, Thomas; Platis, Andreas; Bange, Jens; Lampert, Astrid (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight. PANGAEA, https://doi.org/10.1594/PANGAEA.902845

\n

Always quote citation above when using data! You can download the citation in several formats below.

\n

RIS CitationBibTeX CitationText Citation Facebook TwitterShow MapGoogle Earth

\n
\n
\n
\n
\n
Abstract:
\n
\n
Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)
\n
The flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.
\n
\n
\n
\n
Keyword(s):
\n
\n
airborne measurements; German Bight; meteorological parameters; offshore wind park; sea surface; wake
\n
\n
\n
\n
Related to:
\n
\n
Platis, Andreas; Siedersleben, Simon K; Bange, Jens; Lampert, Astrid; Bärfuss, Konrad; Hankers, Rudolf; Cañadillas, Beatriz; Foreman, Richard; Schulz-Stellenfleth, Johannes; Djath, Bughsin; Neumann, Thomas; Emeis, Stefan (2018): First in situ evidence of wakes in the far field behind offshore wind farms. Scientific Reports, 8(1), https://doi.org/10.1038/s41598-018-20389-y
\n
Siedersleben, Simon K; Lundquist, Julie K; Platis, Andreas; Bange, Jens; Bärfuss, Konrad; Lampert, Astrid; Cañadillas, Beatriz; Neumann, Thomas; Emeis, Stefan (2018): Micrometeorological impacts of offshore wind farms as seen in observations and simulations. Environmental Research Letters, 13(12), 124012, https://doi.org/10.1088/1748-9326/aaea0b
\n
Siedersleben, Simon K; Platis, Andreas; Lundquist, Julie K; Lampert, Astrid; Bärfuss, Konrad; Cañadillas, Beatriz; Djath, Bughsin; Schulz-Stellenfleth, Johannes; Bange, Jens; Neumann, Thomas; Emeis, Stefan (2018): Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements. Meteorologische Zeitschrift, 27(5), 401-415, https://doi.org/10.1127/metz/2018/0900
\n
\n
\n
\n
Project(s):
\n
\n
Wind Park Far Field (WIPAFF)
\n
\n
\n
\n
Funding:
\n
\n
Federal Ministry for Economic Affairs and Energy (BMWi), grant/award no. 0325783B: Wind Park Far Field / Wind Plant Far Field
\n
\n
\n
\n
Coverage:
\n
\n
Median Latitude: 54.109454 * Median Longitude: 7.542533 * South-bound Latitude: 53.452294 * West-bound Longitude: 6.516988 * North-bound Latitude: 54.993339 * East-bound Longitude: 9.158623
\n
Date/Time Start: 2016-09-06T12:13:11 * Date/Time End: 2017-10-15T15:51:13
\n
\n
\n
\n\n
Size:
\n
\n
41 datasets
\n
\n
\n
\n
\n

Download Data

\n

Download ZIP file containing all datasets as tab-delimited text — use the following character encoding: \n

\n\n
\n

Datasets listed in this publication series

\n
    \n
  1. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160906_flight01. https://doi.org/10.1594/PANGAEA.902843
  2. \n\n
  3. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160907_flight02. https://doi.org/10.1594/PANGAEA.902877
  4. \n\n
  5. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160907_flight03. https://doi.org/10.1594/PANGAEA.902859
  6. \n\n
  7. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160908_flight04. https://doi.org/10.1594/PANGAEA.902906
  8. \n\n
  9. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160909_flight05. https://doi.org/10.1594/PANGAEA.902909
  10. \n\n
  11. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160909_flight06. https://doi.org/10.1594/PANGAEA.902910
  12. \n\n
  13. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160910_flight07. https://doi.org/10.1594/PANGAEA.902914
  14. \n\n
  15. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20160910_flight08. https://doi.org/10.1594/PANGAEA.902916
  16. \n\n
  17. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170330_flight09. https://doi.org/10.1594/PANGAEA.902918
  18. \n\n
  19. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170331_flight10. https://doi.org/10.1594/PANGAEA.902924
  20. \n\n
  21. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170405_flight11. https://doi.org/10.1594/PANGAEA.902927
  22. \n\n
  23. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170406_flight12. https://doi.org/10.1594/PANGAEA.902930
  24. \n\n
  25. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170409_flight13. https://doi.org/10.1594/PANGAEA.902981
  26. \n\n
  27. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170409_flight14. https://doi.org/10.1594/PANGAEA.902989
  28. \n\n
  29. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170411_flight15. https://doi.org/10.1594/PANGAEA.902982
  30. \n\n
  31. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170411_flight16. https://doi.org/10.1594/PANGAEA.902990
  32. \n\n
  33. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170413_flight17. https://doi.org/10.1594/PANGAEA.902996
  34. \n\n
  35. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170517_flight18. https://doi.org/10.1594/PANGAEA.903002
  36. \n\n
  37. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170517_flight19. https://doi.org/10.1594/PANGAEA.903010
  38. \n\n
  39. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170523_flight20. https://doi.org/10.1594/PANGAEA.903024
  40. \n\n
  41. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170523_flight21. https://doi.org/10.1594/PANGAEA.903052
  42. \n\n
  43. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170524_flight22. https://doi.org/10.1594/PANGAEA.903057
  44. \n\n
  45. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170524_flight23. https://doi.org/10.1594/PANGAEA.903061
  46. \n\n
  47. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170527_flight24. https://doi.org/10.1594/PANGAEA.903062
  48. \n\n
  49. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170527_flight25. https://doi.org/10.1594/PANGAEA.903064
  50. \n\n
  51. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170531_flight26. https://doi.org/10.1594/PANGAEA.903070
  52. \n\n
  53. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170531_flight27. https://doi.org/10.1594/PANGAEA.903072
  54. \n\n
  55. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170601_flight28. https://doi.org/10.1594/PANGAEA.903075
  56. \n\n
  57. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170602_flight29. https://doi.org/10.1594/PANGAEA.903078
  58. \n\n
  59. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170808_flight30. https://doi.org/10.1594/PANGAEA.903330
  60. \n\n
  61. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170808_flight31. https://doi.org/10.1594/PANGAEA.903060
  62. \n\n
  63. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170809_flight32. https://doi.org/10.1594/PANGAEA.903063
  64. \n\n
  65. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170809_flight33. https://doi.org/10.1594/PANGAEA.903069
  66. \n\n
  67. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170810_flight34. https://doi.org/10.1594/PANGAEA.903074
  68. \n\n
  69. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170814_flight35. https://doi.org/10.1594/PANGAEA.903079
  70. \n\n
  71. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170814_flight36. https://doi.org/10.1594/PANGAEA.903082
  72. \n\n
  73. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170815_flight37. https://doi.org/10.1594/PANGAEA.903096
  74. \n\n
  75. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20170817_flight38. https://doi.org/10.1594/PANGAEA.903081
  76. \n\n
  77. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171014_flight39. https://doi.org/10.1594/PANGAEA.903088
  78. \n\n
  79. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171015_flight40. https://doi.org/10.1594/PANGAEA.902713
  80. \n\n
  81. Bärfuss, K; Hankers, R; Bitter, M et al. (2019): In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight, Flight 20171015_flight41. https://doi.org/10.1594/PANGAEA.902834
  82. \n\n
\n
\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n PANGAEA is hosted by\r\n
\r\n \r\n
\r\n

\r\n Alfred Wegener Institute, Helmholtz Center for Polar and Marine Research (AWI)
\r\n Center for Marine Environmental Sciences, University of Bremen (MARUM)\r\n

\r\n
\r\n\r\n
\r\n The System is supported by\r\n
\r\n \r\n
\r\n

\r\n The European Commission, Research
\r\n Federal Ministry of Education and Research (BMBF)
\r\n Deutsche Forschungsgemeinschaft (DFG)
\r\n International Ocean Discovery Program (IODP)\r\n

\r\n
\r\n\r\n
\r\n Citation\r\n
\r\n\r\n
\r\n

\r\n Felden, J; Möller, L; Schindler, U; Huber, R; Schumacher, S; Koppe, R; Diepenbroek, M; Glöckner, FO (2023):\r\n PANGAEA – Data Publisher for Earth & Environmental Science. Scientific Data, 10(1), 347,\r\n https://doi.org/10.1038/s41597-023-02269-x\r\n

\r\n
\r\n
\r\n\r\n
\r\n
\r\n PANGAEA is certified by\r\n
\r\n \r\n
\r\n \r\n \"World\r\n \r\n \r\n \"World\r\n \r\n \r\n \"CoreTrustSeal\"\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Share on...
\r\n
\r\n \r\n \"Facebook\r\n \r\n \r\n \"Twitter\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\n\n" headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -411,13 +357,13 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:34 GMT + - Fri, 22 Sep 2023 10:45:56 GMT Link: - - ;rel="cite-as", ;rel="describedby";type="application/vnd.nasa.dif-metadata+xml", ;rel="describedby";type="application/ld+json", ;rel="describedby";type="application/vnd.iso19139.metadata+xml", ;rel="describedby";type="application/x-research-info-systems", ;rel="describedby";type="application/vnd.pangaea.metadata+xml", ;rel="describedby";type="application/vnd.datacite.datacite+xml", ;rel="describedby";type="application/x-bibtex", ;rel="describedby";type="text/x-bibliography", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" + - ;rel="cite-as", ;rel="describedby";type="application/ld+json", ;rel="describedby";type="application/vnd.nasa.dif-metadata+xml", ;rel="describedby";type="text/x-bibliography", ;rel="describedby";type="application/x-bibtex", ;rel="describedby";type="application/vnd.datacite.datacite+xml", ;rel="describedby";type="application/vnd.pangaea.metadata+xml", ;rel="describedby";type="application/x-research-info-systems", ;rel="describedby";type="application/vnd.iso19139.metadata+xml", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=2b54288e3d5a4245ecb9584126241474; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=dc57a02e61c166f0914a0c31acdde5e6; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -425,7 +371,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - 2b54288e3d5a4245ecb9584126241474 + - dc57a02e61c166f0914a0c31acdde5e6 X-Content-Type-Options: - nosniff X-Frame-Options: @@ -443,7 +389,7 @@ interactions: body: headers: Accept: - - text/turtle, application/turtle, application/x-turtle;q=0.8, application/rdf+xml, text/n3;q=0.9, text/rdf+n3;q=0.9,application/ld+json + - application/ld+json Connection: - close Host: @@ -467,13 +413,13 @@ interactions: Content-Type: - application/ld+json; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:34 GMT + - Fri, 22 Sep 2023 10:45:58 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=aff60d28a711620170de76cb401a7a63; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=3234bba3add4d42e9e9c94789892a49a; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -481,7 +427,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - aff60d28a711620170de76cb401a7a63 + - 3234bba3add4d42e9e9c94789892a49a X-Content-Type-Options: - nosniff X-Frame-Options: @@ -513,7 +459,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a38888a8be1c9f-FRA + - 80a9f6234d7c9974-FRA Connection: - close Content-Length: @@ -521,11 +467,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:35 GMT + - Fri, 22 Sep 2023 10:45:58 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=v042%2Fv6iKrRQpBMWki7%2BD8f8haMOj1OiOaeGtQMfZHYucjuGixztrQsT1Fvl2ehi2tGu%2FlxD3G285RvoyQFpw158A5UczsrJc%2FgEkVa2Gcbao3UBSpuY63h2p4ZWRIxN7zNtGuM%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=dg5jBra8cFEyDC8jYkTR7K1aP7cUCnj8K7HQiCpxdw34Xh4pPz%2FMXUgzRpZ1NUEiG9HpCbfzizYOB2VRbhoodt5GP45%2FBvU01mhGCefCmk0jBqbVpmr4nJ0%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -533,7 +479,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Thu, 21 Sep 2023 16:24:03 GMT + - Fri, 22 Sep 2023 10:50:35 GMT location: - https://data.crosscite.org/10.1594%2FPANGAEA.902845 permissions-policy: @@ -567,7 +513,7 @@ interactions: Content-Type: - text/plain; charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:35 GMT + - Fri, 22 Sep 2023 10:45:59 GMT Server: - nginx/1.18.0 + Phusion Passenger(R) 6.0.13 Status: @@ -579,12 +525,66 @@ interactions: X-Powered-By: - Phusion Passenger(R) 6.0.13 X-Request-Id: - - 802a8c52-b900-454b-b64a-095e61a3e756 + - 50370325-c5b5-4524-a732-da5364110541 X-Runtime: - - '0.015679' + - '0.019727' status: code: 422 message: Unprocessable Entity +- request: + body: + headers: + Accept: + - text/turtle, application/turtle, application/x-turtle;q=0.8, application/rdf+xml, text/n3;q=0.9, text/rdf+n3;q=0.9,application/ld+json + Connection: + - close + Host: + - doi.pangaea.de + User-Agent: + - F-UJI + method: GET + uri: https://doi.pangaea.de/10.1594/PANGAEA.902845 + response: + body: + string: '{"@context":"http://schema.org/","@id":"https://doi.org/10.1594/PANGAEA.902845","@type":"Dataset","identifier":"https://doi.org/10.1594/PANGAEA.902845","url":"https://doi.pangaea.de/10.1594/PANGAEA.902845","creator":[{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@type":"Person","name":"Rudolf Hankers","familyName":"Hankers","givenName":"Rudolf","email":"r.hankers@tu-bs.de"},{"@type":"Person","name":"Mark Bitter","familyName":"Bitter","givenName":"Mark","email":"mark.bitter@tu-bs.de"},{"@type":"Person","name":"Thomas Feuerle","familyName":"Feuerle","givenName":"Thomas","email":"t.feuerle@tu-bs.de"},{"@type":"Person","name":"Helmut Schulz","familyName":"Schulz","givenName":"Helmut"},{"@type":"Person","name":"Thomas Rausch","familyName":"Rausch","givenName":"Thomas","email":"thomas.rausch@tu-bs.de"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"}],"name":"In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight","publisher":{"@type":"Organization","name":"PANGAEA","disambiguatingDescription":"Data Publisher for Earth & Environmental Science","url":"https://www.pangaea.de/"},"includedInDataCatalog":{"@type":"DataCatalog","name":"PANGAEA","disambiguatingDescription":"Data Publisher for Earth & Environmental Science","url":"https://www.pangaea.de/"},"datePublished":"2019-06-21","description":"Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation) […]","abstract":"Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.","citation":[{"@id":"https://doi.org/10.1038/s41598-018-20389-y","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1038/s41598-018-20389-y","url":"https://doi.org/10.1038/s41598-018-20389-y","creator":[{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@type":"Person","name":"Rudolf Hankers","familyName":"Hankers","givenName":"Rudolf","email":"r.hankers@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@type":"Person","name":"Richard Foreman","familyName":"Foreman","givenName":"Richard"},{"@type":"Person","name":"Johannes Schulz-Stellenfleth","familyName":"Schulz-Stellenfleth","givenName":"Johannes"},{"@id":"https://orcid.org/0000-0002-1121-5272","@type":"Person","name":"Bughsin Djath","familyName":"Djath","givenName":"Bughsin","identifier":"https://orcid.org/0000-0002-1121-5272"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"First in situ evidence of wakes in the far field behind offshore wind farms","datePublished":"2018","issueNumber":"8(1)","isPartOf":{"@type":"CreativeWorkSeries","name":"Scientific Reports"}},{"@id":"https://doi.org/10.1088/1748-9326/aaea0b","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1088/1748-9326/aaea0b","url":"https://doi.org/10.1088/1748-9326/aaea0b","creator":[{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0001-5490-2702","@type":"Person","name":"Julie K Lundquist","familyName":"Lundquist","givenName":"Julie K","identifier":"https://orcid.org/0000-0001-5490-2702"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"Micrometeorological impacts of offshore wind farms as seen in observations and simulations","datePublished":"2018","issueNumber":"13(12)","pagination":"124012","isPartOf":{"@type":"CreativeWorkSeries","name":"Environmental Research Letters"}},{"@id":"https://doi.org/10.1127/metz/2018/0900","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1127/metz/2018/0900","url":"https://doi.org/10.1127/metz/2018/0900","creator":[{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0001-5490-2702","@type":"Person","name":"Julie K Lundquist","familyName":"Lundquist","givenName":"Julie K","identifier":"https://orcid.org/0000-0001-5490-2702"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@id":"https://orcid.org/0000-0002-1121-5272","@type":"Person","name":"Bughsin Djath","familyName":"Djath","givenName":"Bughsin","identifier":"https://orcid.org/0000-0002-1121-5272"},{"@type":"Person","name":"Johannes Schulz-Stellenfleth","familyName":"Schulz-Stellenfleth","givenName":"Johannes"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements","datePublished":"2018","issueNumber":"27(5)","pagination":"401-415","isPartOf":{"@type":"CreativeWorkSeries","name":"Meteorologische Zeitschrift"}}],"spatialCoverage":{"@type":"Place","geo":{"@type":"GeoShape","box":"53.452294 6.516988 54.993339 9.158623"}},"temporalCoverage":"2016-09-06T12:13:11/2017-10-15T15:51:13","funding":{"@type":"MonetaryGrant","identifier":"0325783B","name":"Wind Park Far Field / Wind Plant Far Field","url":"https://foerderportal.bund.de/foekat/jsp/SucheAction.do?actionMode=view&fkz=0325783B","funder":{"@id":"https://doi.org/10.13039/501100006360","@type":"Organization","identifier":"https://doi.org/10.13039/501100006360","name":"Federal Ministry for Economic Affairs and Energy","alternateName":"BMWi","url":"https://www.bmwi.de/Navigation/EN/Home/home.html"}},"size":{"@type":"QuantitativeValue","value":41.0,"unitText":"datasets"},"keywords":"airborne measurements; German Bight; meteorological parameters; offshore wind park; sea surface; wake","license":"https://creativecommons.org/licenses/by/4.0/","conditionsOfAccess":"unrestricted","isAccessibleForFree":true,"inLanguage":"en","distribution":{"@type":"DataDownload","encodingFormat":"application/zip","contentUrl":"https://doi.pangaea.de/10.1594/PANGAEA.902845?format=zip"}}' + headers: + Alt-Svc: + - h3=":443"; ma=2592000 + Cache-Control: + - public + Connection: + - close + Content-Disposition: + - inline; filename=Baerfuss-etal_2019.json + Content-Type: + - application/ld+json; charset=UTF-8 + Date: + - Fri, 22 Sep 2023 10:45:59 GMT + Link: + - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" + Server: + - nginx/1.25.2 + Set-Cookie: + - pansessid=35cb33c5000cfbf30d95568863d5b812; Path=/; Domain=.pangaea.de; Secure; HttpOnly + Strict-Transport-Security: + - max-age=31536000 + Transfer-Encoding: + - chunked + Vary: + - Origin, Cookie, Authorization, Accept + X-CID: + - 35cb33c5000cfbf30d95568863d5b812 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Powered-By: + - Jetty(12.0.1) + X-UA-Compatible: + - IE=Edge + status: + code: 200 + message: OK - request: body: headers: @@ -605,7 +605,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a3888c8aa33612-FRA + - 80a9f628de723a86-FRA Connection: - close Content-Length: @@ -613,11 +613,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:35 GMT + - Fri, 22 Sep 2023 10:45:59 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=KOEUVfHbJsmPBU6sW9kZ4NVOhYKUy4SRBkba5Cg%2FDqeSSD84UEOEW9wE59W2V7ZNCFL5UQWSVRBF5kcpz5B1tKhEV%2FqCVBwwAohV7lB8CGe%2BG1V3bqu7G2BEI8Q08PYZdEuCpBE%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=uY1eY7y6M1xJkeZfSnsCySNoFyUXoomc1Fj2f3sS%2BgUbMIhlGFg5G89%2B4empgDsIx0CX2J70098WxUb3cWVpUi43CLSEX4apOLQlA6ukCNfgV56FtPHVuCo%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -625,7 +625,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Thu, 21 Sep 2023 16:29:33 GMT + - Fri, 22 Sep 2023 11:35:14 GMT location: - https://data.crosscite.org/10.1594%2FPANGAEA.902845 permissions-policy: @@ -659,7 +659,7 @@ interactions: Content-Type: - application/vnd.datacite.datacite+json; charset=utf-8 Date: - - Thu, 21 Sep 2023 16:02:35 GMT + - Fri, 22 Sep 2023 10:46:00 GMT ETag: - W/"320d5950352e0b9d8e184e6a84b7b5fd" Server: @@ -673,9 +673,9 @@ interactions: X-Powered-By: - Phusion Passenger(R) 6.0.13 X-Request-Id: - - 18ff67a5-6a86-4fc0-ac4d-5755afb67df1 + - ce65e766-d18f-452e-9cf2-33015cc88df0 X-Runtime: - - '0.021331' + - '0.019274' status: code: 200 message: OK @@ -683,7 +683,7 @@ interactions: body: headers: Accept: - - application/vnd.pangaea.metadata+xml,application/xml, text/xml;q=0.5 + - application/vnd.datacite.datacite+xml,application/xml, text/xml;q=0.5 Connection: - close Host: @@ -691,10 +691,10 @@ interactions: User-Agent: - F-UJI method: GET - uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_panmd + uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_datacite4 response: body: - string: "\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nHankers\nRudolf\nr.hankers@tu-bs.de\n\n\nBitter\nMark\nmark.bitter@tu-bs.de\n\n\nFeuerle\nThomas\nt.feuerle@tu-bs.de\n\n\nSchulz\nHelmut\n\n\nRausch\nThomas\nthomas.rausch@tu-bs.de\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n2019\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\nhttps://doi.org/10.1594/PANGAEA.902845\n2019-06-21T11:51:58\n\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nHankers\nRudolf\nr.hankers@tu-bs.de\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nForeman\nRichard\n\n\nSchulz-Stellenfleth\nJohannes\n\n\nDjath\nBughsin\n0000-0002-1121-5272\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nFirst in situ evidence of wakes in the far field behind offshore wind farms\nScientific Reports\n8(1)\nhttps://doi.org/10.1038/s41598-018-20389-y\n\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nLundquist\nJulie K\n0000-0001-5490-2702\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nMicrometeorological impacts of offshore wind farms as seen in observations and simulations\nEnvironmental Research Letters\n13(12)\nhttps://doi.org/10.1088/1748-9326/aaea0b\n124012\n\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nLundquist\nJulie K\n0000-0001-5490-2702\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nDjath\nBughsin\n0000-0002-1121-5272\n\n\nSchulz-Stellenfleth\nJohannes\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nEvaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements\nMeteorologische Zeitschrift\n27(5)\nhttps://doi.org/10.1127/metz/2018/0900\n401-415\n\n\n\n6.516988\n9.158623\n53.452294\n54.993339\n7.542532644354501\n54.10945427946413\n\n\n2016-09-06T12:13:11\n2017-10-15T15:51:13\n\nnot specified\n\n\nWIPAFF\nWind Park Far Field\n\n\n\nFederal Ministry for Economic Affairs and Energy\nBMWi\nhttps://www.bmwi.de/Navigation/EN/Home/home.html\nhttps://doi.org/10.13039/501100006360\n\n0325783B\nWind Park Far Field / Wind Plant Far Field\nhttps://foerderportal.bund.de/foekat/jsp/SucheAction.do?actionMode=view&fkz=0325783B\n\n41\n\nCC-BY-4.0\nCreative Commons Attribution 4.0 International\nhttps://creativecommons.org/licenses/by/4.0/\n\naircraft north | Aircraft velocity, absolute north-south components | Aircraft vel V | aircraft east | Aircraft velocity, absolute east-west components | Aircraft vel U | aircraft down | Aircraft velocity, absolute downward components | Aircraft vel W | Roll angle | Roll | Pitch angle | Pitch | Heading | Head | Pressure, air | Press air | Temperature, air | TTT | Density, air | Density air | Humidity, relative | RH | Dewpoint mirror | Lyman-alpha sensor | northward component | Wind velocity, south-north | V | eastward component | Wind velocity, west-east | U | downward component | Wind velocity, vertical | W | Surface temperature | Surf temp | Radar altitude above ground | Radar altitude | Radar altimeter | Surface elevation, standard deviation | Surf elev std dev | LiDAR (Light Detection And Ranging)\n\ncitable\nairborne measurements\nGerman Bight\nmeteorological parameters\noffshore wind park\nsea surface\nwake\nfeatured\nmethod10325\nmethod10342\nmethod10343\nmethod7376\nparam123717\nparam123718\nparam123719\nparam154943\nparam166609\nparam170894\nparam170895\nparam170896\nparam170897\nparam170898\nparam21892\nparam2219\nparam31368\nparam31369\nparam4610\nparam50171\npi69919\nauthor22721\nauthor32784\nauthor61851\nauthor69919\nauthor69920\nauthor69921\nauthor69922\nauthor69923\nauthor69924\nauthor69925\nauthor69926\nauthor69927\nauthor69928\nauthor69929\nauthor69930\nauthor69931\nauthor70090\naward161\nfunder20684\ngeocode1599\ngeocode1600\ngeocode1601\njournal11153\njournal16727\njournal5064\nlicense21\nproject4330\nref100073\nref100074\nref100075\nterm34421\nterm47227\nterm48504\nterm49558\nterm49559\nterm49560\nterm49561\ntopotype1\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + string: 10.1594/PANGAEA.902845Bärfuss, KonradKonradBärfuss0000-0001-5130-5494Hankers, RudolfRudolfHankersBitter, MarkMarkBitterFeuerle, ThomasThomasFeuerleSchulz, HelmutHelmutSchulzRausch, ThomasThomasRauschPlatis, AndreasAndreasPlatis0000-0002-9276-3587Bange, JensJensBange0000-0003-4075-1573Lampert, AstridAstridLampert0000-0003-1414-1616In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German BightPANGAEA2019airborne measurementsGerman Bightmeteorological parametersoffshore wind parksea surfacewakeWind Park Far Field (WIPAFF)2016-09-06T12:13:11/2017-10-15T15:51:13enPublication Series of Datasets10.1038/s41598-018-20389-y10.1088/1748-9326/aaea0b10.1127/metz/2018/090041 datasetsapplication/zipCreative Commons Attribution 4.0 InternationalOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)
The flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.
6.5169889.15862353.45229454.993339Federal Ministry for Economic Affairs and Energyhttps://doi.org/10.13039/5011000063600325783BWind Park Far Field / Wind Plant Far Field
headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -703,17 +703,17 @@ interactions: Connection: - close Content-Disposition: - - inline; filename=Baerfuss-etal_2019.panmd.xml + - inline; filename=Baerfuss-etal_2019.datacite.xml Content-Type: - - application/vnd.pangaea.metadata+xml; charset=UTF-8 + - application/vnd.datacite.datacite+xml; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:36 GMT + - Fri, 22 Sep 2023 10:46:00 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=ef650f92d4cb0e7bba8a788d80f57a4c; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=f6548d6d2e5cbf17216eb760f17af6cb; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -721,7 +721,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - ef650f92d4cb0e7bba8a788d80f57a4c + - f6548d6d2e5cbf17216eb760f17af6cb X-Content-Type-Options: - nosniff X-Frame-Options: @@ -739,7 +739,7 @@ interactions: body: headers: Accept: - - application/vnd.datacite.datacite+xml,application/xml, text/xml;q=0.5 + - application/vnd.pangaea.metadata+xml,application/xml, text/xml;q=0.5 Connection: - close Host: @@ -747,10 +747,10 @@ interactions: User-Agent: - F-UJI method: GET - uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_datacite4 + uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_panmd response: body: - string: 10.1594/PANGAEA.902845Bärfuss, KonradKonradBärfuss0000-0001-5130-5494Hankers, RudolfRudolfHankersBitter, MarkMarkBitterFeuerle, ThomasThomasFeuerleSchulz, HelmutHelmutSchulzRausch, ThomasThomasRauschPlatis, AndreasAndreasPlatis0000-0002-9276-3587Bange, JensJensBange0000-0003-4075-1573Lampert, AstridAstridLampert0000-0003-1414-1616In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German BightPANGAEA2019airborne measurementsGerman Bightmeteorological parametersoffshore wind parksea surfacewakeWind Park Far Field (WIPAFF)2016-09-06T12:13:11/2017-10-15T15:51:13enPublication Series of Datasets10.1038/s41598-018-20389-y10.1088/1748-9326/aaea0b10.1127/metz/2018/090041 datasetsapplication/zipCreative Commons Attribution 4.0 InternationalOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)
The flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.
6.5169889.15862353.45229454.993339Federal Ministry for Economic Affairs and Energyhttps://doi.org/10.13039/5011000063600325783BWind Park Far Field / Wind Plant Far Field
+ string: "\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nHankers\nRudolf\nr.hankers@tu-bs.de\n\n\nBitter\nMark\nmark.bitter@tu-bs.de\n\n\nFeuerle\nThomas\nt.feuerle@tu-bs.de\n\n\nSchulz\nHelmut\n\n\nRausch\nThomas\nthomas.rausch@tu-bs.de\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n2019\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\nhttps://doi.org/10.1594/PANGAEA.902845\n2019-06-21T11:51:58\n\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nHankers\nRudolf\nr.hankers@tu-bs.de\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nForeman\nRichard\n\n\nSchulz-Stellenfleth\nJohannes\n\n\nDjath\nBughsin\n0000-0002-1121-5272\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nFirst in situ evidence of wakes in the far field behind offshore wind farms\nScientific Reports\n8(1)\nhttps://doi.org/10.1038/s41598-018-20389-y\n\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nLundquist\nJulie K\n0000-0001-5490-2702\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nMicrometeorological impacts of offshore wind farms as seen in observations and simulations\nEnvironmental Research Letters\n13(12)\nhttps://doi.org/10.1088/1748-9326/aaea0b\n124012\n\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nLundquist\nJulie K\n0000-0001-5490-2702\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nDjath\nBughsin\n0000-0002-1121-5272\n\n\nSchulz-Stellenfleth\nJohannes\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nEvaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements\nMeteorologische Zeitschrift\n27(5)\nhttps://doi.org/10.1127/metz/2018/0900\n401-415\n\n\n\n6.516988\n9.158623\n53.452294\n54.993339\n7.542532644354501\n54.10945427946413\n\n\n2016-09-06T12:13:11\n2017-10-15T15:51:13\n\nnot specified\n\n\nWIPAFF\nWind Park Far Field\n\n\n\nFederal Ministry for Economic Affairs and Energy\nBMWi\nhttps://www.bmwi.de/Navigation/EN/Home/home.html\nhttps://doi.org/10.13039/501100006360\n\n0325783B\nWind Park Far Field / Wind Plant Far Field\nhttps://foerderportal.bund.de/foekat/jsp/SucheAction.do?actionMode=view&fkz=0325783B\n\n41\n\nCC-BY-4.0\nCreative Commons Attribution 4.0 International\nhttps://creativecommons.org/licenses/by/4.0/\n\naircraft north | Aircraft velocity, absolute north-south components | Aircraft vel V | aircraft east | Aircraft velocity, absolute east-west components | Aircraft vel U | aircraft down | Aircraft velocity, absolute downward components | Aircraft vel W | Roll angle | Roll | Pitch angle | Pitch | Heading | Head | Pressure, air | Press air | Temperature, air | TTT | Density, air | Density air | Humidity, relative | RH | Dewpoint mirror | Lyman-alpha sensor | northward component | Wind velocity, south-north | V | eastward component | Wind velocity, west-east | U | downward component | Wind velocity, vertical | W | Surface temperature | Surf temp | Radar altitude above ground | Radar altitude | Radar altimeter | Surface elevation, standard deviation | Surf elev std dev | LiDAR (Light Detection And Ranging)\n\ncitable\nairborne measurements\nGerman Bight\nmeteorological parameters\noffshore wind park\nsea surface\nwake\nfeatured\nmethod10325\nmethod10342\nmethod10343\nmethod7376\nparam123717\nparam123718\nparam123719\nparam154943\nparam166609\nparam170894\nparam170895\nparam170896\nparam170897\nparam170898\nparam21892\nparam2219\nparam31368\nparam31369\nparam4610\nparam50171\npi69919\nauthor22721\nauthor32784\nauthor61851\nauthor69919\nauthor69920\nauthor69921\nauthor69922\nauthor69923\nauthor69924\nauthor69925\nauthor69926\nauthor69927\nauthor69928\nauthor69929\nauthor69930\nauthor69931\nauthor70090\naward161\nfunder20684\ngeocode1599\ngeocode1600\ngeocode1601\njournal11153\njournal16727\njournal5064\nlicense21\nproject4330\nref100073\nref100074\nref100075\nterm34421\nterm47227\nterm48504\nterm49558\nterm49559\nterm49560\nterm49561\ntopotype1\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -759,17 +759,17 @@ interactions: Connection: - close Content-Disposition: - - inline; filename=Baerfuss-etal_2019.datacite.xml + - inline; filename=Baerfuss-etal_2019.panmd.xml Content-Type: - - application/vnd.datacite.datacite+xml; charset=UTF-8 + - application/vnd.pangaea.metadata+xml; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:36 GMT + - Fri, 22 Sep 2023 10:46:00 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=d4c3a12d0acaa07ddacb5cece0c73341; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=5e24a3414d898f75e5e127f13505d1eb; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -777,7 +777,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - d4c3a12d0acaa07ddacb5cece0c73341 + - 5e24a3414d898f75e5e127f13505d1eb X-Content-Type-Options: - nosniff X-Frame-Options: @@ -795,7 +795,7 @@ interactions: body: headers: Accept: - - application/vnd.iso19139.metadata+xml,application/xml, text/xml;q=0.5 + - application/vnd.nasa.dif-metadata+xml,application/xml, text/xml;q=0.5 Connection: - close Host: @@ -803,10 +803,10 @@ interactions: User-Agent: - F-UJI method: GET - uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_iso19139 + uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_dif response: body: - string: "\n\nde.pangaea.dataset902845\n\n\neng\n\n\ndataset\n\n\n\n\nPANGAEA\n\n\n\n
\n\n\ninfo@pangaea.de\n\n\n
\n\n\n\nhttps://www.pangaea.de/\n\n\ninformation\n\n\n\n
\n
\n\npointOfContact\n\n
\n
\n\n2023-07-26T11:51:00Z\n\n\nhttps://doi.pangaea.de/10.1594/PANGAEA.902845\n\n\n\n\n\n\n<gco:CharacterString>In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight</gco:CharacterString>\n\n\n\n\n2019-06-21T11:51:58\n\n\npublication\n\n\n\n\n\n\nhttps://doi.org/10.1594/PANGAEA.902845\n\n\n\n\n\n\nBärfuss, Konrad\n\n\n\n
\n\n\nk.baerfuss@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0001-5130-5494\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nHankers, Rudolf\n\n\n\n
\n\n\nr.hankers@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBitter, Mark\n\n\n\n
\n\n\nmark.bitter@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nFeuerle, Thomas\n\n\n\n
\n\n\nt.feuerle@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nSchulz, Helmut\n\n\nauthor\n\n\n\n\n\n\nRausch, Thomas\n\n\n\n
\n\n\nthomas.rausch@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nPlatis, Andreas\n\n\n\n
\n\n\nandreas.platis@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0002-9276-3587\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBange, Jens\n\n\n\n
\n\n\njens.bange@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-4075-1573\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nLampert, Astrid\n\n\n\n
\n\n\nastrid.lampert@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-1414-1616\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nPANGAEA\n\n\n\n
\n\n\ninfo@pangaea.de\n\n\n
\n\n\n\nhttps://www.pangaea.de/\n\n\ninformation\n\n\n\n
\n
\n\npublisher\n\n
\n
\n\ntableDigital\n\n
\n
\n\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.\n\n\ncompleted\n\n\n\n\nairborne measurements\n\n\nGerman Bight\n\n\nmeteorological parameters\n\n\noffshore wind park\n\n\nsea surface\n\n\nwake\n\n\ntheme\n\n\n\n\n<gco:CharacterString>PANGAEA Keyword List</gco:CharacterString>\n\n\n\n\n1995-01-01\n\n\ncreation\n\n\n\n\n\n\nPANGAEA\n\n\n\n
\n\n\ninfo@pangaea.de\n\n\n
\n\n\n\nhttps://www.pangaea.de/\n\n\ninformation\n\n\n\n
\n
\n\npointOfContact\n\n
\n
\n
\n
\n
\n
\n\n\n\nWIPAFF\n\n\nWind Park Far Field\n\n\ntheme\n\n\n\n\n<gco:CharacterString>PANGAEA Project List</gco:CharacterString>\n\n\n\n\n1995-01-01\n\n\ncreation\n\n\n\n\n\n\nPANGAEA\n\n\n\n
\n\n\ninfo@pangaea.de\n\n\n
\n\n\n\nhttps://www.pangaea.de/\n\n\ninformation\n\n\n\n
\n
\n\npointOfContact\n\n
\n
\n
\n
\n
\n
\n\n\n\ncopyright\n\n\ncopyright\n\n\nCC-BY-4.0: Creative Commons Attribution 4.0 International\n\n\n\n\ntextTable\n\n\neng\n\n\ngeoscientificInformation\n\n\n\n\n\n\n6.516988\n\n\n9.158623\n\n\n53.452294\n\n\n54.993339\n\n\n\n\n\n\n\n2016-09-06T12:13:11\n2017-10-15T15:51:13\n\n\n\n\n\n\n
\n
\n\n\n\n\n\napplication/zip\n\n\nunknown\n\n\n\n\n\n\n\n\nhttps://doi.pangaea.de/10.1594/PANGAEA.902845?format=zip\n\n\ndownload\n\n\n\n\n\n\n\n\n\n\n\n\ndataset\n\n\n\n\n\n\nThe data set was checked for completeness, correctness, and consistency of metainformation. Validity of used methods was checked and - if applicable - precision and range of data.\n\n\n\n\nRelated to\n\n\n\n\n<gco:CharacterString>First in situ evidence of wakes in the far field behind offshore wind farms</gco:CharacterString>\n\n\n\n\n2018-01-01\n\n\npublication\n\n\n\n\n\n\nhttps://doi.org/10.1038/s41598-018-20389-y\n\n\n\n\n\n\nPlatis, Andreas\n\n\n\n
\n\n\nandreas.platis@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0002-9276-3587\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nSiedersleben, Simon K\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-8467-1471\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nBange, Jens\n\n\n\n
\n\n\njens.bange@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-4075-1573\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nLampert, Astrid\n\n\n\n
\n\n\nastrid.lampert@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-1414-1616\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBärfuss, Konrad\n\n\n\n
\n\n\nk.baerfuss@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0001-5130-5494\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nHankers, Rudolf\n\n\n\n
\n\n\nr.hankers@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nCañadillas, Beatriz\n\n\n\n
\n\n\nb.canadillas@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-2004-0336\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nForeman, Richard\n\n\nauthor\n\n\n\n\n\n\nSchulz-Stellenfleth, Johannes\n\n\nauthor\n\n\n\n\n\n\nDjath, Bughsin\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-1121-5272\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nNeumann, Thomas\n\n\n\n
\n\n\nthomas.neumann@io-warnemuende.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nEmeis, Stefan\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-6114-6212\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\ndocumentDigital\n\n\n\n\nScientific Reports\n\n\n8(1)\n\n\n\n
\n
\n
\n\n\n\n\nRelated to\n\n\n\n\n<gco:CharacterString>Micrometeorological impacts of offshore wind farms as seen in observations and simulations</gco:CharacterString>\n\n\n\n\n2018-01-01\n\n\npublication\n\n\n\n\n\n\nhttps://doi.org/10.1088/1748-9326/aaea0b\n\n\n\n\n\n\nSiedersleben, Simon K\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-8467-1471\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nLundquist, Julie K\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-5490-2702\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nPlatis, Andreas\n\n\n\n
\n\n\nandreas.platis@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0002-9276-3587\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBange, Jens\n\n\n\n
\n\n\njens.bange@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-4075-1573\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBärfuss, Konrad\n\n\n\n
\n\n\nk.baerfuss@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0001-5130-5494\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nLampert, Astrid\n\n\n\n
\n\n\nastrid.lampert@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-1414-1616\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nCañadillas, Beatriz\n\n\n\n
\n\n\nb.canadillas@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-2004-0336\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nNeumann, Thomas\n\n\n\n
\n\n\nthomas.neumann@io-warnemuende.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nEmeis, Stefan\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-6114-6212\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\ndocumentDigital\n\n\n\n\nEnvironmental Research Letters\n\n\n13(12)\n\n\n124012\n\n\n\n
\n
\n
\n\n\n\n\nRelated to\n\n\n\n\n<gco:CharacterString>Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements</gco:CharacterString>\n\n\n\n\n2018-01-01\n\n\npublication\n\n\n\n\n\n\nhttps://doi.org/10.1127/metz/2018/0900\n\n\n\n\n\n\nSiedersleben, Simon K\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-8467-1471\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nPlatis, Andreas\n\n\n\n
\n\n\nandreas.platis@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0002-9276-3587\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nLundquist, Julie K\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-5490-2702\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nLampert, Astrid\n\n\n\n
\n\n\nastrid.lampert@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-1414-1616\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBärfuss, Konrad\n\n\n\n
\n\n\nk.baerfuss@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0001-5130-5494\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nCañadillas, Beatriz\n\n\n\n
\n\n\nb.canadillas@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-2004-0336\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nDjath, Bughsin\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-1121-5272\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nSchulz-Stellenfleth, Johannes\n\n\nauthor\n\n\n\n\n\n\nBange, Jens\n\n\n\n
\n\n\njens.bange@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-4075-1573\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nNeumann, Thomas\n\n\n\n
\n\n\nthomas.neumann@io-warnemuende.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nEmeis, Stefan\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-6114-6212\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\ndocumentDigital\n\n\n\n\nMeteorologische Zeitschrift\n\n\n27(5)\n\n\n401-415\n\n\n\n
\n
\n
\n\n
\n
\n
\n
\n
\n" + string: "\nPANGAEA_902845\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n\nBärfuss, Konrad; Hankers, Rudolf; Bitter, Mark; Feuerle, Thomas; Schulz, Helmut; Rausch, Thomas; Platis, Andreas; Bange, Jens; Lampert, Astrid\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n2019-06-21\nPANGAEA\nDataset\nhttps://doi.pangaea.de/10.1594/PANGAEA.902845\n\n\nEarth Science\n\ngeoscientificInformation\nairborne measurements\nGerman Bight\nmeteorological parameters\noffshore wind park\nsea surface\nwake\n\n2016-09-06\n2017-10-15\n\nComplete\n\n53.452294\n54.993339\n6.516988\n9.158623\n\n\nWIPAFF\nWind Park Far Field\n\nunrestricted\nCC-BY-4.0: Creative Commons Attribution 4.0 International\nEnglish\n\n\nPANGAEA\nData Publisher for Earth & Environmental Science\n\nhttps://www.pangaea.de/\n\nData Center Contact\nMichael\nDiepenbroek\ninfo@pangaea.de\n\n
Leobener Str.
\nBremen\nBremen\n28359\nGermany\n
\n
\n
\n\nonline\n41 datasets\napplication/zip\n\nPlatis, Andreas; Siedersleben, Simon K; Bange, Jens; Lampert, Astrid; Bärfuss, Konrad; Hankers, Rudolf; Cañadillas, Beatriz; Foreman, Richard; Schulz-Stellenfleth, Johannes; Djath, Bughsin; Neumann, Thomas; Emeis, Stefan (2018): First in situ evidence of wakes in the far field behind offshore wind farms. Scientific Reports, 8(1), https://doi.org/10.1038/s41598-018-20389-y\nSiedersleben, Simon K; Lundquist, Julie K; Platis, Andreas; Bange, Jens; Bärfuss, Konrad; Lampert, Astrid; Cañadillas, Beatriz; Neumann, Thomas; Emeis, Stefan (2018): Micrometeorological impacts of offshore wind farms as seen in observations and simulations. Environmental Research Letters, 13(12), 124012, https://doi.org/10.1088/1748-9326/aaea0b\nSiedersleben, Simon K; Platis, Andreas; Lundquist, Julie K; Lampert, Astrid; Bärfuss, Konrad; Cañadillas, Beatriz; Djath, Bughsin; Schulz-Stellenfleth, Johannes; Bange, Jens; Neumann, Thomas; Emeis, Stefan (2018): Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements. Meteorologische Zeitschrift, 27(5), 401-415, https://doi.org/10.1127/metz/2018/0900\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions. ** For all details see the full metadata description at \"https://doi.pangaea.de/10.1594/PANGAEA.902845\"!\n\nhttps://doi.org/10.1038/s41598-018-20389-y\nFirst in situ evidence of wakes in the far field behind offshore wind farms\n\n\nhttps://doi.org/10.1088/1748-9326/aaea0b\nMicrometeorological impacts of offshore wind farms as seen in observations and simulations\n\n\nhttps://doi.org/10.1127/metz/2018/0900\nEvaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements\n\nDIF\n9.4\n2019-06-21\n2023-07-26\n
\n" headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -815,17 +815,17 @@ interactions: Connection: - close Content-Disposition: - - inline; filename=Baerfuss-etal_2019.iso19139.xml + - inline; filename=Baerfuss-etal_2019.dif.xml Content-Type: - - application/vnd.iso19139.metadata+xml; charset=UTF-8 + - application/vnd.nasa.dif-metadata+xml; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:36 GMT + - Fri, 22 Sep 2023 10:46:01 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=7a4b8a0f13e5943586e96107b12c7833; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=713d9c8cd1c32e4fde567a0853ef87fe; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -833,7 +833,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - 7a4b8a0f13e5943586e96107b12c7833 + - 713d9c8cd1c32e4fde567a0853ef87fe X-Content-Type-Options: - nosniff X-Frame-Options: @@ -851,7 +851,7 @@ interactions: body: headers: Accept: - - application/vnd.nasa.dif-metadata+xml,application/xml, text/xml;q=0.5 + - application/vnd.datacite.datacite+xml,application/xml, text/xml;q=0.5 Connection: - close Host: @@ -859,10 +859,10 @@ interactions: User-Agent: - F-UJI method: GET - uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_dif + uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_datacite4 response: body: - string: "\nPANGAEA_902845\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n\nBärfuss, Konrad; Hankers, Rudolf; Bitter, Mark; Feuerle, Thomas; Schulz, Helmut; Rausch, Thomas; Platis, Andreas; Bange, Jens; Lampert, Astrid\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n2019-06-21\nPANGAEA\nDataset\nhttps://doi.pangaea.de/10.1594/PANGAEA.902845\n\n\nEarth Science\n\ngeoscientificInformation\nairborne measurements\nGerman Bight\nmeteorological parameters\noffshore wind park\nsea surface\nwake\n\n2016-09-06\n2017-10-15\n\nComplete\n\n53.452294\n54.993339\n6.516988\n9.158623\n\n\nWIPAFF\nWind Park Far Field\n\nunrestricted\nCC-BY-4.0: Creative Commons Attribution 4.0 International\nEnglish\n\n\nPANGAEA\nData Publisher for Earth & Environmental Science\n\nhttps://www.pangaea.de/\n\nData Center Contact\nMichael\nDiepenbroek\ninfo@pangaea.de\n\n
Leobener Str.
\nBremen\nBremen\n28359\nGermany\n
\n
\n
\n\nonline\n41 datasets\napplication/zip\n\nPlatis, Andreas; Siedersleben, Simon K; Bange, Jens; Lampert, Astrid; Bärfuss, Konrad; Hankers, Rudolf; Cañadillas, Beatriz; Foreman, Richard; Schulz-Stellenfleth, Johannes; Djath, Bughsin; Neumann, Thomas; Emeis, Stefan (2018): First in situ evidence of wakes in the far field behind offshore wind farms. Scientific Reports, 8(1), https://doi.org/10.1038/s41598-018-20389-y\nSiedersleben, Simon K; Lundquist, Julie K; Platis, Andreas; Bange, Jens; Bärfuss, Konrad; Lampert, Astrid; Cañadillas, Beatriz; Neumann, Thomas; Emeis, Stefan (2018): Micrometeorological impacts of offshore wind farms as seen in observations and simulations. Environmental Research Letters, 13(12), 124012, https://doi.org/10.1088/1748-9326/aaea0b\nSiedersleben, Simon K; Platis, Andreas; Lundquist, Julie K; Lampert, Astrid; Bärfuss, Konrad; Cañadillas, Beatriz; Djath, Bughsin; Schulz-Stellenfleth, Johannes; Bange, Jens; Neumann, Thomas; Emeis, Stefan (2018): Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements. Meteorologische Zeitschrift, 27(5), 401-415, https://doi.org/10.1127/metz/2018/0900\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions. ** For all details see the full metadata description at \"https://doi.pangaea.de/10.1594/PANGAEA.902845\"!\n\nhttps://doi.org/10.1038/s41598-018-20389-y\nFirst in situ evidence of wakes in the far field behind offshore wind farms\n\n\nhttps://doi.org/10.1088/1748-9326/aaea0b\nMicrometeorological impacts of offshore wind farms as seen in observations and simulations\n\n\nhttps://doi.org/10.1127/metz/2018/0900\nEvaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements\n\nDIF\n9.4\n2019-06-21\n2023-07-26\n
\n" + string: 10.1594/PANGAEA.902845Bärfuss, KonradKonradBärfuss0000-0001-5130-5494Hankers, RudolfRudolfHankersBitter, MarkMarkBitterFeuerle, ThomasThomasFeuerleSchulz, HelmutHelmutSchulzRausch, ThomasThomasRauschPlatis, AndreasAndreasPlatis0000-0002-9276-3587Bange, JensJensBange0000-0003-4075-1573Lampert, AstridAstridLampert0000-0003-1414-1616In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German BightPANGAEA2019airborne measurementsGerman Bightmeteorological parametersoffshore wind parksea surfacewakeWind Park Far Field (WIPAFF)2016-09-06T12:13:11/2017-10-15T15:51:13enPublication Series of Datasets10.1038/s41598-018-20389-y10.1088/1748-9326/aaea0b10.1127/metz/2018/090041 datasetsapplication/zipCreative Commons Attribution 4.0 InternationalOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)
The flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.
6.5169889.15862353.45229454.993339Federal Ministry for Economic Affairs and Energyhttps://doi.org/10.13039/5011000063600325783BWind Park Far Field / Wind Plant Far Field
headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -871,17 +871,17 @@ interactions: Connection: - close Content-Disposition: - - inline; filename=Baerfuss-etal_2019.dif.xml + - inline; filename=Baerfuss-etal_2019.datacite.xml Content-Type: - - application/vnd.nasa.dif-metadata+xml; charset=UTF-8 + - application/vnd.datacite.datacite+xml; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:37 GMT + - Fri, 22 Sep 2023 10:46:01 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=240f3016496ec662c5cce2035e987dc8; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=13d725f3ddf6d1e497456f36549718fd; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -889,7 +889,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - 240f3016496ec662c5cce2035e987dc8 + - 13d725f3ddf6d1e497456f36549718fd X-Content-Type-Options: - nosniff X-Frame-Options: @@ -931,13 +931,13 @@ interactions: Content-Type: - application/ld+json; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:37 GMT + - Fri, 22 Sep 2023 10:46:01 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=6506d25e58ba7fd2bbca28e648254b46; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=a98f011d7c1496cc586a106df2a0cb94; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -945,7 +945,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - 6506d25e58ba7fd2bbca28e648254b46 + - a98f011d7c1496cc586a106df2a0cb94 X-Content-Type-Options: - nosniff X-Frame-Options: @@ -961,7 +961,7 @@ interactions: body: headers: Accept: - - application/vnd.pangaea.metadata+xml,application/xml, text/xml;q=0.5 + - text/turtle, application/turtle, application/x-turtle;q=0.8, application/rdf+xml, text/n3;q=0.9, text/rdf+n3;q=0.9,application/ld+json Connection: - close Host: @@ -969,10 +969,10 @@ interactions: User-Agent: - F-UJI method: GET - uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_panmd + uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_jsonld response: body: - string: "\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nHankers\nRudolf\nr.hankers@tu-bs.de\n\n\nBitter\nMark\nmark.bitter@tu-bs.de\n\n\nFeuerle\nThomas\nt.feuerle@tu-bs.de\n\n\nSchulz\nHelmut\n\n\nRausch\nThomas\nthomas.rausch@tu-bs.de\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n2019\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\nhttps://doi.org/10.1594/PANGAEA.902845\n2019-06-21T11:51:58\n\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nHankers\nRudolf\nr.hankers@tu-bs.de\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nForeman\nRichard\n\n\nSchulz-Stellenfleth\nJohannes\n\n\nDjath\nBughsin\n0000-0002-1121-5272\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nFirst in situ evidence of wakes in the far field behind offshore wind farms\nScientific Reports\n8(1)\nhttps://doi.org/10.1038/s41598-018-20389-y\n\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nLundquist\nJulie K\n0000-0001-5490-2702\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nMicrometeorological impacts of offshore wind farms as seen in observations and simulations\nEnvironmental Research Letters\n13(12)\nhttps://doi.org/10.1088/1748-9326/aaea0b\n124012\n\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nLundquist\nJulie K\n0000-0001-5490-2702\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nDjath\nBughsin\n0000-0002-1121-5272\n\n\nSchulz-Stellenfleth\nJohannes\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nEvaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements\nMeteorologische Zeitschrift\n27(5)\nhttps://doi.org/10.1127/metz/2018/0900\n401-415\n\n\n\n6.516988\n9.158623\n53.452294\n54.993339\n7.542532644354501\n54.10945427946413\n\n\n2016-09-06T12:13:11\n2017-10-15T15:51:13\n\nnot specified\n\n\nWIPAFF\nWind Park Far Field\n\n\n\nFederal Ministry for Economic Affairs and Energy\nBMWi\nhttps://www.bmwi.de/Navigation/EN/Home/home.html\nhttps://doi.org/10.13039/501100006360\n\n0325783B\nWind Park Far Field / Wind Plant Far Field\nhttps://foerderportal.bund.de/foekat/jsp/SucheAction.do?actionMode=view&fkz=0325783B\n\n41\n\nCC-BY-4.0\nCreative Commons Attribution 4.0 International\nhttps://creativecommons.org/licenses/by/4.0/\n\naircraft north | Aircraft velocity, absolute north-south components | Aircraft vel V | aircraft east | Aircraft velocity, absolute east-west components | Aircraft vel U | aircraft down | Aircraft velocity, absolute downward components | Aircraft vel W | Roll angle | Roll | Pitch angle | Pitch | Heading | Head | Pressure, air | Press air | Temperature, air | TTT | Density, air | Density air | Humidity, relative | RH | Dewpoint mirror | Lyman-alpha sensor | northward component | Wind velocity, south-north | V | eastward component | Wind velocity, west-east | U | downward component | Wind velocity, vertical | W | Surface temperature | Surf temp | Radar altitude above ground | Radar altitude | Radar altimeter | Surface elevation, standard deviation | Surf elev std dev | LiDAR (Light Detection And Ranging)\n\ncitable\nairborne measurements\nGerman Bight\nmeteorological parameters\noffshore wind park\nsea surface\nwake\nfeatured\nmethod10325\nmethod10342\nmethod10343\nmethod7376\nparam123717\nparam123718\nparam123719\nparam154943\nparam166609\nparam170894\nparam170895\nparam170896\nparam170897\nparam170898\nparam21892\nparam2219\nparam31368\nparam31369\nparam4610\nparam50171\npi69919\nauthor22721\nauthor32784\nauthor61851\nauthor69919\nauthor69920\nauthor69921\nauthor69922\nauthor69923\nauthor69924\nauthor69925\nauthor69926\nauthor69927\nauthor69928\nauthor69929\nauthor69930\nauthor69931\nauthor70090\naward161\nfunder20684\ngeocode1599\ngeocode1600\ngeocode1601\njournal11153\njournal16727\njournal5064\nlicense21\nproject4330\nref100073\nref100074\nref100075\nterm34421\nterm47227\nterm48504\nterm49558\nterm49559\nterm49560\nterm49561\ntopotype1\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" + string: '{"@context":"http://schema.org/","@id":"https://doi.org/10.1594/PANGAEA.902845","@type":"Dataset","identifier":"https://doi.org/10.1594/PANGAEA.902845","url":"https://doi.pangaea.de/10.1594/PANGAEA.902845","creator":[{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@type":"Person","name":"Rudolf Hankers","familyName":"Hankers","givenName":"Rudolf","email":"r.hankers@tu-bs.de"},{"@type":"Person","name":"Mark Bitter","familyName":"Bitter","givenName":"Mark","email":"mark.bitter@tu-bs.de"},{"@type":"Person","name":"Thomas Feuerle","familyName":"Feuerle","givenName":"Thomas","email":"t.feuerle@tu-bs.de"},{"@type":"Person","name":"Helmut Schulz","familyName":"Schulz","givenName":"Helmut"},{"@type":"Person","name":"Thomas Rausch","familyName":"Rausch","givenName":"Thomas","email":"thomas.rausch@tu-bs.de"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"}],"name":"In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight","publisher":{"@type":"Organization","name":"PANGAEA","disambiguatingDescription":"Data Publisher for Earth & Environmental Science","url":"https://www.pangaea.de/"},"includedInDataCatalog":{"@type":"DataCatalog","name":"PANGAEA","disambiguatingDescription":"Data Publisher for Earth & Environmental Science","url":"https://www.pangaea.de/"},"datePublished":"2019-06-21","description":"Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation) […]","abstract":"Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.","citation":[{"@id":"https://doi.org/10.1038/s41598-018-20389-y","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1038/s41598-018-20389-y","url":"https://doi.org/10.1038/s41598-018-20389-y","creator":[{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@type":"Person","name":"Rudolf Hankers","familyName":"Hankers","givenName":"Rudolf","email":"r.hankers@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@type":"Person","name":"Richard Foreman","familyName":"Foreman","givenName":"Richard"},{"@type":"Person","name":"Johannes Schulz-Stellenfleth","familyName":"Schulz-Stellenfleth","givenName":"Johannes"},{"@id":"https://orcid.org/0000-0002-1121-5272","@type":"Person","name":"Bughsin Djath","familyName":"Djath","givenName":"Bughsin","identifier":"https://orcid.org/0000-0002-1121-5272"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"First in situ evidence of wakes in the far field behind offshore wind farms","datePublished":"2018","issueNumber":"8(1)","isPartOf":{"@type":"CreativeWorkSeries","name":"Scientific Reports"}},{"@id":"https://doi.org/10.1088/1748-9326/aaea0b","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1088/1748-9326/aaea0b","url":"https://doi.org/10.1088/1748-9326/aaea0b","creator":[{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0001-5490-2702","@type":"Person","name":"Julie K Lundquist","familyName":"Lundquist","givenName":"Julie K","identifier":"https://orcid.org/0000-0001-5490-2702"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"Micrometeorological impacts of offshore wind farms as seen in observations and simulations","datePublished":"2018","issueNumber":"13(12)","pagination":"124012","isPartOf":{"@type":"CreativeWorkSeries","name":"Environmental Research Letters"}},{"@id":"https://doi.org/10.1127/metz/2018/0900","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1127/metz/2018/0900","url":"https://doi.org/10.1127/metz/2018/0900","creator":[{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0001-5490-2702","@type":"Person","name":"Julie K Lundquist","familyName":"Lundquist","givenName":"Julie K","identifier":"https://orcid.org/0000-0001-5490-2702"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@id":"https://orcid.org/0000-0002-1121-5272","@type":"Person","name":"Bughsin Djath","familyName":"Djath","givenName":"Bughsin","identifier":"https://orcid.org/0000-0002-1121-5272"},{"@type":"Person","name":"Johannes Schulz-Stellenfleth","familyName":"Schulz-Stellenfleth","givenName":"Johannes"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements","datePublished":"2018","issueNumber":"27(5)","pagination":"401-415","isPartOf":{"@type":"CreativeWorkSeries","name":"Meteorologische Zeitschrift"}}],"spatialCoverage":{"@type":"Place","geo":{"@type":"GeoShape","box":"53.452294 6.516988 54.993339 9.158623"}},"temporalCoverage":"2016-09-06T12:13:11/2017-10-15T15:51:13","funding":{"@type":"MonetaryGrant","identifier":"0325783B","name":"Wind Park Far Field / Wind Plant Far Field","url":"https://foerderportal.bund.de/foekat/jsp/SucheAction.do?actionMode=view&fkz=0325783B","funder":{"@id":"https://doi.org/10.13039/501100006360","@type":"Organization","identifier":"https://doi.org/10.13039/501100006360","name":"Federal Ministry for Economic Affairs and Energy","alternateName":"BMWi","url":"https://www.bmwi.de/Navigation/EN/Home/home.html"}},"size":{"@type":"QuantitativeValue","value":41.0,"unitText":"datasets"},"keywords":"airborne measurements; German Bight; meteorological parameters; offshore wind park; sea surface; wake","license":"https://creativecommons.org/licenses/by/4.0/","conditionsOfAccess":"unrestricted","isAccessibleForFree":true,"inLanguage":"en","distribution":{"@type":"DataDownload","encodingFormat":"application/zip","contentUrl":"https://doi.pangaea.de/10.1594/PANGAEA.902845?format=zip"}}' headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -981,17 +981,17 @@ interactions: Connection: - close Content-Disposition: - - inline; filename=Baerfuss-etal_2019.panmd.xml + - inline; filename=Baerfuss-etal_2019.json Content-Type: - - application/vnd.pangaea.metadata+xml; charset=UTF-8 + - application/ld+json; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:37 GMT + - Fri, 22 Sep 2023 10:46:01 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=e0e5188b46f12db927af776199e1ee91; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=fe69881d7adb7e191b0351293c4c9b87; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -999,15 +999,13 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - e0e5188b46f12db927af776199e1ee91 + - fe69881d7adb7e191b0351293c4c9b87 X-Content-Type-Options: - nosniff X-Frame-Options: - SAMEORIGIN X-Powered-By: - Jetty(12.0.1) - X-Robots-Tag: - - noindex,nofollow,archive X-UA-Compatible: - IE=Edge status: @@ -1041,13 +1039,13 @@ interactions: Content-Type: - application/vnd.iso19139.metadata+xml; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:37 GMT + - Fri, 22 Sep 2023 10:46:02 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=356286088ffef729ea1bd79a4fac2e73; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=310dcbdebec4984613948c449bf61298; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -1055,7 +1053,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - 356286088ffef729ea1bd79a4fac2e73 + - 310dcbdebec4984613948c449bf61298 X-Content-Type-Options: - nosniff X-Frame-Options: @@ -1073,7 +1071,7 @@ interactions: body: headers: Accept: - - application/vnd.nasa.dif-metadata+xml,application/xml, text/xml;q=0.5 + - application/vnd.pangaea.metadata+xml,application/xml, text/xml;q=0.5 Connection: - close Host: @@ -1081,10 +1079,10 @@ interactions: User-Agent: - F-UJI method: GET - uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_dif + uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_panmd response: body: - string: "\nPANGAEA_902845\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n\nBärfuss, Konrad; Hankers, Rudolf; Bitter, Mark; Feuerle, Thomas; Schulz, Helmut; Rausch, Thomas; Platis, Andreas; Bange, Jens; Lampert, Astrid\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n2019-06-21\nPANGAEA\nDataset\nhttps://doi.pangaea.de/10.1594/PANGAEA.902845\n\n\nEarth Science\n\ngeoscientificInformation\nairborne measurements\nGerman Bight\nmeteorological parameters\noffshore wind park\nsea surface\nwake\n\n2016-09-06\n2017-10-15\n\nComplete\n\n53.452294\n54.993339\n6.516988\n9.158623\n\n\nWIPAFF\nWind Park Far Field\n\nunrestricted\nCC-BY-4.0: Creative Commons Attribution 4.0 International\nEnglish\n\n\nPANGAEA\nData Publisher for Earth & Environmental Science\n\nhttps://www.pangaea.de/\n\nData Center Contact\nMichael\nDiepenbroek\ninfo@pangaea.de\n\n
Leobener Str.
\nBremen\nBremen\n28359\nGermany\n
\n
\n
\n\nonline\n41 datasets\napplication/zip\n\nPlatis, Andreas; Siedersleben, Simon K; Bange, Jens; Lampert, Astrid; Bärfuss, Konrad; Hankers, Rudolf; Cañadillas, Beatriz; Foreman, Richard; Schulz-Stellenfleth, Johannes; Djath, Bughsin; Neumann, Thomas; Emeis, Stefan (2018): First in situ evidence of wakes in the far field behind offshore wind farms. Scientific Reports, 8(1), https://doi.org/10.1038/s41598-018-20389-y\nSiedersleben, Simon K; Lundquist, Julie K; Platis, Andreas; Bange, Jens; Bärfuss, Konrad; Lampert, Astrid; Cañadillas, Beatriz; Neumann, Thomas; Emeis, Stefan (2018): Micrometeorological impacts of offshore wind farms as seen in observations and simulations. Environmental Research Letters, 13(12), 124012, https://doi.org/10.1088/1748-9326/aaea0b\nSiedersleben, Simon K; Platis, Andreas; Lundquist, Julie K; Lampert, Astrid; Bärfuss, Konrad; Cañadillas, Beatriz; Djath, Bughsin; Schulz-Stellenfleth, Johannes; Bange, Jens; Neumann, Thomas; Emeis, Stefan (2018): Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements. Meteorologische Zeitschrift, 27(5), 401-415, https://doi.org/10.1127/metz/2018/0900\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions. ** For all details see the full metadata description at \"https://doi.pangaea.de/10.1594/PANGAEA.902845\"!\n\nhttps://doi.org/10.1038/s41598-018-20389-y\nFirst in situ evidence of wakes in the far field behind offshore wind farms\n\n\nhttps://doi.org/10.1088/1748-9326/aaea0b\nMicrometeorological impacts of offshore wind farms as seen in observations and simulations\n\n\nhttps://doi.org/10.1127/metz/2018/0900\nEvaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements\n\nDIF\n9.4\n2019-06-21\n2023-07-26\n
\n" + string: "\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nHankers\nRudolf\nr.hankers@tu-bs.de\n\n\nBitter\nMark\nmark.bitter@tu-bs.de\n\n\nFeuerle\nThomas\nt.feuerle@tu-bs.de\n\n\nSchulz\nHelmut\n\n\nRausch\nThomas\nthomas.rausch@tu-bs.de\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n2019\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\nhttps://doi.org/10.1594/PANGAEA.902845\n2019-06-21T11:51:58\n\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nHankers\nRudolf\nr.hankers@tu-bs.de\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nForeman\nRichard\n\n\nSchulz-Stellenfleth\nJohannes\n\n\nDjath\nBughsin\n0000-0002-1121-5272\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nFirst in situ evidence of wakes in the far field behind offshore wind farms\nScientific Reports\n8(1)\nhttps://doi.org/10.1038/s41598-018-20389-y\n\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nLundquist\nJulie K\n0000-0001-5490-2702\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nMicrometeorological impacts of offshore wind farms as seen in observations and simulations\nEnvironmental Research Letters\n13(12)\nhttps://doi.org/10.1088/1748-9326/aaea0b\n124012\n\n\n\nSiedersleben\nSimon K\n0000-0002-8467-1471\n\n\nPlatis\nAndreas\nandreas.platis@uni-tuebingen.de\n0000-0002-9276-3587\n\n\nLundquist\nJulie K\n0000-0001-5490-2702\n\n\nLampert\nAstrid\nastrid.lampert@tu-bs.de\nhttps://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert\n0000-0003-1414-1616\n\n\nBärfuss\nKonrad\nk.baerfuss@tu-bs.de\n0000-0001-5130-5494\n\n\nCañadillas\nBeatriz\nb.canadillas@tu-bs.de\n0000-0003-2004-0336\n\n\nDjath\nBughsin\n0000-0002-1121-5272\n\n\nSchulz-Stellenfleth\nJohannes\n\n\nBange\nJens\njens.bange@uni-tuebingen.de\n0000-0003-4075-1573\n\n\nNeumann\nThomas\nthomas.neumann@io-warnemuende.de\n\n\nEmeis\nStefan\n0000-0001-6114-6212\n\n2018\nEvaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements\nMeteorologische Zeitschrift\n27(5)\nhttps://doi.org/10.1127/metz/2018/0900\n401-415\n\n\n\n6.516988\n9.158623\n53.452294\n54.993339\n7.542532644354501\n54.10945427946413\n\n\n2016-09-06T12:13:11\n2017-10-15T15:51:13\n\nnot specified\n\n\nWIPAFF\nWind Park Far Field\n\n\n\nFederal Ministry for Economic Affairs and Energy\nBMWi\nhttps://www.bmwi.de/Navigation/EN/Home/home.html\nhttps://doi.org/10.13039/501100006360\n\n0325783B\nWind Park Far Field / Wind Plant Far Field\nhttps://foerderportal.bund.de/foekat/jsp/SucheAction.do?actionMode=view&fkz=0325783B\n\n41\n\nCC-BY-4.0\nCreative Commons Attribution 4.0 International\nhttps://creativecommons.org/licenses/by/4.0/\n\naircraft north | Aircraft velocity, absolute north-south components | Aircraft vel V | aircraft east | Aircraft velocity, absolute east-west components | Aircraft vel U | aircraft down | Aircraft velocity, absolute downward components | Aircraft vel W | Roll angle | Roll | Pitch angle | Pitch | Heading | Head | Pressure, air | Press air | Temperature, air | TTT | Density, air | Density air | Humidity, relative | RH | Dewpoint mirror | Lyman-alpha sensor | northward component | Wind velocity, south-north | V | eastward component | Wind velocity, west-east | U | downward component | Wind velocity, vertical | W | Surface temperature | Surf temp | Radar altitude above ground | Radar altitude | Radar altimeter | Surface elevation, standard deviation | Surf elev std dev | LiDAR (Light Detection And Ranging)\n\ncitable\nairborne measurements\nGerman Bight\nmeteorological parameters\noffshore wind park\nsea surface\nwake\nfeatured\nmethod10325\nmethod10342\nmethod10343\nmethod7376\nparam123717\nparam123718\nparam123719\nparam154943\nparam166609\nparam170894\nparam170895\nparam170896\nparam170897\nparam170898\nparam21892\nparam2219\nparam31368\nparam31369\nparam4610\nparam50171\npi69919\nauthor22721\nauthor32784\nauthor61851\nauthor69919\nauthor69920\nauthor69921\nauthor69922\nauthor69923\nauthor69924\nauthor69925\nauthor69926\nauthor69927\nauthor69928\nauthor69929\nauthor69930\nauthor69931\nauthor70090\naward161\nfunder20684\ngeocode1599\ngeocode1600\ngeocode1601\njournal11153\njournal16727\njournal5064\nlicense21\nproject4330\nref100073\nref100074\nref100075\nterm34421\nterm47227\nterm48504\nterm49558\nterm49559\nterm49560\nterm49561\ntopotype1\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -1093,17 +1091,17 @@ interactions: Connection: - close Content-Disposition: - - inline; filename=Baerfuss-etal_2019.dif.xml + - inline; filename=Baerfuss-etal_2019.panmd.xml Content-Type: - - application/vnd.nasa.dif-metadata+xml; charset=UTF-8 + - application/vnd.pangaea.metadata+xml; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:38 GMT + - Fri, 22 Sep 2023 10:46:02 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=cb38cc3036e8f7420d78bfa1db9c02f3; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=7043db3ba830738b4e629f69b2c34751; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -1111,7 +1109,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - cb38cc3036e8f7420d78bfa1db9c02f3 + - 7043db3ba830738b4e629f69b2c34751 X-Content-Type-Options: - nosniff X-Frame-Options: @@ -1129,7 +1127,7 @@ interactions: body: headers: Accept: - - text/turtle, application/turtle, application/x-turtle;q=0.8, application/rdf+xml, text/n3;q=0.9, text/rdf+n3;q=0.9,application/ld+json + - application/vnd.nasa.dif-metadata+xml,application/xml, text/xml;q=0.5 Connection: - close Host: @@ -1137,10 +1135,10 @@ interactions: User-Agent: - F-UJI method: GET - uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_jsonld + uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_dif response: body: - string: '{"@context":"http://schema.org/","@id":"https://doi.org/10.1594/PANGAEA.902845","@type":"Dataset","identifier":"https://doi.org/10.1594/PANGAEA.902845","url":"https://doi.pangaea.de/10.1594/PANGAEA.902845","creator":[{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@type":"Person","name":"Rudolf Hankers","familyName":"Hankers","givenName":"Rudolf","email":"r.hankers@tu-bs.de"},{"@type":"Person","name":"Mark Bitter","familyName":"Bitter","givenName":"Mark","email":"mark.bitter@tu-bs.de"},{"@type":"Person","name":"Thomas Feuerle","familyName":"Feuerle","givenName":"Thomas","email":"t.feuerle@tu-bs.de"},{"@type":"Person","name":"Helmut Schulz","familyName":"Schulz","givenName":"Helmut"},{"@type":"Person","name":"Thomas Rausch","familyName":"Rausch","givenName":"Thomas","email":"thomas.rausch@tu-bs.de"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"}],"name":"In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight","publisher":{"@type":"Organization","name":"PANGAEA","disambiguatingDescription":"Data Publisher for Earth & Environmental Science","url":"https://www.pangaea.de/"},"includedInDataCatalog":{"@type":"DataCatalog","name":"PANGAEA","disambiguatingDescription":"Data Publisher for Earth & Environmental Science","url":"https://www.pangaea.de/"},"datePublished":"2019-06-21","description":"Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation) […]","abstract":"Offshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.","citation":[{"@id":"https://doi.org/10.1038/s41598-018-20389-y","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1038/s41598-018-20389-y","url":"https://doi.org/10.1038/s41598-018-20389-y","creator":[{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@type":"Person","name":"Rudolf Hankers","familyName":"Hankers","givenName":"Rudolf","email":"r.hankers@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@type":"Person","name":"Richard Foreman","familyName":"Foreman","givenName":"Richard"},{"@type":"Person","name":"Johannes Schulz-Stellenfleth","familyName":"Schulz-Stellenfleth","givenName":"Johannes"},{"@id":"https://orcid.org/0000-0002-1121-5272","@type":"Person","name":"Bughsin Djath","familyName":"Djath","givenName":"Bughsin","identifier":"https://orcid.org/0000-0002-1121-5272"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"First in situ evidence of wakes in the far field behind offshore wind farms","datePublished":"2018","issueNumber":"8(1)","isPartOf":{"@type":"CreativeWorkSeries","name":"Scientific Reports"}},{"@id":"https://doi.org/10.1088/1748-9326/aaea0b","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1088/1748-9326/aaea0b","url":"https://doi.org/10.1088/1748-9326/aaea0b","creator":[{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0001-5490-2702","@type":"Person","name":"Julie K Lundquist","familyName":"Lundquist","givenName":"Julie K","identifier":"https://orcid.org/0000-0001-5490-2702"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"Micrometeorological impacts of offshore wind farms as seen in observations and simulations","datePublished":"2018","issueNumber":"13(12)","pagination":"124012","isPartOf":{"@type":"CreativeWorkSeries","name":"Environmental Research Letters"}},{"@id":"https://doi.org/10.1127/metz/2018/0900","@type":["CreativeWork","PublicationIssue"],"identifier":"https://doi.org/10.1127/metz/2018/0900","url":"https://doi.org/10.1127/metz/2018/0900","creator":[{"@id":"https://orcid.org/0000-0002-8467-1471","@type":"Person","name":"Simon K Siedersleben","familyName":"Siedersleben","givenName":"Simon K","identifier":"https://orcid.org/0000-0002-8467-1471"},{"@id":"https://orcid.org/0000-0002-9276-3587","@type":"Person","name":"Andreas Platis","familyName":"Platis","givenName":"Andreas","identifier":"https://orcid.org/0000-0002-9276-3587","email":"andreas.platis@uni-tuebingen.de"},{"@id":"https://orcid.org/0000-0001-5490-2702","@type":"Person","name":"Julie K Lundquist","familyName":"Lundquist","givenName":"Julie K","identifier":"https://orcid.org/0000-0001-5490-2702"},{"@id":"https://orcid.org/0000-0003-1414-1616","@type":"Person","name":"Astrid Lampert","familyName":"Lampert","givenName":"Astrid","identifier":"https://orcid.org/0000-0003-1414-1616","url":"https://www.tu-braunschweig.de/ilr/dasinstitut/mitarbeiter/ehemaligemitarbeiter/astridlampert","email":"astrid.lampert@tu-bs.de"},{"@id":"https://orcid.org/0000-0001-5130-5494","@type":"Person","name":"Konrad Bärfuss","familyName":"Bärfuss","givenName":"Konrad","identifier":"https://orcid.org/0000-0001-5130-5494","email":"k.baerfuss@tu-bs.de"},{"@id":"https://orcid.org/0000-0003-2004-0336","@type":"Person","name":"Beatriz Cañadillas","familyName":"Cañadillas","givenName":"Beatriz","identifier":"https://orcid.org/0000-0003-2004-0336","email":"b.canadillas@tu-bs.de"},{"@id":"https://orcid.org/0000-0002-1121-5272","@type":"Person","name":"Bughsin Djath","familyName":"Djath","givenName":"Bughsin","identifier":"https://orcid.org/0000-0002-1121-5272"},{"@type":"Person","name":"Johannes Schulz-Stellenfleth","familyName":"Schulz-Stellenfleth","givenName":"Johannes"},{"@id":"https://orcid.org/0000-0003-4075-1573","@type":"Person","name":"Jens Bange","familyName":"Bange","givenName":"Jens","identifier":"https://orcid.org/0000-0003-4075-1573","email":"jens.bange@uni-tuebingen.de"},{"@type":"Person","name":"Thomas Neumann","familyName":"Neumann","givenName":"Thomas","email":"thomas.neumann@io-warnemuende.de"},{"@id":"https://orcid.org/0000-0001-6114-6212","@type":"Person","name":"Stefan Emeis","familyName":"Emeis","givenName":"Stefan","identifier":"https://orcid.org/0000-0001-6114-6212"}],"name":"Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements","datePublished":"2018","issueNumber":"27(5)","pagination":"401-415","isPartOf":{"@type":"CreativeWorkSeries","name":"Meteorologische Zeitschrift"}}],"spatialCoverage":{"@type":"Place","geo":{"@type":"GeoShape","box":"53.452294 6.516988 54.993339 9.158623"}},"temporalCoverage":"2016-09-06T12:13:11/2017-10-15T15:51:13","funding":{"@type":"MonetaryGrant","identifier":"0325783B","name":"Wind Park Far Field / Wind Plant Far Field","url":"https://foerderportal.bund.de/foekat/jsp/SucheAction.do?actionMode=view&fkz=0325783B","funder":{"@id":"https://doi.org/10.13039/501100006360","@type":"Organization","identifier":"https://doi.org/10.13039/501100006360","name":"Federal Ministry for Economic Affairs and Energy","alternateName":"BMWi","url":"https://www.bmwi.de/Navigation/EN/Home/home.html"}},"size":{"@type":"QuantitativeValue","value":41.0,"unitText":"datasets"},"keywords":"airborne measurements; German Bight; meteorological parameters; offshore wind park; sea surface; wake","license":"https://creativecommons.org/licenses/by/4.0/","conditionsOfAccess":"unrestricted","isAccessibleForFree":true,"inLanguage":"en","distribution":{"@type":"DataDownload","encodingFormat":"application/zip","contentUrl":"https://doi.pangaea.de/10.1594/PANGAEA.902845?format=zip"}}' + string: "\nPANGAEA_902845\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n\nBärfuss, Konrad; Hankers, Rudolf; Bitter, Mark; Feuerle, Thomas; Schulz, Helmut; Rausch, Thomas; Platis, Andreas; Bange, Jens; Lampert, Astrid\nIn-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight\n2019-06-21\nPANGAEA\nDataset\nhttps://doi.pangaea.de/10.1594/PANGAEA.902845\n\n\nEarth Science\n\ngeoscientificInformation\nairborne measurements\nGerman Bight\nmeteorological parameters\noffshore wind park\nsea surface\nwake\n\n2016-09-06\n2017-10-15\n\nComplete\n\n53.452294\n54.993339\n6.516988\n9.158623\n\n\nWIPAFF\nWind Park Far Field\n\nunrestricted\nCC-BY-4.0: Creative Commons Attribution 4.0 International\nEnglish\n\n\nPANGAEA\nData Publisher for Earth & Environmental Science\n\nhttps://www.pangaea.de/\n\nData Center Contact\nMichael\nDiepenbroek\ninfo@pangaea.de\n\n
Leobener Str.
\nBremen\nBremen\n28359\nGermany\n
\n
\n
\n\nonline\n41 datasets\napplication/zip\n\nPlatis, Andreas; Siedersleben, Simon K; Bange, Jens; Lampert, Astrid; Bärfuss, Konrad; Hankers, Rudolf; Cañadillas, Beatriz; Foreman, Richard; Schulz-Stellenfleth, Johannes; Djath, Bughsin; Neumann, Thomas; Emeis, Stefan (2018): First in situ evidence of wakes in the far field behind offshore wind farms. Scientific Reports, 8(1), https://doi.org/10.1038/s41598-018-20389-y\nSiedersleben, Simon K; Lundquist, Julie K; Platis, Andreas; Bange, Jens; Bärfuss, Konrad; Lampert, Astrid; Cañadillas, Beatriz; Neumann, Thomas; Emeis, Stefan (2018): Micrometeorological impacts of offshore wind farms as seen in observations and simulations. Environmental Research Letters, 13(12), 124012, https://doi.org/10.1088/1748-9326/aaea0b\nSiedersleben, Simon K; Platis, Andreas; Lundquist, Julie K; Lampert, Astrid; Bärfuss, Konrad; Cañadillas, Beatriz; Djath, Bughsin; Schulz-Stellenfleth, Johannes; Bange, Jens; Neumann, Thomas; Emeis, Stefan (2018): Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements. Meteorologische Zeitschrift, 27(5), 401-415, https://doi.org/10.1127/metz/2018/0900\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions. ** For all details see the full metadata description at \"https://doi.pangaea.de/10.1594/PANGAEA.902845\"!\n\nhttps://doi.org/10.1038/s41598-018-20389-y\nFirst in situ evidence of wakes in the far field behind offshore wind farms\n\n\nhttps://doi.org/10.1088/1748-9326/aaea0b\nMicrometeorological impacts of offshore wind farms as seen in observations and simulations\n\n\nhttps://doi.org/10.1127/metz/2018/0900\nEvaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements\n\nDIF\n9.4\n2019-06-21\n2023-07-26\n
\n" headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -1149,17 +1147,17 @@ interactions: Connection: - close Content-Disposition: - - inline; filename=Baerfuss-etal_2019.json + - inline; filename=Baerfuss-etal_2019.dif.xml Content-Type: - - application/ld+json; charset=UTF-8 + - application/vnd.nasa.dif-metadata+xml; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:38 GMT + - Fri, 22 Sep 2023 10:46:03 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=128379f31683fa1dd7713e0119202101; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=655df58cc07e84f2241e10ce7b8d9b62; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -1167,13 +1165,15 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - 128379f31683fa1dd7713e0119202101 + - 655df58cc07e84f2241e10ce7b8d9b62 X-Content-Type-Options: - nosniff X-Frame-Options: - SAMEORIGIN X-Powered-By: - Jetty(12.0.1) + X-Robots-Tag: + - noindex,nofollow,archive X-UA-Compatible: - IE=Edge status: @@ -1183,7 +1183,7 @@ interactions: body: headers: Accept: - - application/vnd.datacite.datacite+xml,application/xml, text/xml;q=0.5 + - application/vnd.iso19139.metadata+xml,application/xml, text/xml;q=0.5 Connection: - close Host: @@ -1191,10 +1191,10 @@ interactions: User-Agent: - F-UJI method: GET - uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_datacite4 + uri: https://doi.pangaea.de/10.1594/PANGAEA.902845?format=metadata_iso19139 response: body: - string: 10.1594/PANGAEA.902845Bärfuss, KonradKonradBärfuss0000-0001-5130-5494Hankers, RudolfRudolfHankersBitter, MarkMarkBitterFeuerle, ThomasThomasFeuerleSchulz, HelmutHelmutSchulzRausch, ThomasThomasRauschPlatis, AndreasAndreasPlatis0000-0002-9276-3587Bange, JensJensBange0000-0003-4075-1573Lampert, AstridAstridLampert0000-0003-1414-1616In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German BightPANGAEA2019airborne measurementsGerman Bightmeteorological parametersoffshore wind parksea surfacewakeWind Park Far Field (WIPAFF)2016-09-06T12:13:11/2017-10-15T15:51:13enPublication Series of Datasets10.1038/s41598-018-20389-y10.1088/1748-9326/aaea0b10.1127/metz/2018/090041 datasetsapplication/zipCreative Commons Attribution 4.0 InternationalOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)
The flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.
6.5169889.15862353.45229454.993339Federal Ministry for Economic Affairs and Energyhttps://doi.org/10.13039/5011000063600325783BWind Park Far Field / Wind Plant Far Field
+ string: "\n\nde.pangaea.dataset902845\n\n\neng\n\n\ndataset\n\n\n\n\nPANGAEA\n\n\n\n
\n\n\ninfo@pangaea.de\n\n\n
\n\n\n\nhttps://www.pangaea.de/\n\n\ninformation\n\n\n\n
\n
\n\npointOfContact\n\n
\n
\n\n2023-07-26T11:51:00Z\n\n\nhttps://doi.pangaea.de/10.1594/PANGAEA.902845\n\n\n\n\n\n\n<gco:CharacterString>In-situ airborne measurements of atmospheric and sea surface parameters related to offshore wind parks in the German Bight</gco:CharacterString>\n\n\n\n\n2019-06-21T11:51:58\n\n\npublication\n\n\n\n\n\n\nhttps://doi.org/10.1594/PANGAEA.902845\n\n\n\n\n\n\nBärfuss, Konrad\n\n\n\n
\n\n\nk.baerfuss@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0001-5130-5494\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nHankers, Rudolf\n\n\n\n
\n\n\nr.hankers@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBitter, Mark\n\n\n\n
\n\n\nmark.bitter@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nFeuerle, Thomas\n\n\n\n
\n\n\nt.feuerle@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nSchulz, Helmut\n\n\nauthor\n\n\n\n\n\n\nRausch, Thomas\n\n\n\n
\n\n\nthomas.rausch@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nPlatis, Andreas\n\n\n\n
\n\n\nandreas.platis@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0002-9276-3587\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBange, Jens\n\n\n\n
\n\n\njens.bange@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-4075-1573\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nLampert, Astrid\n\n\n\n
\n\n\nastrid.lampert@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-1414-1616\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nPANGAEA\n\n\n\n
\n\n\ninfo@pangaea.de\n\n\n
\n\n\n\nhttps://www.pangaea.de/\n\n\ninformation\n\n\n\n
\n
\n\npublisher\n\n
\n
\n\ntableDigital\n\n
\n
\n\nOffshore wind parks interact with the marine atmospheric boundary layer and can create long downstream wakes of reduced wind speed and changed turbulence. During the project WIPAFF (wind park far field) funded by the German Federal Ministry for Economic Affairs and Energy (grant number 0325783B), 41 measurement flights were performed with the research aircraft Dornier-128 of TU Braunschweig between September 2016 and October 2017. The aircraft recorded in-situ meteorological parameters (wind vector, temperature, humidity) and sea surface properties (temperature, elevation standard deviation)\nThe flights comprise vertical soundings and straight legs upstream, downstream and above wind parks for different synoptic conditions.\n\n\ncompleted\n\n\n\n\nairborne measurements\n\n\nGerman Bight\n\n\nmeteorological parameters\n\n\noffshore wind park\n\n\nsea surface\n\n\nwake\n\n\ntheme\n\n\n\n\n<gco:CharacterString>PANGAEA Keyword List</gco:CharacterString>\n\n\n\n\n1995-01-01\n\n\ncreation\n\n\n\n\n\n\nPANGAEA\n\n\n\n
\n\n\ninfo@pangaea.de\n\n\n
\n\n\n\nhttps://www.pangaea.de/\n\n\ninformation\n\n\n\n
\n
\n\npointOfContact\n\n
\n
\n
\n
\n
\n
\n\n\n\nWIPAFF\n\n\nWind Park Far Field\n\n\ntheme\n\n\n\n\n<gco:CharacterString>PANGAEA Project List</gco:CharacterString>\n\n\n\n\n1995-01-01\n\n\ncreation\n\n\n\n\n\n\nPANGAEA\n\n\n\n
\n\n\ninfo@pangaea.de\n\n\n
\n\n\n\nhttps://www.pangaea.de/\n\n\ninformation\n\n\n\n
\n
\n\npointOfContact\n\n
\n
\n
\n
\n
\n
\n\n\n\ncopyright\n\n\ncopyright\n\n\nCC-BY-4.0: Creative Commons Attribution 4.0 International\n\n\n\n\ntextTable\n\n\neng\n\n\ngeoscientificInformation\n\n\n\n\n\n\n6.516988\n\n\n9.158623\n\n\n53.452294\n\n\n54.993339\n\n\n\n\n\n\n\n2016-09-06T12:13:11\n2017-10-15T15:51:13\n\n\n\n\n\n\n
\n
\n\n\n\n\n\napplication/zip\n\n\nunknown\n\n\n\n\n\n\n\n\nhttps://doi.pangaea.de/10.1594/PANGAEA.902845?format=zip\n\n\ndownload\n\n\n\n\n\n\n\n\n\n\n\n\ndataset\n\n\n\n\n\n\nThe data set was checked for completeness, correctness, and consistency of metainformation. Validity of used methods was checked and - if applicable - precision and range of data.\n\n\n\n\nRelated to\n\n\n\n\n<gco:CharacterString>First in situ evidence of wakes in the far field behind offshore wind farms</gco:CharacterString>\n\n\n\n\n2018-01-01\n\n\npublication\n\n\n\n\n\n\nhttps://doi.org/10.1038/s41598-018-20389-y\n\n\n\n\n\n\nPlatis, Andreas\n\n\n\n
\n\n\nandreas.platis@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0002-9276-3587\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nSiedersleben, Simon K\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-8467-1471\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nBange, Jens\n\n\n\n
\n\n\njens.bange@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-4075-1573\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nLampert, Astrid\n\n\n\n
\n\n\nastrid.lampert@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-1414-1616\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBärfuss, Konrad\n\n\n\n
\n\n\nk.baerfuss@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0001-5130-5494\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nHankers, Rudolf\n\n\n\n
\n\n\nr.hankers@tu-bs.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nCañadillas, Beatriz\n\n\n\n
\n\n\nb.canadillas@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-2004-0336\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nForeman, Richard\n\n\nauthor\n\n\n\n\n\n\nSchulz-Stellenfleth, Johannes\n\n\nauthor\n\n\n\n\n\n\nDjath, Bughsin\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-1121-5272\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nNeumann, Thomas\n\n\n\n
\n\n\nthomas.neumann@io-warnemuende.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nEmeis, Stefan\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-6114-6212\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\ndocumentDigital\n\n\n\n\nScientific Reports\n\n\n8(1)\n\n\n\n
\n
\n
\n\n\n\n\nRelated to\n\n\n\n\n<gco:CharacterString>Micrometeorological impacts of offshore wind farms as seen in observations and simulations</gco:CharacterString>\n\n\n\n\n2018-01-01\n\n\npublication\n\n\n\n\n\n\nhttps://doi.org/10.1088/1748-9326/aaea0b\n\n\n\n\n\n\nSiedersleben, Simon K\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-8467-1471\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nLundquist, Julie K\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-5490-2702\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nPlatis, Andreas\n\n\n\n
\n\n\nandreas.platis@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0002-9276-3587\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBange, Jens\n\n\n\n
\n\n\njens.bange@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-4075-1573\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBärfuss, Konrad\n\n\n\n
\n\n\nk.baerfuss@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0001-5130-5494\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nLampert, Astrid\n\n\n\n
\n\n\nastrid.lampert@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-1414-1616\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nCañadillas, Beatriz\n\n\n\n
\n\n\nb.canadillas@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-2004-0336\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nNeumann, Thomas\n\n\n\n
\n\n\nthomas.neumann@io-warnemuende.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nEmeis, Stefan\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-6114-6212\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\ndocumentDigital\n\n\n\n\nEnvironmental Research Letters\n\n\n13(12)\n\n\n124012\n\n\n\n
\n
\n
\n\n\n\n\nRelated to\n\n\n\n\n<gco:CharacterString>Evaluation of a Wind Farm Parametrization for Mesoscale Atmospheric Flow Models with Aircraft Measurements</gco:CharacterString>\n\n\n\n\n2018-01-01\n\n\npublication\n\n\n\n\n\n\nhttps://doi.org/10.1127/metz/2018/0900\n\n\n\n\n\n\nSiedersleben, Simon K\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-8467-1471\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nPlatis, Andreas\n\n\n\n
\n\n\nandreas.platis@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0002-9276-3587\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nLundquist, Julie K\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-5490-2702\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nLampert, Astrid\n\n\n\n
\n\n\nastrid.lampert@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-1414-1616\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nBärfuss, Konrad\n\n\n\n
\n\n\nk.baerfuss@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0001-5130-5494\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nCañadillas, Beatriz\n\n\n\n
\n\n\nb.canadillas@tu-bs.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-2004-0336\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nDjath, Bughsin\n\n\n\n\n\n\nhttps://orcid.org/0000-0002-1121-5272\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\n\n\nSchulz-Stellenfleth, Johannes\n\n\nauthor\n\n\n\n\n\n\nBange, Jens\n\n\n\n
\n\n\njens.bange@uni-tuebingen.de\n\n\n
\n\n\n\nhttps://orcid.org/0000-0003-4075-1573\n\n\ninformation\n\n\n\n
\n
\n\nauthor\n\n
\n
\n\n\n\nNeumann, Thomas\n\n\n\n
\n\n\nthomas.neumann@io-warnemuende.de\n\n\n
\n
\n
\n\nauthor\n\n
\n
\n\n\n\nEmeis, Stefan\n\n\n\n\n\n\nhttps://orcid.org/0000-0001-6114-6212\n\n\ninformation\n\n\n\n\n\n\nauthor\n\n\n\n\ndocumentDigital\n\n\n\n\nMeteorologische Zeitschrift\n\n\n27(5)\n\n\n401-415\n\n\n\n
\n
\n
\n\n
\n
\n
\n
\n
\n" headers: Alt-Svc: - h3=":443"; ma=2592000 @@ -1203,17 +1203,17 @@ interactions: Connection: - close Content-Disposition: - - inline; filename=Baerfuss-etal_2019.datacite.xml + - inline; filename=Baerfuss-etal_2019.iso19139.xml Content-Type: - - application/vnd.datacite.datacite+xml; charset=UTF-8 + - application/vnd.iso19139.metadata+xml; charset=UTF-8 Date: - - Thu, 21 Sep 2023 16:02:38 GMT + - Fri, 22 Sep 2023 10:46:03 GMT Link: - ;rel="cite-as", ;rel="describes", ;rel="item";type="application/zip", ;rel="author", ;rel="author", ;rel="author", ;rel="author" Server: - nginx/1.25.2 Set-Cookie: - - pansessid=806381b5f66dafd63795ec7f266890cb; Path=/; Domain=.pangaea.de; Secure; HttpOnly + - pansessid=a1ac3c551242dadb19d365591b9dc694; Path=/; Domain=.pangaea.de; Secure; HttpOnly Strict-Transport-Security: - max-age=31536000 Transfer-Encoding: @@ -1221,7 +1221,7 @@ interactions: Vary: - Origin, Cookie, Authorization, Accept X-CID: - - 806381b5f66dafd63795ec7f266890cb + - a1ac3c551242dadb19d365591b9dc694 X-Content-Type-Options: - nosniff X-Frame-Options: diff --git a/tests/functional/cassettes/test_evaluation/test_evaluation.yaml b/tests/functional/cassettes/test_evaluation/test_evaluation.yaml index abb299e6..c822ef01 100644 --- a/tests/functional/cassettes/test_evaluation/test_evaluation.yaml +++ b/tests/functional/cassettes/test_evaluation/test_evaluation.yaml @@ -430,13 +430,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Fri, 22 Sep 2023 05:04:12 GMT + - Fri, 22 Sep 2023 10:45:28 GMT ETag: - W/"96f0b8a97b963debd2b8196710f6fb55a22c1b719160c77161bc768dee120c17" Expires: - - Fri, 22 Sep 2023 05:09:12 GMT + - Fri, 22 Sep 2023 10:50:28 GMT Source-Age: - - '172' + - '82' Strict-Transport-Security: - max-age=31536000 Vary: @@ -450,15 +450,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 606baad427c981251b93d87e4513766016d72014 + - d5520d63b09d575e3a93c2e957f25e8f2fad47e6 X-Frame-Options: - deny X-GitHub-Request-Id: - 808A:881C:10E2BFD:1194D78:650D1E28 X-Served-By: - - cache-fra-eddf8230084-FRA + - cache-fra-eddf8230092-FRA X-Timer: - - S1695359053.902008,VS0,VE1 + - S1695379529.730170,VS0,VE1 X-XSS-Protection: - 1; mode=block status: @@ -484,7 +484,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a801816ef4383e-FRA + - 80a9f57e7a5a694c-FRA Connection: - close Content-Length: @@ -492,11 +492,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:13 GMT + - Fri, 22 Sep 2023 10:45:32 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=H5bBpRYqHbXJIBvoqdNVhw2XDrt86IbJ7aI2si1K%2Bo0jU8YD0hF4%2Fn5VTBUxsEe%2BI0uuN2SDnVIQkERdCnbaXC%2Fk45w6XOpKoL7BuChe1aHf17c78m%2BPfaQLg89zOWYb1Hf9kig%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=2s6LevqQslN2Lk%2BH5h25TqVJo14vI%2BxK%2Fj4aCSU%2BOh5PwpUaFWuil2yU5PzxdQjCteSr2ICYJXUzx3Ry7jm2W0XrcIc%2BDPqEYI5TTkZx9etJ0QVYGh8AUFY%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -504,7 +504,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Fri, 22 Sep 2023 05:50:30 GMT + - Fri, 22 Sep 2023 10:50:35 GMT location: - https://zenodo.org/record/8347772 permissions-policy: @@ -538,63 +538,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:13 GMT - Referrer-Policy: - - strict-origin-when-cross-origin - Retry-After: - - '60' - Server: - - nginx - Set-Cookie: - - session=f79d7ec0df488d0b_650d204d.8FeDlXlmpxSOs0hUyFHXxPeftes; Expires=Mon, 23-Oct-2023 05:04:13 GMT; Secure; HttpOnly; Path=/ - Strict-Transport-Security: - - max-age=0 - Vary: - - Accept-Encoding - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - sameorigin - X-RateLimit-Limit: - - '60' - X-RateLimit-Remaining: - - '54' - X-RateLimit-Reset: - - '1695359114' - X-Request-ID: - - 90c3d04b18c0e0c80b387de648494c49 - X-Session-ID: - - f79d7ec0df488d0b_650d204d - X-XSS-Protection: - - 1; mode=block - status: - code: 200 - message: OK -- request: - body: - headers: - Accept: - - application/xml, text/xml;q=0.5 - Connection: - - close - Host: - - zenodo.org - User-Agent: - - F-UJI - method: GET - uri: https://zenodo.org/record/8347772 - response: - body: - string: "\n\n\n \n\n\n\n\n \n \n\n\n F-UJI - An Automated FAIR Data Assessment Tool | Zenodo\n \n \n \n \n \n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n
\n \n\n\n \n \n
\n
Zenodo.org will be unavailable for 2 hours on September 29th from 06:00-08:00 UTC. See announcement.
\n
\n
\n
\n
\n
\n

\n \n \n \nSoftware\n \n\nOpen Access\n\n \n

\n

F-UJI - An Automated FAIR Data Assessment Tool

\n

\n\nDevaraju, Anusuriya; \n\nHuber, Robert

\n
FAIRsFAIR has developed F-UJI, a service based on REST, and is piloting a programmatic assessment of the FAIRness of research datasets in five trustworthy data repositories.
\n
\n Please cite this software using these metadata.\n
\n\n\n
\n \n
\n \n
\n
\n
\n \n Files\n \n \n \n (1.6 MB)\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n
NameSize
\n pangaea-data-publisher/fuji-v2.2.5.zip\n
md5:3c016a1b48621806b1e423e2b7989e4a \n
1.6 MB Download
\n
\n
\n\n\n\n\n\n
\n \n
\n
\n \n Citations\n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n
\n
\n \n
\n\n
\n
\n\n\n\n \n
\n
\n
\n
\n
\n 157\n
\n
\n 6\n
\n
\n
\n
\n views\n
\n
\n downloads\n
\n
\n\n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
All versionsThis version
Views 15710
Downloads 60
Data volume 5.2 MB0 Bytes
Unique views 1144
Unique downloads 60
\n \n
\n
\n
\n
\n
\n \n Available in\n \n Indexed in\n \n \n \n
\n
\n
Publication date:
\n
September 15, 2023
\n
DOI:
\n
\n \n \"10.5281/zenodo.8347772\"\n \n \n
\n
\n
\n
\n

Zenodo DOI Badge

\n

\n DOI\n

\n

\n
10.5281/zenodo.8347772
\n

\n \n \n

\n Markdown\n

\n

\n
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8347772.svg)](https://doi.org/10.5281/zenodo.8347772)
\n

\n

\n reStructedText\n

\n

\n
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8347772.svg\n   :target: https://doi.org/10.5281/zenodo.8347772
\n

\n

\n HTML\n

\n

\n
<a href=\"https://doi.org/10.5281/zenodo.8347772\"><img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo.8347772.svg\" alt=\"DOI\"></a>
\n

\n\n

\n Image URL\n

\n

\n
https://zenodo.org/badge/DOI/10.5281/zenodo.8347772.svg
\n

\n\n

\n Target URL\n

\n

\n
https://doi.org/10.5281/zenodo.8347772
\n

\n
\n
\n
\n
\n
\n
Keyword(s):
\n
\n \n \n PANGAEA\n \n \n \n FAIRsFAIR\n \n \n \n FAIR Principles\n \n \n \n Data Object Assessment\n \n \n \n Swagger\n \n \n \n FAIR\n \n \n \n Research Data\n \n \n \n FAIR data\n \n \n \n Metadata harvesting\n \n
\n\n \n
Related identifiers:
\n
Supplement to
\n \n
\n
License (for files):
\n
MIT License
\n
\n
\n
\n

Versions

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Version v2.2.5 \n 10.5281/zenodo.8347772\n Sep 15, 2023
\n Version v.2.0.2 \n 10.5281/zenodo.7158512\n Oct 7, 2022
\n Version v1.4.9 \n 10.5281/zenodo.6552689\n May 16, 2022
\n Version v1.4.7 \n 10.5281/zenodo.6361401\n Mar 16, 2022
\n \n Cite all versions? You can cite all versions by using the DOI 10.5281/zenodo.6361400. This DOI represents all versions, and will always resolve to the latest one. Read more.\n \n
\n

Share

\n \n
\n \n \n \n \n \n \n
\n \n

Cite as

\n
\n \n \n \n \n \n \n \n \n
\n
\n \n
\n
\n
\n\n\n \n\n\n\n\n\n\n\n\n\n \n" - headers: - Connection: - - close - Content-Length: - - '31668' - Content-Type: - - text/html; charset=utf-8 - Date: - - Fri, 22 Sep 2023 05:04:15 GMT + - Fri, 22 Sep 2023 10:45:38 GMT Referrer-Policy: - strict-origin-when-cross-origin Retry-After: @@ -602,7 +546,7 @@ interactions: Server: - nginx Set-Cookie: - - session=b6963dd9ce0945e1_650d204f.ERZ6eihZ51tWhZnHl5oQZYZtmT4; Expires=Mon, 23-Oct-2023 05:04:15 GMT; Secure; HttpOnly; Path=/ + - session=11f5dd6efc111787_650d7052.oDFS7hW5a1PFN9lfAsFknfsT3_Q; Expires=Mon, 23-Oct-2023 10:45:38 GMT; Secure; HttpOnly; Path=/ Strict-Transport-Security: - max-age=0 Vary: @@ -614,13 +558,13 @@ interactions: X-RateLimit-Limit: - '60' X-RateLimit-Remaining: - - '53' + - '59' X-RateLimit-Reset: - - '1695359115' + - '1695379598' X-Request-ID: - - 1fbbe121eb3aa4bf8a17ae7a313a2bec + - dbc09016591128b1bca5c4c1a2468970 X-Session-ID: - - b6963dd9ce0945e1_650d204f + - 11f5dd6efc111787_650d7052 X-XSS-Protection: - 1; mode=block status: @@ -650,7 +594,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:16 GMT + - Fri, 22 Sep 2023 10:45:41 GMT Referrer-Policy: - strict-origin-when-cross-origin Retry-After: @@ -658,7 +602,7 @@ interactions: Server: - nginx Set-Cookie: - - session=91e14b5b490a2c6a_650d2050.5oIU_HTkEGeRRhWeRuGIjK2AXOE; Expires=Mon, 23-Oct-2023 05:04:16 GMT; Secure; HttpOnly; Path=/ + - session=fdda21dc16b09d22_650d7055.c3s62WqgKgizRCiRlG5LAFavtLk; Expires=Mon, 23-Oct-2023 10:45:41 GMT; Secure; HttpOnly; Path=/ Strict-Transport-Security: - max-age=0 Vary: @@ -670,13 +614,13 @@ interactions: X-RateLimit-Limit: - '60' X-RateLimit-Remaining: - - '52' + - '58' X-RateLimit-Reset: - - '1695359116' + - '1695379601' X-Request-ID: - - 759d844f737ddbc18361d52a7e03e206 + - 1986dc96da31a58b5461d1549a964ac4 X-Session-ID: - - 91e14b5b490a2c6a_650d2050 + - fdda21dc16b09d22_650d7055 X-XSS-Protection: - 1; mode=block status: @@ -686,7 +630,7 @@ interactions: body: headers: Accept: - - application/ld+json + - application/xml, text/xml;q=0.5 Connection: - close Host: @@ -706,7 +650,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:17 GMT + - Fri, 22 Sep 2023 10:45:42 GMT Referrer-Policy: - strict-origin-when-cross-origin Retry-After: @@ -714,7 +658,7 @@ interactions: Server: - nginx Set-Cookie: - - session=55cce1283f8ed97e_650d2051.wdaBcmlp-O6mawq4XnhqyPfXcRQ; Expires=Mon, 23-Oct-2023 05:04:17 GMT; Secure; HttpOnly; Path=/ + - session=ac39ed6428e15be7_650d7056.KduhNpFjO_aVzrajEbUSdMjQXQs; Expires=Mon, 23-Oct-2023 10:45:42 GMT; Secure; HttpOnly; Path=/ Strict-Transport-Security: - max-age=0 Vary: @@ -726,13 +670,13 @@ interactions: X-RateLimit-Limit: - '60' X-RateLimit-Remaining: - - '51' + - '57' X-RateLimit-Reset: - - '1695359117' + - '1695379602' X-Request-ID: - - 6e4afa818005bbfb051e16dca6dfcd90 + - e8bc26f69168cae632db6a16af50ea9d X-Session-ID: - - 55cce1283f8ed97e_650d2051 + - ac39ed6428e15be7_650d7056 X-XSS-Protection: - 1; mode=block status: @@ -758,7 +702,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a8019f5ae46946-FRA + - 80a9f5bcffb02c7e-FRA Connection: - close Content-Length: @@ -766,11 +710,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:17 GMT + - Fri, 22 Sep 2023 10:45:42 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=aNogtJ9cgmpepSDCqhKIgjScXGtdF0%2F%2FkDAQN6xa%2FDdkzJ4Ifdt5mvw0baOpVwCL3xbyzqofd9m6kQEFokheykwMf4ouR8dVy3lG3aHYWQrEyLlEpAXnItnRYrTFZ2NRrK3kO1Y%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=92dEJ3Zuve68GXNvo3hj39eoKE%2FrzMkgvc9qYFnuIizjpkNvbci10Ih1lgzg%2FoHwCl9QoAMwwq2WZBEy07aAusGEwPs%2BKgLdQZQurVGC4FsS0QSTdMYVWDE%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -778,7 +722,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Fri, 22 Sep 2023 06:03:45 GMT + - Fri, 22 Sep 2023 11:03:46 GMT location: - https://data.crosscite.org/10.5281%2Fzenodo.8347772 permissions-policy: @@ -812,7 +756,7 @@ interactions: Content-Type: - application/vnd.schemaorg.ld+json; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:18 GMT + - Fri, 22 Sep 2023 10:45:46 GMT ETag: - W/"2bfcb9d82b3423713f8812fd99109ef0" Server: @@ -826,9 +770,9 @@ interactions: X-Powered-By: - Phusion Passenger(R) 6.0.13 X-Request-Id: - - 40f396b7-189c-4977-af4b-1383f587d27d + - 184330ec-21e2-40e8-a903-3f556f168bab X-Runtime: - - '0.014778' + - '0.016281' status: code: 200 message: OK @@ -836,7 +780,7 @@ interactions: body: headers: Accept: - - text/turtle, application/turtle, application/x-turtle;q=0.8, application/rdf+xml, text/n3;q=0.9, text/rdf+n3;q=0.9,application/ld+json + - application/ld+json Connection: - close Host: @@ -856,15 +800,15 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:19 GMT + - Fri, 22 Sep 2023 10:45:47 GMT Referrer-Policy: - strict-origin-when-cross-origin Retry-After: - - '59' + - '60' Server: - nginx Set-Cookie: - - session=220b62d9f0ccf183_650d2053.tz23rkYFMCJ021rHiVdeEIna1wQ; Expires=Mon, 23-Oct-2023 05:04:19 GMT; Secure; HttpOnly; Path=/ + - session=61a5d8e737fd0cbe_650d705b.Qg-qP2X2P8inI1Jl48XLt0gKRu0; Expires=Mon, 23-Oct-2023 10:45:47 GMT; Secure; HttpOnly; Path=/ Strict-Transport-Security: - max-age=0 Vary: @@ -876,13 +820,13 @@ interactions: X-RateLimit-Limit: - '60' X-RateLimit-Remaining: - - '50' + - '56' X-RateLimit-Reset: - - '1695359119' + - '1695379608' X-Request-ID: - - a18d43f81bfb473a8f7014aec0ff39fe + - ce8e21b4444734092d18b25b16426172 X-Session-ID: - - 220b62d9f0ccf183_650d2053 + - 61a5d8e737fd0cbe_650d705b X-XSS-Protection: - 1; mode=block status: @@ -908,7 +852,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a801ac091e6997-FRA + - 80a9f5df0eec3651-FRA Connection: - close Content-Length: @@ -916,11 +860,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:19 GMT + - Fri, 22 Sep 2023 10:45:48 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=sBK91n29uID%2FzKSToI0Osvgn4lG9erea%2F%2FhC3PGUq6HEIhpHcJzASn1ImsZtf1RFo2zs9euz4DqsuwyfQRqF1UaBSDeMvybdgkpnB2ZRKspGtFY9NdeIQPmc%2F%2BYXthbn8%2FWVlGI%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=6rW%2Fe7eWVoEnKdeXP0040pBl%2Fyi1Om7Rza3fVmflyrxGnmTgMHWRM9uTeG2OZamFUXt1HKAK7YaxoOxl0LFSwxM0zZm4JPQPrX%2FVQJ1wcYhP%2FiXjdPjB3TY%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -928,7 +872,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Fri, 22 Sep 2023 05:28:02 GMT + - Fri, 22 Sep 2023 10:50:35 GMT location: - https://data.crosscite.org/10.5281%2Fzenodo.8347772 permissions-policy: @@ -962,7 +906,7 @@ interactions: Content-Type: - text/plain; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:20 GMT + - Fri, 22 Sep 2023 10:45:48 GMT Server: - nginx/1.18.0 + Phusion Passenger(R) 6.0.13 Status: @@ -974,12 +918,68 @@ interactions: X-Powered-By: - Phusion Passenger(R) 6.0.13 X-Request-Id: - - 483ed5ed-4969-4839-b45d-9374be55ab02 + - e56b27a8-7569-4b4a-9d10-2a5af37b4b4d X-Runtime: - - '0.027414' + - '0.020787' status: code: 422 message: Unprocessable Entity +- request: + body: + headers: + Accept: + - text/turtle, application/turtle, application/x-turtle;q=0.8, application/rdf+xml, text/n3;q=0.9, text/rdf+n3;q=0.9,application/ld+json + Connection: + - close + Host: + - zenodo.org + User-Agent: + - F-UJI + method: GET + uri: https://zenodo.org/record/8347772 + response: + body: + string: "\n\n\n \n\n\n\n\n \n \n\n\n F-UJI - An Automated FAIR Data Assessment Tool | Zenodo\n \n \n \n \n \n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n
\n \n\n\n \n \n
\n
Zenodo.org will be unavailable for 2 hours on September 29th from 06:00-08:00 UTC. See announcement.
\n
\n
\n
\n
\n
\n

\n \n \n \nSoftware\n \n\nOpen Access\n\n \n

\n

F-UJI - An Automated FAIR Data Assessment Tool

\n

\n\nDevaraju, Anusuriya; \n\nHuber, Robert

\n
FAIRsFAIR has developed F-UJI, a service based on REST, and is piloting a programmatic assessment of the FAIRness of research datasets in five trustworthy data repositories.
\n
\n Please cite this software using these metadata.\n
\n\n\n
\n \n
\n \n
\n
\n
\n \n Files\n \n \n \n (1.6 MB)\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n
NameSize
\n pangaea-data-publisher/fuji-v2.2.5.zip\n
md5:3c016a1b48621806b1e423e2b7989e4a \n
1.6 MB Download
\n
\n
\n\n\n\n\n\n
\n \n
\n
\n \n Citations\n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n
\n
\n \n
\n\n
\n
\n\n\n\n \n
\n
\n
\n
\n
\n 157\n
\n
\n 6\n
\n
\n
\n
\n views\n
\n
\n downloads\n
\n
\n\n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
All versionsThis version
Views 15710
Downloads 60
Data volume 5.2 MB0 Bytes
Unique views 1144
Unique downloads 60
\n \n
\n
\n
\n
\n
\n \n Available in\n \n Indexed in\n \n \n \n
\n
\n
Publication date:
\n
September 15, 2023
\n
DOI:
\n
\n \n \"10.5281/zenodo.8347772\"\n \n \n
\n
\n
\n
\n

Zenodo DOI Badge

\n

\n DOI\n

\n

\n
10.5281/zenodo.8347772
\n

\n \n \n

\n Markdown\n

\n

\n
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8347772.svg)](https://doi.org/10.5281/zenodo.8347772)
\n

\n

\n reStructedText\n

\n

\n
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8347772.svg\n   :target: https://doi.org/10.5281/zenodo.8347772
\n

\n

\n HTML\n

\n

\n
<a href=\"https://doi.org/10.5281/zenodo.8347772\"><img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo.8347772.svg\" alt=\"DOI\"></a>
\n

\n\n

\n Image URL\n

\n

\n
https://zenodo.org/badge/DOI/10.5281/zenodo.8347772.svg
\n

\n\n

\n Target URL\n

\n

\n
https://doi.org/10.5281/zenodo.8347772
\n

\n
\n
\n
\n
\n
\n
Keyword(s):
\n
\n \n \n PANGAEA\n \n \n \n FAIRsFAIR\n \n \n \n FAIR Principles\n \n \n \n Data Object Assessment\n \n \n \n Swagger\n \n \n \n FAIR\n \n \n \n Research Data\n \n \n \n FAIR data\n \n \n \n Metadata harvesting\n \n
\n\n \n
Related identifiers:
\n
Supplement to
\n \n
\n
License (for files):
\n
MIT License
\n
\n
\n
\n

Versions

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Version v2.2.5 \n 10.5281/zenodo.8347772\n Sep 15, 2023
\n Version v.2.0.2 \n 10.5281/zenodo.7158512\n Oct 7, 2022
\n Version v1.4.9 \n 10.5281/zenodo.6552689\n May 16, 2022
\n Version v1.4.7 \n 10.5281/zenodo.6361401\n Mar 16, 2022
\n \n Cite all versions? You can cite all versions by using the DOI 10.5281/zenodo.6361400. This DOI represents all versions, and will always resolve to the latest one. Read more.\n \n
\n

Share

\n \n
\n \n \n \n \n \n \n
\n \n

Cite as

\n
\n \n \n \n \n \n \n \n \n
\n
\n \n
\n
\n
\n\n\n \n\n\n\n\n\n\n\n\n\n \n" + headers: + Connection: + - close + Content-Length: + - '31668' + Content-Type: + - text/html; charset=utf-8 + Date: + - Fri, 22 Sep 2023 10:45:49 GMT + Referrer-Policy: + - strict-origin-when-cross-origin + Retry-After: + - '59' + Server: + - nginx + Set-Cookie: + - session=195c103f95d9065e_650d705d.p1ZgVb-5p2GmYX-9k1pLsemBJqY; Expires=Mon, 23-Oct-2023 10:45:49 GMT; Secure; HttpOnly; Path=/ + Strict-Transport-Security: + - max-age=0 + Vary: + - Accept-Encoding + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - sameorigin + X-RateLimit-Limit: + - '60' + X-RateLimit-Remaining: + - '55' + X-RateLimit-Reset: + - '1695379609' + X-Request-ID: + - 146a1bc9b65490e01ddd86f105ce3edb + X-Session-ID: + - 195c103f95d9065e_650d705d + X-XSS-Protection: + - 1; mode=block + status: + code: 200 + message: OK - request: body: headers: @@ -1000,7 +1000,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a801b14c781c07-FRA + - 80a9f5e79e04916e-FRA Connection: - close Content-Length: @@ -1008,11 +1008,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:20 GMT + - Fri, 22 Sep 2023 10:45:49 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=tXGNsq8M0Dplu7uQtFFthIwTa%2Bi9UzJFMrR4X%2B44Bsl7I9TksPd2jsnQp7RECtnqod%2ByUB10P3jxHiY5GemS%2BkGrAOik0a2JwmIOLLABeO65UPT23yZ4L7sR4TXiJGV2ad6NoUw%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=iDU4l5pWEJQDTAoAfRR3fCJsS2NXRlJ8fbK3y%2FxHqWpoXMC8Q5BpNf%2Fy%2FnLsl1RqZ%2BXm0EA63QmBObFIY1%2BhMxn5ANBBGumRejRZsekAfJGT2UbKrXbPF3s%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -1020,7 +1020,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Fri, 22 Sep 2023 05:28:02 GMT + - Fri, 22 Sep 2023 11:03:46 GMT location: - https://data.crosscite.org/10.5281%2Fzenodo.8347772 permissions-policy: @@ -1054,7 +1054,7 @@ interactions: Content-Type: - text/plain; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:21 GMT + - Fri, 22 Sep 2023 10:45:49 GMT Server: - nginx/1.18.0 + Phusion Passenger(R) 6.0.13 Status: @@ -1066,9 +1066,9 @@ interactions: X-Powered-By: - Phusion Passenger(R) 6.0.13 X-Request-Id: - - 49bc5c44-0e9f-4cd5-b248-b24b9124444c + - ac27a20c-04ed-4541-acf7-3e4c271b1cf0 X-Runtime: - - '0.014722' + - '0.015392' status: code: 422 message: Unprocessable Entity @@ -1092,7 +1092,7 @@ interactions: CF-Cache-Status: - DYNAMIC CF-RAY: - - 80a801b53a001c09-FRA + - 80a9f5eae82a3615-FRA Connection: - close Content-Length: @@ -1100,11 +1100,11 @@ interactions: Content-Type: - text/html;charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:21 GMT + - Fri, 22 Sep 2023 10:45:50 GMT NEL: - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}' Report-To: - - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=p98%2BKWe2EfLqkWTjXVhJlJZed2Umo7NU7e9FMEbVCLh%2FrN42lXNdJWsKyT3La02xdVYy8s3P00BCa4uWnUzux135KecmTkD24vjQMklcFk7SM4lWw3do7Co2XFtN8P3T1eheJ4Y%3D"}],"group":"cf-nel","max_age":604800}' + - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=Th5oT8ncAbic8pBygcdN3DyVx6cc1cHwI%2FcsPT9kmlOYReQPUtHOj8uMBb3MTiQfN8GIPv1ZdEI5%2Btlsy4YAKY88oqzh7UGVp%2F%2FIsZawYkof%2FCe82cvgdic%3D"}],"group":"cf-nel","max_age":604800}' Server: - cloudflare Strict-Transport-Security: @@ -1112,7 +1112,7 @@ interactions: alt-svc: - h3=":443"; ma=86400 expires: - - Fri, 22 Sep 2023 05:28:02 GMT + - Fri, 22 Sep 2023 10:50:35 GMT location: - https://data.crosscite.org/10.5281%2Fzenodo.8347772 permissions-policy: @@ -1146,7 +1146,7 @@ interactions: Content-Type: - application/vnd.datacite.datacite+json; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:21 GMT + - Fri, 22 Sep 2023 10:45:50 GMT ETag: - W/"b9e1830ebeae04df4b50f81b87c2fbea" Server: @@ -1160,9 +1160,9 @@ interactions: X-Powered-By: - Phusion Passenger(R) 6.0.13 X-Request-Id: - - 84055b4f-90e3-4579-a229-afaff598e4f8 + - aabbaf4b-6973-4526-8088-2800983d9b37 X-Runtime: - - '0.017744' + - '0.019014' status: code: 200 message: OK @@ -1190,7 +1190,7 @@ interactions: Content-Type: - text/html; charset=iso-8859-1 Date: - - Fri, 22 Sep 2023 05:04:21 GMT + - Fri, 22 Sep 2023 10:45:51 GMT Location: - https://www.re3data.org/api/beta/repositories?query=10.17616/R3QP53 Server: @@ -1224,7 +1224,7 @@ interactions: Content-Type: - text/xml; charset=UTF-8 Date: - - Fri, 22 Sep 2023 05:04:22 GMT + - Fri, 22 Sep 2023 10:45:52 GMT Link: - /api/beta/repositories; rel="index" Server: @@ -1258,7 +1258,7 @@ interactions: Content-Type: - text/xml; charset=UTF-8 Date: - - Fri, 22 Sep 2023 05:04:22 GMT + - Fri, 22 Sep 2023 10:45:52 GMT Link: - /api/beta/repositories; rel="index" Server: @@ -1286,7 +1286,7 @@ interactions: response: body: string: !!binary | - H4sIAFYgDWUAA8xZWXPiSBL+Kwpep20LAd3Gb5xCDAiQQAJtzIOOQipROlYXRh3+75ulg8t4umcf + H4sIAGFwDWUAA8xZWXPiSBL+Kwpep20LAd3Gb5xCDAiQQAJtzIOOQipROlYXRh3+75ulg8t4umcf NtYRtqmsrKw8v6wqfjYsPdEbbz8b2Gq8NZrsc4d7bb7kyA+s4Pm11f7x4wfX+NZITiGCeSvAMYz0 JImwkSYopiuB+HdLwwjt8fuFA0hxui9Jn5ixhfwE7zGKQPS//oKtSIIiX0+QcD9jRkhPgmL0s+Hr HtVviDI90t30G9Pz0ziN8EkHoTbOkC+WHNf0ve5hchJvlwKdCrvd7mcjNh3koU1ETXWSJIzfXl6C @@ -1355,9 +1355,9 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:22 GMT + - Fri, 22 Sep 2023 10:45:53 GMT ETag: - - W/"16407f214909fd513b731a553e62b695" + - W/"1d56c0633a482fbda655a2968c45a5f1" Referrer-Policy: - strict-origin-when-cross-origin Server: @@ -1381,9 +1381,9 @@ interactions: X-Powered-By: - Phusion Passenger(R) 6.0.18 X-Request-Id: - - 7a0e0ec0-24f3-4bd1-a521-45005e23b334 + - 3b336483-6723-436a-b14e-dd686c7a6fc1 X-Runtime: - - '0.026141' + - '0.030500' X-XSS-Protection: - 1; mode=block status: @@ -1404,7 +1404,7 @@ interactions: uri: https://zenodo.org/oai2d?verb=ListMetadataFormats response: body: - string: "\n\n\n 2023-09-22T05:04:22Z\n https://zenodo.org/oai2d\n \n \n marcxml\n http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\n http://www.loc.gov/MARC21/slim\n \n \n oai_datacite4\n http://schema.datacite.org/meta/kernel-4.1/metadata.xsd\n http://datacite.org/schema/kernel-4\n \n \n oai_dc\n http://www.openarchives.org/OAI/2.0/oai_dc.xsd\n http://www.openarchives.org/OAI/2.0/oai_dc/\n \n \n dcat\n http://schema.datacite.org/meta/kernel-4.1/metadata.xsd\n https://www.w3.org/ns/dcat\n \n \n oai_datacite\n http://schema.datacite.org/meta/kernel-3/metadata.xsd\n http://datacite.org/schema/kernel-3\n \n \n marc21\n http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\n http://www.loc.gov/MARC21/slim\n \n \n datacite\n http://schema.datacite.org/meta/kernel-4.1/metadata.xsd\n http://datacite.org/schema/kernel-4\n \n \n datacite3\n http://schema.datacite.org/meta/kernel-3/metadata.xsd\n http://datacite.org/schema/kernel-3\n \n \n datacite4\n http://schema.datacite.org/meta/kernel-4.1/metadata.xsd\n http://datacite.org/schema/kernel-4\n \n \n oai_datacite3\n http://schema.datacite.org/meta/kernel-3/metadata.xsd\n http://datacite.org/schema/kernel-3\n \n \n\n" + string: "\n\n\n 2023-09-22T10:45:53Z\n https://zenodo.org/oai2d\n \n \n marcxml\n http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\n http://www.loc.gov/MARC21/slim\n \n \n oai_datacite4\n http://schema.datacite.org/meta/kernel-4.1/metadata.xsd\n http://datacite.org/schema/kernel-4\n \n \n oai_dc\n http://www.openarchives.org/OAI/2.0/oai_dc.xsd\n http://www.openarchives.org/OAI/2.0/oai_dc/\n \n \n dcat\n http://schema.datacite.org/meta/kernel-4.1/metadata.xsd\n https://www.w3.org/ns/dcat\n \n \n oai_datacite\n http://schema.datacite.org/meta/kernel-3/metadata.xsd\n http://datacite.org/schema/kernel-3\n \n \n marc21\n http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd\n http://www.loc.gov/MARC21/slim\n \n \n datacite\n http://schema.datacite.org/meta/kernel-4.1/metadata.xsd\n http://datacite.org/schema/kernel-4\n \n \n datacite3\n http://schema.datacite.org/meta/kernel-3/metadata.xsd\n http://datacite.org/schema/kernel-3\n \n \n datacite4\n http://schema.datacite.org/meta/kernel-4.1/metadata.xsd\n http://datacite.org/schema/kernel-4\n \n \n oai_datacite3\n http://schema.datacite.org/meta/kernel-3/metadata.xsd\n http://datacite.org/schema/kernel-3\n \n \n\n" headers: Connection: - close @@ -1413,7 +1413,7 @@ interactions: Content-Type: - text/xml; charset=utf-8 Date: - - Fri, 22 Sep 2023 05:04:22 GMT + - Fri, 22 Sep 2023 10:45:53 GMT Referrer-Policy: - strict-origin-when-cross-origin Retry-After: @@ -1421,7 +1421,7 @@ interactions: Server: - nginx Set-Cookie: - - session=4bf34b6d5d26dd33_650d2056.NRBzSE3kSG7G7IlrkYvV6TwTOCs; Expires=Mon, 23-Oct-2023 05:04:22 GMT; Secure; HttpOnly; Path=/ + - session=69a338fbd82a0c44_650d7061.Y3duntNT3Ofv9gdeLiJHLpYe80M; Expires=Mon, 23-Oct-2023 10:45:53 GMT; Secure; HttpOnly; Path=/ Strict-Transport-Security: - max-age=0 Vary: @@ -1433,13 +1433,13 @@ interactions: X-RateLimit-Limit: - '120' X-RateLimit-Remaining: - - '118' + - '119' X-RateLimit-Reset: - - '1695359123' + - '1695379614' X-Request-ID: - - 1a218d1eee87d245bfad81fb9c6fc285 + - 0cb6eac4bb57c13953ba4792e50b6bf8 X-Session-ID: - - 4bf34b6d5d26dd33_650d2056 + - 69a338fbd82a0c44_650d7061 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/helper/cassettes/test_preprocessor/test_set_mime_types.yaml b/tests/helper/cassettes/test_preprocessor/test_set_mime_types.yaml index 507975ac..92339cd9 100644 --- a/tests/helper/cassettes/test_preprocessor/test_set_mime_types.yaml +++ b/tests/helper/cassettes/test_preprocessor/test_set_mime_types.yaml @@ -430,13 +430,13 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 21 Sep 2023 16:02:25 GMT + - Fri, 22 Sep 2023 10:46:04 GMT ETag: - W/"96f0b8a97b963debd2b8196710f6fb55a22c1b719160c77161bc768dee120c17" Expires: - - Thu, 21 Sep 2023 16:07:25 GMT + - Fri, 22 Sep 2023 10:51:04 GMT Source-Age: - - '262' + - '118' Strict-Transport-Security: - max-age=31536000 Vary: @@ -450,15 +450,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7a4c3c5b7178aeafc165bdeb8bf8678e5d474938 + - e606b501f70c3be36f71c3aede5d9c042e8f9e8e X-Frame-Options: - deny X-GitHub-Request-Id: - - 9A86:1151B:C30A85:CA6A0B:650C605D + - 808A:881C:10E2BFD:1194D78:650D1E28 X-Served-By: - - cache-fra-eddf8230126-FRA + - cache-fra-eddf8230101-FRA X-Timer: - - S1695312145.003301,VS0,VE2 + - S1695379565.574322,VS0,VE1 X-XSS-Protection: - 1; mode=block status: