Skip to content

Add HadSST4?

New Dataset: HadSST4

(cc: @torge-martin)

This is a proposal for adding the following new dataset to git.geomar.de/data:

Data Set Details

HadSST4: https://www.metoffice.gov.uk/hadobs/hadsst4/

original article: <An Ensemble Data Set of Sea Surface Temperature Change From 1850: The Met Office Hadley Centre HadSST.4.0.0.0 Data Set https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2018JD029867>

EOS summary: Updating a Crucial Source of Sea Surface Temperature Data https://eos.org/research-spotlights/updating-a-crucial-source-of-sea-surface-temperature-data?utm_source=eos&utm_medium=email&utm_campaign=EosBuzz080219

Blog: https://skepticalscience.com/hadsst4_sea_surface_temperature.html

 

Rendering Checklist

Whoever will be assigned to this issue, they can use the following checklist to go through the process of rendering the data-set step by step.

DSET="Void-data"                           # replace 'Void-data' with short name given above
  • Data Set Details are complete

  • GIT-Project is created under https://git.geomar.de/data/$DSET (create new data/ project)

  • data_repo_renderer is installed (web, git+ssh)

  • control folder created, e.g.

    ```shell
    mkdir -p ~/data_repo/$DSET
    ```
  • meta.yaml edited appropriately (e.g. copy template from snippet $66 (download)

    ```shell
    vi ~/data_repo/$DSET/meta.yaml
    ```
  • data_repo_renderer ran successfully

    ```shell
    ZSTORE=path_with_enough_space
    data_repo_renderer --prefix $ZSTORE/$DSET ~/data_repo/$DSET/meta.yaml
    ```
  • ./init.sh ran successfully

    ```shell
    cd $ZSTORE/$DSET
    ./init.sh
    ```
  • ./update.sh ran successfully

    ```shell
    ./update.sh
    ```
  • The master branch is replaced with v1.x.x

  • The latest v?.x.x is set to default branch

  • The data repository is added to data/tools/inventory