Changeset 288 for palm/trunk/SOURCE/netcdf.f90
- Timestamp:
- Apr 9, 2009 11:20:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf.f90
r277 r288 7 7 ! Current revisions: 8 8 ! ------------------ 9 ! NetCDF unit attribute in timeseries output in case of statistic 10 ! regions added. 9 11 ! Output of NetCDF messages with aid of message handling routine. 10 12 ! Output of messages replaced by message handling routine. … … 2684 2686 CALL handle_netcdf_error( 'netcdf', 257 ) 2685 2687 2688 nc_stat = NF90_PUT_ATT( id_set_ts, id_var_dots(i,j), & 2689 'units', TRIM( dots_unit(i) ) ) 2690 CALL handle_netcdf_error( 'netcdf', 347 ) 2691 2686 2692 var_list = TRIM(var_list) // TRIM(netcdf_var_name) // & 2687 2693 suffix // ';' … … 3626 3632 message_string = TRIM( NF90_STRERROR( nc_stat ) ) 3627 3633 3628 CALL message( routine_name, message_identifier, 2, 2, -1, 6, 1 )3634 CALL message( routine_name, message_identifier, 2, 2, 0, 6, 1 ) 3629 3635 3630 3636 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.