Changeset 314 for palm/trunk/SOURCE
- Timestamp:
- May 13, 2009 7:04:28 AM (16 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified palm/trunk/SOURCE/CURRENT_MODIFICATIONS ¶
r311 r314 41 41 Changed: 42 42 ------- 43 2 NetCDF error numbers changed. (data_output_3d) 44 43 45 A Link to the website appendix_a.html is printed for further information 44 about the possible errors. (message .f90)46 about the possible errors. (message) 45 47 46 48 Temperature gradient criterion for estimating the boundary layer height … … 48 50 49 51 NetCDF unit attribute in timeseries output in case of statistic regions added 50 (netcdf .90)52 (netcdf) 51 53 52 54 Output of NetCDF messages with aid of message handling routine. -
TabularUnified palm/trunk/SOURCE/data_output_3d.f90 ¶
r291 r314 97 97 start = (/ do3d_time_count(av) /), & 98 98 count = (/ 1 /) ) 99 CALL handle_netcdf_error( 'data_output_3d', 1009)99 CALL handle_netcdf_error( 'data_output_3d', 376 ) 100 100 ENDIF 101 101 #endif … … 388 388 start = (/ 1, 1, 1, do3d_time_count(av) /), & 389 389 count = (/ nx+2, ny+2, nz_do3d-nzb+1, 1 /) ) 390 CALL handle_netcdf_error( 'data_output_3d', 1010)390 CALL handle_netcdf_error( 'data_output_3d', 386 ) 391 391 ENDIF 392 392 #endif
Note: See TracChangeset
for help on using the changeset viewer.