Ignore:
Timestamp:
Jun 29, 2017 9:28:18 AM (7 years ago)
Author:
raasch
Message:

write_binary is of type LOGICAL now, MPI2-related code removed, obsolete variables removed, sendrecv_in_background related parts removed, missing variable descriptions added

File:
1 edited

Legend:

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

    r2296 r2298  
    2525! -----------------
    2626! $Id$
     27! type of write_binary changed from CHARACTER to LOGICAL
     28!
     29! 2296 2017-06-28 07:53:56Z maronga
    2730! Added output of rad_sw_out for radiation_scheme = 'constant'
    2831!
     
    33423345    IMPLICIT NONE
    33433346
    3344     IF ( write_binary(1:4) == 'true' )  THEN
     3347    IF ( write_binary )  THEN
    33453348       IF ( ALLOCATED( rad_net ) )  THEN
    33463349          WRITE ( 14 )  'rad_net             ';  WRITE ( 14 )  rad_net 
Note: See TracChangeset for help on using the changeset viewer.