Changeset 179 for palm/trunk/UTIL
- Timestamp:
- Jul 16, 2008 11:47:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/combine_plot_fields.f90
r139 r179 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix: three misplaced #endif directives 7 7 ! 8 8 ! Former revisions: … … 298 298 ENDDO ! av = 0, 1 299 299 300 ENDIF 301 #endif 300 #endif 301 ENDIF 302 302 303 303 ! … … 420 420 ENDIF 421 421 422 ENDIF 423 #endif 422 #endif 423 ENDIF 424 424 425 425 ENDDO … … 608 608 ENDDO ! av=0,1 609 609 610 #endif 610 611 ENDIF 611 #endif612 612 613 613 ! … … 736 736 INTEGER, INTENT(IN) :: errno 737 737 738 #if defined( __netcdf ) 738 739 IF ( nc_stat /= NF90_NOERR ) THEN 739 740 PRINT*, '+++ combine_plot_fields netcdf: ', av, errno, & 740 741 TRIM( nf90_strerror( nc_stat ) ) 741 742 ENDIF 743 #endif 742 744 743 745 END SUBROUTINE handle_netcdf_error
Note: See TracChangeset
for help on using the changeset viewer.