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

    r3747 r3761  
    628628
    629629    USE netcdf_data_input_mod,                                                 &
    630         ONLY:  chem_emis, chem_emis_att, init_3d,                              &
     630        ONLY:  init_3d,                              &
    631631               netcdf_data_input_init_3d, netcdf_data_input_interpolate
    632632
     
    643643        ONLY:  nested_run
    644644#endif
    645 
    646     USE radiation_model_mod,                                                   &
    647         ONLY:  radiation, radiation_scheme
    648645
    649646    USE random_function_mod
     
    670667    USE surface_mod,                                                           &
    671668        ONLY :  init_surface_arrays, init_surfaces, surf_def_h, surf_lsm_h,    &
    672                 surf_usm_h, get_topography_top_index_ji, vertical_surfaces_exist
     669                surf_usm_h, get_topography_top_index_ji
    673670
    674671    USE surface_data_output_mod,                                               &
Note: See TracChangeset for help on using the changeset viewer.