Changeset 4048 for palm/trunk/SOURCE/data_output_3d.f90
- Timestamp:
- Jun 21, 2019 9:00:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_3d.f90
r4039 r4048 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Moved tcm_data_output_3d to module_interface 28 ! 29 ! 4039 2019-06-18 10:32:41Z suehring 27 30 ! modularize diagnostic output 28 31 ! … … 313 316 USE radiation_model_mod, & 314 317 ONLY: nz_urban_b, nz_urban_t 315 316 USE turbulence_closure_mod, &317 ONLY: tcm_data_output_3d318 318 319 319 USE urban_surface_mod, & … … 718 718 719 719 CASE DEFAULT 720 721 IF ( .NOT. found ) THEN722 CALL tcm_data_output_3d( av, trimvar, found, local_pf, &723 nzb_do, nzt_do )724 resorted = .TRUE.725 ENDIF726 727 720 ! 728 721 !-- Quantities of other modules
Note: See TracChangeset
for help on using the changeset viewer.