TNO Intern

Commit 4ddbddd1 authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated documentation of special conversions.

parent 7bfd9ec3
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
#
# Changes
# 
# 2022-09, Arjo Segers, Met-Norway
#   Updated documentation of special conversions.
#

########################################################################
###
@@ -588,6 +594,21 @@ class CSO_S5p_File( cso_file.CSO_File ) :
          The variable specified by ``troplayer`` is used to reset 
          the higher layers of the kernel (strospher) to zero.
        
        * ``kernel_by_dh`` : convert a kernel in m (per layer) to a unitless kernel
          using divison by a constant layer height:
        
          .. math::
             A ~=~ A_m~/~dh
             
          The layer thinkness ``dh`` is taken from a ``layers`` coordinate that defines
          the middle of a layer for a regular grid; it is checked that the coordinate 
          defines a regular spacing.
             
          Required settings::
          
            <rcbase>.output.var.kernel.avk        :   PRODUCT/averaging_kernel
            <rcbase>.output.var.kernel.layer      :   PRODUCT/layer
           
        * ``square`` : create a variable as the square of the input; requires a ``.from`` setting.
           
        Optionally provide target units too.