Ignore:
Timestamp:
Sep 12, 2018 3:02:00 PM (6 years ago)
Author:
raasch
Message:

various changes to avoid compiler warnings (mainly removal of unused variables)

File:
1 edited

Legend:

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

    r3186 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3186 2018-07-30 17:07:14Z suehring
    2730! Mask topography while imposing inflow perturbations at the boundaries; do not
    2831! impose perturbations at top boundary as well as ghost points
     
    324327
    325328    USE control_parameters,                                                    &
    326         ONLY:  bc_lr, bc_ns, child_domain, nesting_offline,                    &
    327                number_stretch_level_start, rans_mode, turbulent_inflow
     329        ONLY:  bc_lr, bc_ns, child_domain, nesting_offline, rans_mode,         &
     330               turbulent_inflow
    328331
    329332    USE pmc_interface,                                                         &
     
    430433
    431434    USE control_parameters,                                                    &
    432         ONLY:  child_domain, coupling_char, dz, e_init, nesting_offline,       &
    433                rans_mode
     435        ONLY:  child_domain, coupling_char, e_init, nesting_offline, rans_mode
    434436
    435437    USE grid_variables,                                                        &
Note: See TracChangeset for help on using the changeset viewer.