Changeset 4679 for palm/trunk/SOURCE/radiation_model_mod.f90
- Timestamp:
- Sep 14, 2020 1:53:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r4678 r4679 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Enable warning about unrealistically large radiative fluxes by default 31 ! 32 ! 4678 2020-09-14 10:23:14Z pavelkrc 30 33 ! Fix zdirs indices for full3d in raytrace_2d 31 34 ! … … 557 560 sky_trans, & !< sky transmissivity 558 561 time_radiation = 0.0_wp, & !< time since last call of radiation code 559 trace_fluxes_above = -1.0_wp, & !< NAMELIST option for debug tracing of large radiative fluxes (W/m2;W/m3) 562 trace_fluxes_above = 2000.0_wp, & !< NAMELIST option for debug printing of largest radiative fluxes 563 !< (W/m2 for surfaces, W/m3 for PC). -1=off, 0=all fluxes 560 564 min_stable_coszen = 0.0262_wp !< 1.5 deg above horizon, eliminates most of circumsolar 561 565
Note: See TracChangeset
for help on using the changeset viewer.