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/swap_timelevel.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!
     
    148151 
    149152
    150     USE arrays_3d,                                                             &
    151         ONLY:  nc, nc_1, nc_2, nc_p, nr, nr_1, nr_2, nr_p, pt, pt_1, pt_2,     &
    152                pt_p, q, q_1, q_2, q_p, qc, qc_1, qc_2, qc_p, qr, qr_1, qr_2,   &
    153                qr_p, s, s_1, s_2, s_p, sa, sa_1, sa_2, sa_p, u, u_1, u_2, u_p, &
    154                v, v_1, v_2, v_p, w, w_1, w_2, w_p
    155 
    156     USE cpulog,                                                                &
     153    USE arrays_3d,                                                                                 &
     154        ONLY:  pt, pt_1, pt_2, pt_p, q, q_1, q_2, q_p, s, s_1, s_2, s_p, u, u_1, u_2, u_p, v, v_1, &
     155               v_2, v_p, w, w_1, w_2, w_p
     156
     157    USE cpulog,                                                                                    &
    157158        ONLY: cpu_log, log_point
    158159
    159     USE control_parameters,                                                    &
     160    USE control_parameters,                                                                        &
    160161        ONLY:  humidity, neutral, passive_scalar, timestep_count
    161162
    162163    USE kinds
    163164
    164     USE module_interface,                                                      &
     165    USE module_interface,                                                                          &
    165166        ONLY:  module_interface_swap_timelevel
    166167
    167     USE pmc_interface,                                                         &
     168    USE pmc_interface,                                                                             &
    168169        ONLY: nested_run, pmci_set_swaplevel
    169170
    170     USE turbulence_closure_mod,                                                &
     171    USE turbulence_closure_mod,                                                                    &
    171172        ONLY:  tcm_swap_timelevel
    172173
Note: See TracChangeset for help on using the changeset viewer.