Ignore:
Timestamp:
Mar 27, 2019 3:56:16 PM (5 years ago)
Author:
pavelkrc
Message:

Code review of radiation_model_mod.f90

File:
1 edited

Legend:

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

    r3814 r3824  
    2828! -----------------
    2929! $Id$
     30! Remove unused imports
     31!
     32!
     33! 3814 2019-03-26 08:40:31Z pavelkrc
    3034! unused subroutine commented out
    3135!
     
    438442
    439443    USE basic_constants_and_equations_mod,                                     &
    440         ONLY:  c_p, g, kappa, pi, r_d, rho_l, l_v
     444        ONLY:  c_p, g, kappa, pi, r_d, rho_l, l_v, sigma_sb
    441445
    442446    USE control_parameters,                                                    &
     
    473477       
    474478    USE radiation_model_mod,                                                   &
    475         ONLY:  albedo_type, radiation_interaction, calc_zenith, zenith,        &
     479        ONLY:  albedo_type, radiation_interaction,                             &
    476480               radiation, rad_sw_in, rad_lw_in, rad_sw_out, rad_lw_out,        &
    477                sigma_sb, sun_direction, sun_dir_lat, sun_dir_lon,              &
    478481               force_radiation_call, iup_u, inorth_u, isouth_u, ieast_u,       &
    479482               iwest_u, iup_l, inorth_l, isouth_l, ieast_l, iwest_l, id,       &
Note: See TracChangeset for help on using the changeset viewer.