Ignore:
Timestamp:
Aug 14, 2019 9:19:12 AM (5 years ago)
Author:
suehring
Message:

chem_emissions: Replace global arrays also in mode_emis branch; diagnostic output: restructure initialization in order to work also when data output during spin-up is enabled; radiation: give informative message on raytracing distance only by core zero not by all cores

File:
1 edited

Legend:

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

    r4148 r4157  
    2828! -----------------
    2929! $Id$
     30! Give informative message on raytracing distance only by core zero
     31!
     32! 4148 2019-08-08 11:26:00Z suehring
    3033! Comments added
    3134!
     
    63016304          WRITE(message_string, '(a,f6.1)') 'Max_raytracing_dist is set less than ' // &
    63026305               'double the urban surface layer height, i.e. ', mrl
    6303           CALL message('radiation_interaction_init', 'PA0521', 0, 0, -1, 6, 0)
     6306          CALL message('radiation_interaction_init', 'PA0521', 0, 0, 0, 6, 0 )
    63046307       ENDIF
    63056308!        IF ( max_raytracing_dist <= mrl ) THEN
Note: See TracChangeset for help on using the changeset viewer.