Changeset 3630
- Timestamp:
- Dec 17, 2018 11:04:17 AM (6 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r3620 r3630 7910 7910 acsf(ncsfl)%ity = rt2_track(1,i) 7911 7911 acsf(ncsfl)%itz = iz 7912 IF ( itarget(k) /= -1 ) ERROR STOP!FIXME remove after test7912 IF ( itarget(k) /= -1 ) STOP 1 !FIXME remove after test 7913 7913 acsf(ncsfl)%isurfs = -1 7914 7914 acsf(ncsfl)%rcvf = (1._wp - curtrans)*transparency(k)*aorig*vffrac(k) -
palm/trunk/SOURCE/salsa_mod.f90
r3589 r3630 7860 7860 iend = get_n_comp( prtcl ) 7861 7861 ELSE 7862 STOP 'bin_mixrat: Error in itype'7862 STOP 1 ! "INFO for Developer: please use the message routine to pass the output string" bin_mixrat: Error in itype 7863 7863 ENDIF 7864 7864 -
palm/trunk/SOURCE/salsa_util_mod.f90
r3494 r3630 144 144 get_index = SELF%ncomp + 1 145 145 ELSE 146 STOP 'get_index: FAILED, no such component -'146 STOP 1 ! "INFO for Developer: please use the message routine to pass the output string" get_index: FAILED, no such component - 147 147 ENDIF 148 148
Note: See TracChangeset
for help on using the changeset viewer.