Changeset 2974 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Apr 16, 2018 12:59:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r2970 r2974 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix: check if dt_data_output_av is zero in case of parallel NetCDF output 28 ! 29 ! 2970 2018-04-13 15:09:23Z suehring 27 30 ! Bugfix in old large-scale forcing mode 28 31 ! … … 3674 3677 !-- Check if any of the follwoing data output interval is 0.0s, which is 3675 3678 !-- not allowed for parallel output. 3676 CALL check_dt_do( dt_do3d, 'dt_do3d' ) 3677 CALL check_dt_do( dt_do2d_xy, 'dt_do2d_xy' ) 3678 CALL check_dt_do( dt_do2d_xz, 'dt_do2d_xz' ) 3679 CALL check_dt_do( dt_do2d_yz, 'dt_do2d_yz' ) 3679 CALL check_dt_do( dt_do3d, 'dt_do3d' ) 3680 CALL check_dt_do( dt_do2d_xy, 'dt_do2d_xy' ) 3681 CALL check_dt_do( dt_do2d_xz, 'dt_do2d_xz' ) 3682 CALL check_dt_do( dt_do2d_yz, 'dt_do2d_yz' ) 3683 CALL check_dt_do( dt_data_output_av, 'dt_data_output_av' ) 3680 3684 3681 3685 !-- Set needed time levels (ntdim) to
Note: See TracChangeset
for help on using the changeset viewer.