| 116 | |---------------- |
| 117 | {{{#!td style="vertical-align:top; text-align:left;width: 150px" |
| 118 | End of {{{advec_particles.f90}}} |
| 119 | }}} |
| 120 | {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" |
| 121 | [=#user_particle_attributes {{{user_particle_attributes}}}] |
| 122 | }}} |
| 123 | {{{#!td |
| 124 | Here the particles can be assigned new attributes (diameter, color etc.) after each time step. Like the calling routine {{{advec_particles}}}, this routine is only called if particle advection is switched on (see package parameter [../../parpar#dt_prel dt_prel]) |
| 125 | }}} |
| 126 | |---------------- |
| 127 | {{{#!td style="vertical-align:top; text-align:left;width: 150px" |
| 128 | Before the plot of particles and cross-sections in {{{dvrp_plot.f90}}} |
| 129 | }}} |
| 130 | {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" |
| 131 | [=#user_dvrp_coltab {{{user_dvrp_coltab ( mode )}}}] |
| 132 | }}} |
| 133 | {{{#!td |
| 134 | With this routine, color tables can be adjusted which should be used for output with the dvrp software. Individuell color tables for particles and cross-sections are possible. For this purpose the two arrays {{{interval_values_dvrp}}} and {{{interval_h_dvrp}}} (declared in the module {{{dvrp_variables}}}) have to be preset with appropriate values. The number of color table entries must be assigned to the variable of {{{dvrp_colourtable_entries}}}. The value of the subroutine argument mode defines, whether the color table is valid for particles or for cross-sections (i.e. mode can have the values ''particles'' or ''slicer''). |
| 135 | This routine only becomes active if dvrp-graphics is switched on (see package parameter [../../dvrpar#dt_dvrp dt_dvrp]). |
| 136 | }}} |
| 137 | |