Changeset 1829 for palm/trunk/SOURCE
- Timestamp:
- Apr 7, 2016 12:16:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1827 r1829 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Bugfix: output of user defined data required reset of the string 'unit' 22 22 ! 23 23 ! Former revisions: … … 38 38 ! 39 39 ! Tails removed. 40 ! 40 ! ! 41 41 ! Checks for use_sgs_for_particles adopted for the use of droplets with 42 42 ! use_sgs_for_particles adopted. … … 2923 2923 2924 2924 IF ( unit == 'illegal' ) THEN 2925 unit = '' 2925 2926 CALL user_check_data_output_pr( data_output_pr(i), i, unit ) 2926 2927 ENDIF … … 3189 3190 3190 3191 IF ( unit == 'illegal' ) THEN 3192 unit = '' 3191 3193 CALL user_check_data_output( var, unit ) 3192 3194 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.