TNO Intern

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

Updated template settings.

parent d2dfcc5c
Loading
Loading
Loading
Loading
+734 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
#include cso-user-settings.rc



!======================================================================
!===
!=== Inquire - S-5P Hub
+3 −3
Original line number Diff line number Diff line
@@ -49,9 +49,9 @@ my.region.figsize : (8,6)
! timerange
!----------------------------------------------------------

! testing NO2 ..
! full range for S5p:
my.timerange.start              :  2017-06-01 00:00
my.timerange.end                :  2021-06-30 23:59
my.timerange.end                :  2023-05-31 23:59


!----------------------------------------------------------
@@ -66,7 +66,7 @@ my.attr.institution : TNO
my.attr.email                   :  arjo.segers@tno.nl

! base location for work directories:
my.work                         :  ${MODAS_SCRATCH}/projects/EU/CAMS/C61/WP3
my.work                         :  ${MODAS_SCRATCH}/projects/EU/CAMS2_40/WP4040/CSO-test

#elif "${USER}" == "arjos"

+26 −21
Original line number Diff line number Diff line
@@ -67,17 +67,22 @@ cso.s5p.TRACER.elements : inquire-scihub

! single step:
cso.s5p.TRACER.inquire-scihub.class              :  utopya.UtopyaJobStep
! two tasks possible;
! two tasks:
#if "TRACER" == "no2"
! here only produce the table, let the "inquire-pal" create the plot:
cso.s5p.TRACER.inquire-scihub.tasks              :  table
#else
!cso.s5p.TRACER.inquire-scihub.tasks              :  table
cso.s5p.TRACER.inquire-scihub.tasks              :  plot
#endif
!~ inquire available files:
cso.s5p.TRACER.inquire-scihub.table.class        :  cso.CSO_SciHub_Inquire
cso.s5p.TRACER.inquire-scihub.table.args         :  '${PWD}/config/tutorial/tutorial.rc', \
cso.s5p.TRACER.inquire-scihub.table.args         :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                      rcbase='cso.s5p.TRACER.inquire-s5phub-table'
!!~ create plot of available versions:
!cso.s5p.TRACER.inquire-scihub.plot.class         :  cso.CSO_SciHub_InquirePlot
!cso.s5p.TRACER.inquire-scihub.plot.args          :  '${PWD}/config/tutorial/tutorial.rc', \
!                                                      rcbase='cso.s5p.TRACER.inquire-s5phub-plot'
!~ create plot of available versions:
cso.s5p.TRACER.inquire-scihub.plot.class         :  cso.CSO_Inquire_Plot
cso.s5p.TRACER.inquire-scihub.plot.args          :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                      rcbase='cso.s5p.TRACER.inquire-s5phub-plot'

! single step:
cso.s5p.TRACER.inquire-pal.class                 :  utopya.UtopyaJobStep
@@ -85,11 +90,11 @@ cso.s5p.TRACER.inquire-pal.class : utopya.UtopyaJobStep
cso.s5p.TRACER.inquire-pal.tasks                 :  table plot
! inquire task:
cso.s5p.TRACER.inquire-pal.table.class           :  cso.CSO_PAL_Inquire
cso.s5p.TRACER.inquire-pal.table.args            :  '${PWD}/config/tutorial/tutorial.rc', \
cso.s5p.TRACER.inquire-pal.table.args            :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                      rcbase='cso.s5p.TRACER.inquire-pal-table'
!~ create plot of available versions:
cso.s5p.TRACER.inquire-pal.plot.class            :  cso.CSO_SciHub_InquirePlot
cso.s5p.TRACER.inquire-pal.plot.args             :  '${PWD}/config/tutorial/tutorial.rc', \
cso.s5p.TRACER.inquire-pal.plot.class            :  cso.CSO_Inquire_Plot
cso.s5p.TRACER.inquire-pal.plot.args             :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                      rcbase='cso.s5p.TRACER.inquire-pal-plot'

