Skip to content

Commit 05ae2e5

Browse files
committed
update text in global data
1 parent 122c2f9 commit 05ae2e5

1 file changed

Lines changed: 19 additions & 33 deletions

File tree

docs/downloading_global_data.md

Lines changed: 19 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This document outlines which, where and how we download the "global" input data for the
44
model.
55

6+
## Download and prepare data
7+
8+
Tha python package [`zampy`](https://zampy.readthedocs.io/) can be used to
9+
download and prepare the data.
10+
611
## Data of Climate Data store (CDS)
712

813
Many of the forcing-related data is available in the era5 reanalysis data.
@@ -27,49 +32,30 @@ For running STEMMUS-SCOPE, global data is also required for the soil initial con
2732

2833
## CO2 data from Atmosphere Data Store (ADS)
2934

30-
CO2 data is available in the CAMS dataset. An ADS script that can download the
31-
data is available at `download_scripts/download_CAMS_CO2.py`.
32-
33-
A simple check for the parsing of the data is in `data_analysis_notebooks/parse_CO2_data.ipynb`.
35+
CO2 data is available in the CAMS dataset. A simple check for the parsing of the
36+
data is in `global_data/data_analysis_notebooks/parse_CO2_data.ipynb`.
3437

3538
## Canopy height data from ETH
3639

37-
The canopy height data is described in: https://langnico.github.io/globalcanopyheight/
38-
39-
Get data from:
40-
https://share.phys.ethz.ch/~pf/nlangdata/ETH_GlobalCanopyHeight_10m_2020_version1/3deg_cogs/
41-
This can be done with, e.g. a wget command.
42-
43-
The valid filenames are all in `download_scripts/valid_eth_canopy_height_files.txt`.
44-
45-
A simple example for the parsing of the data is in `data_analysis_notebooks/parse_canopy_height.ipynb`.
40+
The canopy height data is described in:
41+
[https://langnico.github.io/globalcanopyheight/](https://langnico.github.io/globalcanopyheight/)
42+
and available
43+
[here](https://share.phys.ethz.ch/~pf/nlangdata/ETH_GlobalCanopyHeight_10m_2020_version1/3deg_cogs/).
44+
A simple example for the parsing of the data is in
45+
`global_data/data_analysis_notebooks/parse_canopy_height.ipynb`.
4646

4747
## DEM data from Copernicus
4848

49-
To download the DEM data:
50-
`wget https://prism-dem-open.copernicus.eu/pd-desk-open-access/prismDownload/COP-DEM_GLO-90-DGED__2021_1/Copernicus_DSM_30_N35_00_E012_00.tar`
51-
unzip and extract tif file.
52-
53-
All valid DEM urls are in `download_scripts/valid_dem_urls.csv`.
54-
55-
A word doc for instructions is available [here](https://spacedata.copernicus.eu/documents/20123/121286/Copernicus+DEM+Open+HTTPS+Access.pdf/36c9adad-8488-f463-af43-573e68b7f481?t=1669283200177)
56-
57-
A simple example for the parsing of the data is in `data_analysis_notebooks/parse_dem.ipynb`.
49+
A word doc for instructions is available
50+
[here](https://spacedata.copernicus.eu/documents/20123/121286/Copernicus+DEM+Open+HTTPS+Access.pdf/36c9adad-8488-f463-af43-573e68b7f481?t=1669283200177). A simple example for the parsing of the data is in
51+
`global_data/data_analysis_notebooks/parse_dem.ipynb`.
5852

5953
## LAI from Climate Data Store (CDS)
6054

61-
LAI data was retrieved from the CDS. However, there are some downloading issues with
62-
the `satellite-lai-fapar` dataset. A ticket has been opened at the ECMWF.
63-
64-
The download script for downloading the LAI data is available under `download_scripts/download_FAPAR_LAI.py`.
65-
66-
A simple example for parsing the LAI data is in `data_analysis_notebooks/parse_LAI.py`.
55+
LAI data was retrieved from the CDS. However, there are some downloading issues
56+
with the `satellite-lai-fapar` dataset. A simple example for parsing the LAI
57+
data is in `global_data/data_analysis_notebooks/parse_LAI.py`.
6758

6859
## Land cover from Climate Data Store (CDS)
6960

7061
Land cover data is available at [https://cds.climate.copernicus.eu/cdsapp#!/dataset/satellite-land-cover?tab=overview](https://cds.climate.copernicus.eu/cdsapp#!/dataset/satellite-land-cover?tab=overview).
71-
72-
## Download and prepare data
73-
74-
Tha python package [`zampy`](https://zampy.readthedocs.io/) can be used to
75-
download and prepare the data.

0 commit comments

Comments
 (0)