Changeset 1829 for palm/trunk


Ignore:
Timestamp:
Apr 7, 2016 12:16:29 PM (8 years ago)
Author:
maronga
Message:

Bugfix: output of user defined data

File:
1 edited

Legend:

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

    r1827 r1829  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Bugfix: output of user defined data required reset of the string 'unit'
    2222!
    2323! Former revisions:
     
    3838!
    3939! Tails removed.
    40 !
     40! !
    4141! Checks for use_sgs_for_particles adopted for the use of droplets with
    4242! use_sgs_for_particles adopted.
     
    29232923             
    29242924             IF ( unit == 'illegal' )  THEN
     2925                unit = ''
    29252926                CALL user_check_data_output_pr( data_output_pr(i), i, unit )
    29262927             ENDIF
     
    31893190
    31903191             IF ( unit == 'illegal' )  THEN
     3192                unit = ''
    31913193                CALL user_check_data_output( var, unit )
    31923194             ENDIF
Note: See TracChangeset for help on using the changeset viewer.