- Timestamp:
- Aug 29, 2014 10:47:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1430 r1455 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! empty time records in volume, cross-section and masked data output prevented 23 ! in case of non-parallel netcdf-output in restart runs 23 24 ! 24 25 ! Former revisions: … … 3744 3745 3745 3746 ! 3747 !-- Prevent empty time records in volume, cross-section and masked data in case of 3748 !-- non-parallel netcdf-output in restart runs 3749 IF ( netcdf_data_format < 5 ) THEN 3750 IF ( TRIM( initializing_actions ) == 'read_restart_data' ) THEN 3751 do3d_time_count = 0 3752 do2d_xy_time_count = 0 3753 do2d_xz_time_count = 0 3754 do2d_yz_time_count = 0 3755 domask_time_count = 0 3756 ENDIF 3757 ENDIF 3758 3759 ! 3746 3760 !-- Check &userpar parameters 3747 3761 CALL user_check_parameters
Note: See TracChangeset
for help on using the changeset viewer.