! *
@@ -98,26 +103,27 @@ cso.s5p.TRACER.inquire-pal.plot.args : '${PWD}/config/tutorial/tuto
cso.s5p.TRACER.convert.class                     :  utopya.UtopyaJobStep
! convert task:
cso.s5p.TRACER.convert.task.class                :  cso.CSO_S5p_Convert
cso.s5p.TRACER.convert.task.args                 :  '${PWD}/rc/cso-s5p-TRACER.rc', \
cso.s5p.TRACER.convert.task.args                 :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                      rcbase='cso.s5p.TRACER.convert'
! single step:
cso.s5p.TRACER.listing.class                     :  utopya.UtopyaJobStep
! listing task:
cso.s5p.TRACER.listing.task.class                :  cso.CSO_S5p_Listing
cso.s5p.TRACER.listing.task.args                 :  '${PWD}/rc/cso-s5p-TRACER.rc', \
cso.s5p.TRACER.listing.task.args                 :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                      rcbase='cso.s5p.TRACER.listing'

! single step:
cso.s5p.TRACER.catalogue.class                   :  utopya.UtopyaJobStep
! two tasks:
cso.s5p.TRACER.catalogue.tasks                   :  figs index

! catalogue creation task:
cso.s5p.TRACER.catalogue.figs.class              :  cso.CSO_Catalogue
cso.s5p.TRACER.catalogue.figs.args               :  '${PWD}/config/tutorial/tutorial.rc', \
cso.s5p.TRACER.catalogue.figs.args               :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                   rcbase='cso.s5p.TRACER.catalogue'
! indexer task:
cso.s5p.TRACER.catalogue.index.class             :  utopya.Indexer
cso.s5p.TRACER.catalogue.index.args              :  '${PWD}/config/tutorial/tutorial.rc', \
cso.s5p.TRACER.catalogue.index.args              :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                    rcbase='cso.s5p.TRACER.catalogue-index'

! *
@@ -126,13 +132,14 @@ cso.s5p.TRACER.catalogue.index.args : '${PWD}/config/tutorial/tuto
cso.s5p.TRACER.sim-catalogue.class               :  utopya.UtopyaJobStep
! two tasks:
cso.s5p.TRACER.sim-catalogue.tasks               :  figs index

! catalogue creation task:
cso.s5p.TRACER.sim-catalogue.figs.class          :  cso.CSO_SimCatalogue
cso.s5p.TRACER.sim-catalogue.figs.args           :  '${PWD}/config/tutorial/tutorial.rc', \
cso.s5p.TRACER.sim-catalogue.figs.args           :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                   rcbase='cso.s5p.TRACER.sim-catalogue'
! indexer task:
cso.s5p.TRACER.sim-catalogue.index.class         :  utopya.Indexer
cso.s5p.TRACER.sim-catalogue.index.args          :  '${PWD}/config/tutorial/tutorial.rc', \
cso.s5p.TRACER.sim-catalogue.index.args          :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                   rcbase='cso.s5p.TRACER.sim-catalogue-index'

!
@@ -143,7 +150,7 @@ cso.s5p.TRACER.sim-catalogue.index.args : '${PWD}/config/tutorial/tuto
cso.s5p.TRACER.gridded.class                     :  utopya.UtopyaJobStep
! catalogue creation task:
cso.s5p.TRACER.gridded.task.class                :  cso.CSO_GriddedAverage
cso.s5p.TRACER.gridded.task.args                 :  '${PWD}/rc/cso-s5p-TRACER.rc', \
cso.s5p.TRACER.gridded.task.args                 :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                      rcbase='cso.s5p.TRACER.gridded'

! *
@@ -154,12 +161,10 @@ cso.s5p.TRACER.gridded-catalogue.class : utopya.UtopyaJobStep
cso.s5p.TRACER.gridded-catalogue.tasks           :  figs index
! catalogue creation task:
cso.s5p.TRACER.gridded-catalogue.figs.class      :  cso.CSO_GriddedCatalogue
cso.s5p.TRACER.gridded-catalogue.figs.args       :  '${PWD}/rc/cso-s5p-TRACER.rc', \
                                                      rcbase='cso.s5p.TRACER.gridded-catalogue-figs'
! indexer task ;
! use task from no2 to have all species created ...
cso.s5p.TRACER.gridded-catalogue.figs.args       :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
! indexer task:
cso.s5p.TRACER.gridded-catalogue.index.class     :  utopya.Indexer
cso.s5p.TRACER.gridded-catalogue.index.args      :  '${PWD}/config/tutorial/tutorial.rc', \
cso.s5p.TRACER.gridded-catalogue.index.args      :  '${PWD}/config/ESA-S5p/cso-s5p-TRACER.rc', \
                                                   rcbase='cso.s5p.TRACER.gridded-catalogue-index'

#endfor