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

    r3176 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3176 2018-07-26 17:12:48Z suehring
    2730! Remove output of latent heat flux at urban-surfaces and set fill values
    2831! instead
     
    204207
    205208    USE averaging,                                                             &
    206         ONLY:  diss_av, e_av, ghf_av, kh_av, km_av, lpt_av, lwp_av, nc_av,     &
     209        ONLY:  e_av, ghf_av, lpt_av, lwp_av, nc_av,     &
    207210               nr_av,                                                          &
    208211               ol_av, p_av, pc_av, pr_av, prr_av, pt_av, q_av, qc_av, ql_av,   &
     
    210213               rho_ocean_av, s_av, sa_av, shf_av, ssws_av, ts_av, tsurf_av,    &
    211214               u_av, us_av, v_av, vpt_av, w_av, z0_av, z0h_av, z0q_av
     215
    212216    USE chemistry_model_mod,                                                   &
    213         ONLY:  chem_3d_data_averaging, chem_integrate, chem_species, nspec                                   
     217        ONLY:  chem_3d_data_averaging
    214218
    215219    USE cloud_parameters,                                                      &
Note: See TracChangeset for help on using the changeset viewer.