Changeset 1841 for palm/trunk/SOURCE
- Timestamp:
- Apr 7, 2016 7:14:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1834 r1841 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! redundant location message removed 22 22 ! 23 23 ! Former revisions: … … 3856 3856 ENDIF 3857 3857 3858 CALL location_message( 'finished', .TRUE. ) 3859 3860 ! 3861 !-- Prevent empty time records in volume, cross-section and masked data in case of 3862 !-- non-parallel netcdf-output in restart runs 3858 ! 3859 !-- Prevent empty time records in volume, cross-section and masked data in case 3860 !-- of non-parallel netcdf-output in restart runs 3863 3861 IF ( netcdf_data_format < 5 ) THEN 3864 3862 IF ( TRIM( initializing_actions ) == 'read_restart_data' ) THEN
Note: See TracChangeset
for help on using the changeset viewer.