Changeset 3728 for palm/trunk/SOURCE
- Timestamp:
- Feb 8, 2019 3:52:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_data_output_mod.f90
r3727 r3728 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix: add cpp options 28 ! 29 ! 3727 2019-02-08 14:52:10Z gronemeier 27 30 ! Enable NetCDF output for surface data (suehring, gronemeier) 28 31 ! … … 1325 1328 !-- and update time axis. 1326 1329 IF ( to_netcdf ) THEN 1330 #if defined( __netcdf4_parallel ) 1327 1331 IF ( dosurf_time_count(av) + 1 > ntdim_surf(av) ) THEN 1328 1332 WRITE ( message_string, * ) 'Output of surface data is not given at t=', & … … 1346 1350 CALL netcdf_handle_error( 'surface_data_output', 6666 ) 1347 1351 ENDIF 1352 #endif 1348 1353 ENDIF 1349 1354 … … 2723 2728 2724 2729 IF ( to_netcdf ) THEN 2730 #if defined( __netcdf4_parallel ) 2725 2731 ! 2726 2732 !-- Write output array to file … … 2730 2736 count = (/ surfaces%ns, 1 /) ) 2731 2737 CALL netcdf_handle_error( 'surface_data_output', 6667 ) 2732 2738 #endif 2733 2739 ENDIF 2734 2740
Note: See TracChangeset
for help on using the changeset viewer.