Changeset 288 for palm/trunk
- Timestamp:
- Apr 9, 2009 11:20:12 AM (16 years ago)
- Location:
- palm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/tec/message_identifiers
r274 r288 602 602 603 603 assigned free 604 1 - 346 347 605 348 - 375 376 604 1 - 375 376 606 605 377 - 428 386 607 606 1009 - 1010 -
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r278 r288 28 28 Changed: 29 29 ------- 30 NetCDF unit attribute in timeseries output in case of statistic regions added 31 (netcdf.90) 32 30 33 Output of NetCDF messages with aid of message handling routine. 31 34 (check_open, close_file, data_output_2d, data_output_3d, … … 60 63 ------ 61 64 65 Typographical error: unit of wpt in dots_unit (modules) 66 62 67 Bugfix: error in check, if particles moved further than one subdomain length. 63 68 This check must not be applied for newly released particles. (advec_particles) … … 76 81 on. (time_integration) 77 82 78 advec_particles, check_parameters, cpu_log, init_particles, time_integration83 advec_particles, check_parameters, cpu_log, init_particles, modules, time_integration -
palm/trunk/SOURCE/modules.f90
r284 r288 5 5 ! Actual revisions: 6 6 ! ----------------- 7 ! typographical error in dots_unit fixed 7 8 ! +clip_dvrp_*, cluster_size, color_interval, dvrpsize_interval, dvrp_overlap, 8 9 ! dvrp_total_overlap, groundplate_color, local_dvrserver_running, n*_dvrp, … … 857 858 (/ 'm2/s2 ', 'm2/s2 ', 's ', 'm/s ', 'K ', 'm/s ', & 858 859 'm/s ', 'm/s ', 's-1 ', 's-1 ', 'm ', 'm ', & 859 'm/s ', 'K m/s ', 'K m/s ', ' km/s ', 'K ', 'K ', &860 'm/s ', 'K m/s ', 'K m/s ', 'K m/s ', 'K ', 'K ', & 860 861 'm2/s2 ', 'm2/s2 ', 'kg m/s ', 'm ', & 861 862 ( 'unknown', i9 = 1, 78 ) /) -
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.