TNO Intern

Commit 1914f270 authored by Arjo Segers's avatar Arjo Segers
Browse files

Initial support for S5P O3-profiles.

parent 9337f691
Loading
Loading
Loading
Loading
+1024 −0

File added.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ my.tracers : no2
!my.tracers                :  so2-cobra
!my.tracers                :  hcho
!my.tracers                :  co
!my.tracers                :  o3
!my.tracers                :  chocho


@@ -74,7 +75,7 @@ cso.s5p.TRACER.elements : convert listing catalogue
! single step:
cso.s5p.TRACER.inquire.class                      :  utopya.UtopyaJobStep
! two or more tasks:
#if "TRACER" in ["no2","so2","hcho","co"]
#if "TRACER" in ["no2","so2","hcho","co","o3"]
cso.s5p.TRACER.inquire.tasks                      :  table-dataspace plot
#elif "TRACER" in ["so2-cobra"]
cso.s5p.TRACER.inquire.tasks                      :  table-pal plot
+3502 −0

File added.

Preview size limit exceeded, changes collapsed.

+27.1 KiB
Loading image diff...
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ Contents
   s5p-hcho
   s5p-co
   s5p-chocho
   s5p-o3
   s4-syn-no2
   obsoper
   gridding
Loading