DKRZ data submission forms:

This notebook allows you to

  • generate new project specific interactive data submission forms
  • to retrieve old submission forms or check the status of your request follow the links provided to you by email

Create your DKRZ data ingest request form

Following the steps described below you can create personal project specific forms you can fill.

These forms should help to collect project specific information needed by the DKRZ data managers to process your request.

In any case - if you have problems filling these forms - there is always the short cut to directly contact us at data-pool@dkrz.de

Currently the following data ingest request forms are supported:

  • "CORDEX": CORDEX data ingest and ESGF publication requests
    • use this form if you want to publish CORDEX data at DKRZ via ESGF
    • this form is aligned to the original CORDEX data ingest exel sheet used for ingest requests at DKRZ
  • "CMIP6": CMIP6 data ingest and ESGF publication request form

    • use this form if you want to store and publish CMIP6 data at DKRZ
  • "ESGF_replication" : gereral CMIP data request form

    • use this form if you want to have remote CMIP data accessible locally at DKRZ as part of the CMIP datapool
    • the data will be replicated to DKRZ ressources and then will be efficiently accessible from our HPC nodes.
  • "DKRZ_CDP": general non-CMIP data request form
    • use this form if you want to have CMIP related data collections e.g. observational data locally accessible as part of the CMIP data pool
  • "test": for demo and testing puposes
    • this form is just for testing ..

Create a data form

  • Please evalualte the cell below ("Shift-Enter")
  • Please provide your contact details as well as an identifier to remember your form (e.g. experiment-name this form belongs to etc. )
  • The generated form follows the naming convention "Project"_"lastname"_"identifier"
  • The form is accessible in your home folder and a direct linkt is provided to you

In [ ]:
# Please evaluate this cell to see input boxes
from dkrz_forms import form_widgets
form_widgets.create_form()