Ignore:
Timestamp:
May 22, 2019 6:08:09 PM (5 years ago)
Author:
suehring
Message:

new module for diagnostic output quantities added + output of turbulence intensity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/netcdf_interface_mod.f90

    r3966 r3994  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! output of turbulence intensity added
    2323!
    2424! Former revisions:
     
    11181118                CASE ( 'e', 'nc', 'nr', 'p', 'pc', 'pr', 'prr',                &
    11191119                       'q', 'qc', 'ql', 'ql_c', 'ql_v', 'ql_vp', 'qr', 'qv',   &
    1120                        's', 'theta', 'thetal', 'thetav' )
     1120                       's', 'theta', 'thetal', 'thetav', 'ti' )
    11211121
    11221122                   grid_x = 'x'
     
    18641864                CASE ( 'e', 'nc', 'nr', 'p', 'pc', 'pr', 'prr',   &
    18651865                       'q', 'qc', 'ql', 'ql_c', 'ql_v', 'ql_vp', 'qr', 'qv',   &
    1866                        's', 'theta', 'thetal', 'thetav' )
     1866                       's', 'theta', 'thetal', 'thetav', 'ti' )
    18671867
    18681868                   grid_x = 'x'
     
    28522852                             'ql_vp_xy', 'qr_xy', 'qv_xy',                     &
    28532853                             's_xy',                                           &
    2854                              'theta_xy', 'thetal_xy', 'thetav_xy' )
     2854                             'theta_xy', 'thetal_xy', 'thetav_xy', 'ti_xy' )
    28552855
    28562856                         grid_x = 'x'
     
    37563756                          'ql_xz', 'ql_c_xz', 'ql_v_xz', 'ql_vp_xz', 'qr_xz',  &
    37573757                          'qv_xz', 's_xz',                                     &
    3758                           'theta_xz', 'thetal_xz', 'thetav_xz'                )
     3758                          'theta_xz', 'thetal_xz', 'thetav_xz', 'ti_xz' )
    37593759
    37603760                      grid_x = 'x'
     
    46154615                          'ql_c_yz', 'ql_v_yz', 'ql_vp_yz', 'qr_yz', 'qv_yz',  &
    46164616                          's_yz',                                              &
    4617                           'theta_yz', 'thetal_yz', 'thetav_yz' )
     4617                          'theta_yz', 'thetal_yz', 'thetav_yz', 'ti_yz' )
    46184618
    46194619                      grid_x = 'x'
     
    59945994                       'q', 'qc', 'ql', 'ql_c', 'ql_v', 'ql_vp', 'qr', 'qv',   &
    59955995                       'rho_sea_water', 's', 'sa', &
    5996                        'theta', 'thetal', 'thetav', 'u', 'v' )
     5996                       'theta', 'thetal', 'thetav', 'ti', 'u', 'v' )
    59975997
    59985998                   grid_z = 'zu'
Note: See TracChangeset for help on using the changeset viewer.