Changeset 4679 for palm/trunk/SOURCE


Ignore:
Timestamp:
Sep 14, 2020 1:53:52 PM (4 years ago)
Author:
pavelkrc
Message:

Enable warning about unrealistically large radiative fluxes by default

File:
1 edited

Legend:

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

    r4678 r4679  
    2828! -----------------
    2929! $Id$
     30! Enable warning about unrealistically large radiative fluxes by default
     31!
     32! 4678 2020-09-14 10:23:14Z pavelkrc
    3033! Fix zdirs indices for full3d in raytrace_2d
    3134!
     
    557560                sky_trans,                       & !< sky transmissivity
    558561                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
    560564                min_stable_coszen = 0.0262_wp      !< 1.5 deg above horizon, eliminates most of circumsolar
    561565
Note: See TracChangeset for help on using the changeset viewer.