Skip to content

derived data product based on Bullister(2015)

New Dataset

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

Data Set Details

Please, fill in the details for the proposed data set:

Short Name

      derived data product based on Bullister(2015)

Short Description

      Atmospheric Histories (1930-2015) for CFC-12 and SF<sub>6</sub>

Provider URL/ Data Set Homepage

      <!--//* fill in here (Entry page for the data product) *//-->

Download URL(s)

      https://git.geomar.de/christina-roth/Tracer_input_function

Reference Documentation

      https://git.geomar.de/christina-roth/Tracer_input_function/blob/master/readme.md

Person in Charge

      mscheinert@geomar.de  

Would like to suggest that @lavinia-patara and/or @christina-roth will take over the PIC position for this dataset.

Comments or Recommendations

      DOC:
      https://www.nodc.noaa.gov/archive/arc0110/0164584/1.1/data/0-data/CFC_ATM_Hist_2015/*.png
      https://www.nodc.noaa.gov/archive/arc0110/0164584/1.1/data/0-data/CFC_ATM_Hist_2015/NDP_095_2015.pdf
      https://www.nodc.noaa.gov/archive/arc0110/0164584/1.1/data/0-data/CFC_ATM_Hist_2015/README

 

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

@mscheinert