Local wind regime induced by giant linear dunes: comparison of ERA5 re-analysis with surface measurements
This repository contains the codes used to process the data and make the figures present in the research article:
Local wind regime induced by giant linear dunes: comparison of ERA5 re-analysis with surface measurements
Note:
- the documentation can be found here
- the corresponding data are available here:
Briefly, the repository is organized as follow:
- Paper: article source files (.tex + figures in .pdf)
- Paper_figure: codes used to produce the paper figures
- Processing: codes used to process the raw data, and generate the processed data used as input for the codes in
Paper_figure
. - python_codes: python codes functions used in the codes present in
Paper_figure
andProcessing
- docs: contain the documentation presenting all of this.
The best is to read the article, and then to have a look at the documentation of the repository. You can find it in docs/_build/html
, or simply here.
- clone/download the whole repository on your computer.
- download the data here (will be uploaded soon), and unzip it in
static/
to have the following directory tree:
static
│
└───data
│ │ AUTHORS.txt
│ │ ...
│ │
│ └───raw_data
│ │ │ ...
│ │
│ └───processed_data
│ │ │ ...
│ │
└───images
│ ...
│ ...
- run any python codes you want directly from the repository where it is
Note: You may need to install additional python libraries to do so.