TNO Intern

Commit d6b2a4ee authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated user guide.

parent c771734b
Loading
Loading
Loading
Loading
+31 −22
Original line number Diff line number Diff line
@@ -133,6 +133,9 @@ The two archives need to be inquired seperately.
  See the section on *File name convention* in the *Product User Manual* for the meaning of all 
  parts of the filename.

* The :py:class:`CSO_PAL_Inquire <cso_pal.CSO_PAL_Inquire>` class is available to list the content of
  the PAL archive.
  
To visualize what is available from the portal, the
:py:class:`CSO_Inquire_Plot <cso_inquire.CSO_Inquire_Plot>` could be used to create an overview figure:

@@ -144,16 +147,22 @@ The two archives need to be inquired seperately.
The jobtree configuration to inquire the portals and create the overview figure could look like::

    ! single step:
      cso.s5p.chocho.inquire-scihub.class              :  utopya.UtopyaJobStep
      ! inquire downloads, plot overview:
      cso.s5p.chocho.inquire.tasks                     :  arch plot
      !~ create table with available files already downloaded:
      cso.s5p.chocho.inquire.arch.class                :  cso.CSO_SciHub_Listing
      cso.s5p.chocho.inquire.arch.args                 :  '${my.ecso.prefix}/config/EMEP/cso-s5p-glyox.rc', \
                                                            rcbase='cso.s5p.chocho.inquire-arch'
    cso.s5p.chocho.inquire.class                      :  utopya.UtopyaJobStep

    ! inquire downloads and archive, plot overview:
    cso.s5p.chocho.inquire.tasks                      :  table-glyretro table-pal plot

    !~ inquire files downloaded from GlyRetro:
    cso.s5p.chocho.inquire.table-glyretro.class       :  cso.CSO_SciHub_Listing
    cso.s5p.chocho.inquire.table-glyretro.args        :  '${PWD}/config/Copernicus/cso-s5p-chocho.rc', \
                                                          rcbase='cso.s5p.chocho.inquire-table-glyretro'
    !~ inquire files available on PAL:
    cso.s5p.chocho.inquire.table-pal.class            :  cso.CSO_PAL_Inquire
    cso.s5p.chocho.inquire.table-pal.args             :  '${PWD}/config/Copernicus/cso-s5p-chocho.rc', \
                                                          rcbase='cso.s5p.chocho.inquire-table-pal'
    !~ create plot of available versions:
    cso.s5p.chocho.inquire.plot.class                 :  cso.CSO_Inquire_Plot
      cso.s5p.chocho.inquire.plot.args                 :  '${PWD}/config/EMEP/cso-s5p-glyox.rc', \
    cso.s5p.chocho.inquire.plot.args                  :  '${PWD}/config/Copernicus/cso-s5p-chocho.rc', \
                                                          rcbase='cso.s5p.chocho.inquire-plot'