Changeset 1324 for palm/trunk/SOURCE/write_var_list.f90
- Timestamp:
- Mar 21, 2014 9:13:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/write_var_list.f90
r1321 r1324 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Bugfix: ONLY statement for module netcdf_control removed 23 23 ! 24 24 ! Former revisions: … … 119 119 ONLY: damp_level_1d, dt_pr_1d, dt_run_control_1d, end_time_1d 120 120 121 USE netcdf_control, & 122 ONLY: output_for_t0 121 USE netcdf_control 123 122 124 123 USE particle_attributes, &
Note: See TracChangeset
for help on using the changeset viewer.