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/init_3d_model.f90

    r3234 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3234 2018-09-07 13:46:58Z schwenkel
    2730! The increase of dots_num in case of radiation or land surface model must
    2831! be done before user_init is called
     
    529532
    530533    USE microphysics_mod,                                                      &
    531         ONLY:  collision_turbulence, microphysics_init
     534        ONLY:  microphysics_init
    532535
    533536    USE model_1d_mod,                                                          &
    534         ONLY:  e1d, init_1d_model, kh1d, km1d, l1d, rif1d, u1d, us1d, usws1d,  &
    535                v1d, vsws1d
     537        ONLY:  init_1d_model, l1d, u1d, v1d
    536538
    537539    USE multi_agent_system_mod,                                                &
     
    545547   
    546548    USE particle_attributes,                                                   &
    547         ONLY:  particle_advection, use_sgs_for_particles, wang_kernel
     549        ONLY:  particle_advection
    548550   
    549551    USE pegrid
     
    16131615       
    16141616       IF ( random_generator == 'random-parallel' )  THEN
    1615           CALL init_parallel_random_generator(nx, ny, nys, nyn, nxl, nxr)
     1617          CALL init_parallel_random_generator( nx, nys, nyn, nxl, nxr )
    16161618       ENDIF
    16171619!
Note: See TracChangeset for help on using the changeset viewer.