Changeset 2630 for palm/trunk
- Timestamp:
- Nov 20, 2017 12:58:20 PM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_advec.f90
r2629 r2630 27 27 ! Removed indices ilog and jlog which are no longer needed since particle box 28 28 ! locations are identical to scalar boxes and topography. 29 30 29 ! 31 ! 2628 2017-11-20 12:40:38Z schwenkel30 ! 2628 2017-11-20 12:40:38Z raasch 32 31 ! bugfix in logarithmic interpolation of v-component (usws was used by mistake) 33 32 ! -
palm/trunk/SOURCE/lpm_exchange_horiz.f90
r2628 r2630 1148 1148 WRITE( message_string, * ) 'PARTICLE VIOLATED CFL CRITERION'& 1149 1149 ': particle with id ',particles(n)%id,' will be deleted!' 1150 CALL message( 'lpm_check_cfl', 'PA0 500', 0, 1, 0, 6, 0 )1150 CALL message( 'lpm_check_cfl', 'PA0475', 0, 1, 0, 6, 0 ) 1151 1151 particles(n)%particle_mask= .FALSE. 1152 1152 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.