Changeset 4356 for palm/trunk/SOURCE/land_surface_model_mod.f90
- Timestamp:
- Dec 20, 2019 5:09:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r4339 r4356 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Correct single message calls, local checks must be given by the respective 28 ! mpi rank. 29 ! 30 ! 4339 2019-12-13 18:18:30Z suehring 27 31 ! Bugfix, character length too short, caused crash on NEC. 28 32 ! … … 4856 4860 message_string = 'For non-pavement surfaces the combination ' // & 4857 4861 ' lai = 0.0 and c_veg = 1.0 is not allowed.' 4858 CALL message( 'lsm_rrd_local', 'PA0671', 2, 2, 0, 6, 0 )4862 CALL message( 'lsm_rrd_local', 'PA0671', 2, 2, myid, 6, 0 ) 4859 4863 ENDIF 4860 4864 … … 4865 4869 message_string = 'For non-pavement surfaces the combination ' // & 4866 4870 ' lai = 0.0 and c_veg = 1.0 is not allowed.' 4867 CALL message( 'lsm_rrd_local', 'PA0671', 2, 2, 0, 6, 0 )4871 CALL message( 'lsm_rrd_local', 'PA0671', 2, 2, myid, 6, 0 ) 4868 4872 ENDIF 4869 4873 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.