This form is intended to request data to be replicated from other ESGF nodes to be made locally available in the DKRZ CMIP data pool.
The specification of a requested data collection is based on the search facets describing the data collection. These facets correspond directly to the search categories you use to find data in one of the ESGF portals (e.g. https://esgf-data.dkrz.de/).
The specification is based on "selection files", which are then used by the synda ESGF download application. For details please see https://github.com/Prodiguer/synda/blob/master/sdt/doc/selection_file.md
In [1]:
from dkrz_forms import form_widgets
form_widgets.show_status('form-submission')
In [ ]:
MY_LAST_NAME = "...." # e.gl MY_LAST_NAME = "schulz"
#-------------------------------------------------
from dkrz_forms import form_handler, form_widgets
form_info = form_widgets.check_pwd(MY_LAST_NAME)
sf = form_handler.init_form(form_info)
form = sf.sub.entity_out.form_info
%%writefile test1.txt
project="CMIP5"
model="CNRM-CM5 CSIRO-Mk3-6-0"
experiment="historical amip"
ensemble="r1i1p1"
variable[atmos][mon]="tasmin tas psl"
variable[ocean][fx]="areacello sftof"
variable[land][mon]="mrsos,nppRoot,nep"
variable[seaIce][mon]="sic evap"
variable[ocnBgchem][mon]="dissic fbddtalk"
In [ ]:
%%writefile selection/......txt
In [ ]:
%%writefile selection/......txt
In [ ]:
%%bash
synda dump -s .....txt
#synda install -s example_selection_file_tst.txt # change file name accordingly
In [ ]:
%%bash
synda dump -h
In [ ]:
sf.ticket_id = "...." # Ticket Number in DKRZ RT ticketing system
sf.selection_files = ["...."] # Provide names of selection files specified in next section
In [ ]:
##to be completed
In [ ]:
form_handler.save_form(sf,"..my comment..") # edit my comment info
In [ ]:
form_handler.email_form_info(sf)
form_handler.form_submission(sf)
In [ ]:
%%bash
# synda dump tas GFDL-ESM2M -F line -f -C size,filenam
synda variable tas
# synda search cmip5 MOHC HadGEM2-A amip4
# synda search cmip5 mon atmos -l 1000xCO2 mon atmos Amon r1i1p1
In [ ]:
%%bash
synda -h