Changeset 4354
- Timestamp:
- Dec 19, 2019 4:10:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_mod.f90
r4346 r4354 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Bugfix in message call and specify error number 29 ! 30 ! 4346 2019-12-18 11:55:56Z motisi 28 31 ! Introduction of wall_flags_total_0, which currently sets bits based on static 29 32 ! topography information used in wall_flags_static_0 … … 816 819 'surface element at '// & 817 820 'grid point (k,j,i) = ', k, j, i 818 CALL message( 'surface_mod', 'PA0 999', 1, 2, 0, 6, 0 )821 CALL message( 'surface_mod', 'PA0698', 1, 2, myid, 6, 0 ) 819 822 ENDIF 820 823
Note: See TracChangeset
for help on using the changeset viewer.