Changeset 4176
- Timestamp:
- Aug 20, 2019 2:10:41 PM (5 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r4172 r4176 24 24 ! Former revisions: 25 25 ! ----------------- 26 ! $Id$ 26 ! 4172 2019-08-20 11:55:33Z oliver.maas 27 ! bugfix error message: replaced PA184 by PA0184 28 ! 29 ! 11:55:33Z oliver.maas 27 30 ! added conversion from recycle_absolute_quantities to raq for recycling of 28 31 ! absolute quantities and added error message PA184 for not implemented quantities … … 3668 3671 message_string = 'absolute recycling not implemented for variable ' // & 3669 3672 TRIM( recycle_absolute_quantities(r) ) 3670 CALL message( 'inflow_turbulence', 'PA 184', 1, 2, 0, 6, 0 )3673 CALL message( 'inflow_turbulence', 'PA0184', 1, 2, 0, 6, 0 ) 3671 3674 END SELECT 3672 3675 ENDDO -
palm/trunk/SOURCE/parin.f90
r4173 r4176 25 25 ! ----------------- 26 26 ! $Id$ 27 ! added recycle_absolute_quantities to initialization_parameters namelist 28 ! 29 ! 4173 2019-08-20 12:04:06Z gronemeier 27 30 ! add vdi_internal_controls 28 31 ! … … 682 685 random_generator, random_heatflux, rans_const_c, rans_const_sigma,& 683 686 rayleigh_damping_factor, rayleigh_damping_height, & 684 recycling_width, recycling_yshift, 687 recycling_width, recycling_yshift, recycle_absolute_quantities, & 685 688 reference_state, residual_limit, & 686 689 roughness_length, scalar_advec, &
Note: See TracChangeset
for help on using the changeset viewer.