Skip to content

Add new dataset Bullister(2015)/NDP-095(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

Bullister2015_CFCs-SF6

Short Description

Atmospheric Histories (1765-2015) for CFC-11, CFC-12, CFC-113, CCl<sub>4</sub>, SF<sub>6</sub> and N<sub>2</sub>O

Provider URL/ Data Set Homepage

NOA OCADS: https://www.nodc.noaa.gov/ocads/oceans/CFC_ATM_Hist2015.html

Download URL(s)

https://www.nodc.noaa.gov/archive/arc0110/0164584/1.1/data/0-data/CFC_ATM_Hist_2015/CFC_atmospheric_histories_revised_2015_Table1.csv

Original: http://cdiac.ess-dive.lbl.gov/ftp/oceans/CFC_ATM_Hist/CFC_ATM_Hist_2015/

Complete Repository in one tar.gz file: https://www.nodc.noaa.gov/cgi-bin/OAS/prd/download/164584.1.1.tar.gz

Reference Documentation

Bullister, J.L. 2015. Atmospheric Histories (1765-2015) for CFC-11, CFC-12, CFC-113, CCl4, SF6 and N2O. 
NDP-095(2015). http://cdiac.ornl.gov/ftp/oceans/CFC_ATM_Hist/CFC_ATM_Hist_2015. Carbon Dioxide Information 
Analysis Center, Oak Ridge National Laboratory, US Department of Energy, Oak Ridge, Tennessee. 
doi: 10.3334/CDIAC/otg.CFC_ATM_Hist_2015.

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

Edited by Markus Scheinert