Ignore:
Timestamp:
Feb 25, 2019 3:31:42 PM (5 years ago)
Author:
raasch
Message:

unused variables removed, OpenACC directives re-formatted, statements added to avoid compiler warnings

File:
1 edited

Legend:

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

    r3655 r3761  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! Implementation of the PALM module interface
    2831!
     
    249252
    250253    USE arrays_3d,                                                             &
    251         ONLY:  dzw, d_exner, e, heatflux_output_conversion, nc, nr, p, prr,    &
    252                pt, q, qc, ql, ql_c, ql_v, qr, s, u, v, vpt, w,                 &
     254        ONLY:  dzw, d_exner, e, heatflux_output_conversion, p,    &
     255               pt, q, ql, ql_c, ql_v, s, u, v, vpt, w,                 &
    253256               waterflux_output_conversion
    254257
Note: See TracChangeset for help on using the changeset viewer.