Changeset 4188
- Timestamp:
- Aug 26, 2019 2:15:47 PM (5 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r4187 r4188 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Minor adjustment in error numbers, typos corrected 28 ! 29 ! 4187 2019-08-26 12:43:15Z suehring 27 30 ! Adjust message call in case of local checks 28 31 ! … … 3169 3172 WRITE( message_string, * ) & 3170 3173 'surface element at grid point (j,i) = (', & 3171 j, i, ') is not a veg ation surface, ',&3174 j, i, ') is not a vegetation surface, ', & 3172 3175 'so that information given in ', & 3173 3176 'vegetation_pars at this point is neglected.' … … 3245 3248 WRITE( message_string, * ) & 3246 3249 'surface element at grid point (j,i) = (', & 3247 j, i, ') is not a veg ation surface, ',&3250 j, i, ') is not a vegetation surface, ', & 3248 3251 'so that information given in ', & 3249 3252 'vegetation_pars at this point is neglected.' 3250 CALL message( 'land_surface_model_mod', 'PA043 7', 0, 0, myid, 6, 0 )3253 CALL message( 'land_surface_model_mod', 'PA0436', 0, 0, myid, 6, 0 ) 3251 3254 ELSE 3252 3255 … … 3520 3523 'so that information given in ', & 3521 3524 'water_pars at this point is neglected.' 3522 CALL message( 'land_surface_model_mod', 'PA064 6', &3525 CALL message( 'land_surface_model_mod', 'PA0645', & 3523 3526 0, 0, myid, 6, 0 ) 3524 3527 ELSE … … 3886 3889 'so that information given in ', & 3887 3890 'pavement_pars at this point is neglected.' 3888 CALL message( 'land_surface_model_mod', 'PA06 70', 0, 0, myid, 6, 0 )3891 CALL message( 'land_surface_model_mod', 'PA0647', 0, 0, myid, 6, 0 ) 3889 3892 ELSE 3890 3893 … … 4593 4596 message_string = 'For non-pavement surfaces the combination ' // & 4594 4597 ' lai = 0.0 and c_veg = 1.0 is not allowed.' 4595 CALL message( 'lsm_rrd_local', 'PA067 2', 2, 2, 0, 6, 0 )4598 CALL message( 'lsm_rrd_local', 'PA0671', 2, 2, 0, 6, 0 ) 4596 4599 ENDIF 4597 4600 ENDDO -
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r4187 r4188 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Minor adjustment in error number 30 ! 31 ! 4187 2019-08-26 12:43:15Z suehring 29 32 ! Give specific error numbers instead of PA0999 30 33 ! … … 433 436 TRIM( coupling_char ) // ' requires ' // & 434 437 'canopy_mode = read_from_file_3d' 435 CALL message( 'pcm_check_parameters', 'PA067 3', 1, 2, 0, 6, 0 )438 CALL message( 'pcm_check_parameters', 'PA0672', 1, 2, 0, 6, 0 ) 436 439 ENDIF 437 440 -
palm/trunk/SOURCE/radiation_model_mod.f90
r4187 r4188 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Minor adjustment in error message 31 ! 32 ! 4187 2019-08-26 12:43:15Z suehring 30 33 ! - Take external radiation from root domain dynamic input if not provided for 31 34 ! each nested domain … … 2473 2476 'dynamic input for the child domain(s) is ' // & 2474 2477 'provided, at least one for the root domain ' // & 2475 ' needs to be provided.'2478 'is needed.' 2476 2479 CALL message( 'radiation_init', 'PA0315', 1, 2, 0, 6, 0 ) 2477 2480 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.