Changeset 2756 for palm/trunk/SOURCE/data_output_3d.f90
- Timestamp:
- Jan 16, 2018 6:11:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_3d.f90
r2746 r2756 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Fill values for 3D output of chemical species introduced. 28 ! 29 ! 2746 2018-01-15 12:06:04Z suehring 27 30 ! Move flag plant canopy to modules 28 31 ! … … 680 683 IF ( .NOT. found .AND. air_chemistry ) THEN 681 684 CALL chem_data_output_3d( av, do3d(av,if), found, & 682 local_pf )685 local_pf, fill_value ) 683 686 resorted = .TRUE. 684 687 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.