Changeset 3029
- Timestamp:
- May 23, 2018 12:19:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/urban_surface_mod.f90
r3014 r3029 28 28 ! ----------------- 29 29 ! $Id$ 30 ! bugfix: close unit 151 instead of 90 31 ! 32 ! 3014 2018-05-09 08:42:38Z maronga 30 33 ! Added pc_transpiration_rate 31 34 ! … … 6709 6712 CALL message( 'usm_read_urban_surface_types', 'PA0514', 1, 2, 0, 6, 0 ) 6710 6713 6711 25 CLOSE( 90)6714 25 CLOSE( 151 ) 6712 6715 6713 6716 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.