Changeset 4188 for palm/trunk/SOURCE/land_surface_model_mod.f90
- Timestamp:
- Aug 26, 2019 2:15:47 PM (6 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.