Changeset 4757 for palm/trunk/SOURCE/module_interface.f90
- Timestamp:
- Oct 26, 2020 10:23:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/module_interface.f90
r4753 r4757 24 24 ! ----------------- 25 25 ! $Id$ 26 ! Implement doq calls 27 ! 28 ! 4753 2020-10-21 14:55:41Z raasch 26 29 ! file re-formatted to follow the PALM coding standard 27 30 ! … … 342 345 ONLY: doq_3d_data_averaging, & 343 346 doq_check_data_output, & 347 doq_check_data_output_pr, & 344 348 doq_define_netcdf_grid, & 345 349 doq_init, & 346 350 doq_output_2d, & 347 351 doq_output_3d, & 352 doq_statistics, & 348 353 doq_rrd_local, & 349 354 doq_wrd_local … … 870 875 871 876 CALL dynamics_check_data_output_pr( variable, var_count, unit, dopr_unit ) 877 CALL doq_check_data_output_pr( variable, var_count, unit, dopr_unit ) 872 878 873 879 IF ( unit == 'illegal' .AND. bulk_cloud_model ) THEN … … 1701 1707 1702 1708 CALL dynamics_statistics( mode, sr, tn ) 1709 CALL doq_statistics( mode, sr, tn ) 1703 1710 1704 1711 IF ( gust_module_enabled ) CALL gust_statistics( mode, sr, tn, dots_max )
Note: See TracChangeset
for help on using the changeset viewer.