Changeset 2724 for palm/trunk/SOURCE/radiation_model_mod.f90
- Timestamp:
- Jan 5, 2018 12:12:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r2723 r2724 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Set default of average_radiation to .FALSE. 28 ! 29 ! 2723 2018-01-05 09:27:03Z maronga 27 30 ! Bugfix in calculation of rad_lw_out (clear-sky). First grid level was used 28 31 ! instead of the surface value … … 350 353 sw_radiation = .TRUE., & !< flag parameter indicating whether shortwave radiation shall be calculated 351 354 sun_direction = .FALSE., & !< flag parameter indicating whether solar direction shall be calculated 352 average_radiation = . TRUE.,& !< flag to set the calculation of radiation averaging for the domain355 average_radiation = .FALSE., & !< flag to set the calculation of radiation averaging for the domain 353 356 atm_surfaces = .FALSE., & !< flag parameter indicating wheather surfaces of atmospheric cells will be considered in calculating SVF 354 357 radiation_interactions = .TRUE., & !< flag to control if radiation interactions via sky-view factors shall be considered
Note: See TracChangeset
for help on using the changeset viewer.