Ignore:
Timestamp:
May 13, 2009 7:04:28 AM (15 years ago)
Author:
heinze
Message:

Change of 2 NetCDF error numbers. appendix_a.html contains the complete content of message_identfiers, so message_identfiers is obsolete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/data_output_3d.f90

    r291 r314  
    9797                               start = (/ do3d_time_count(av) /), &
    9898                               count = (/ 1 /) )
    99        CALL handle_netcdf_error( 'data_output_3d', 1009 )
     99       CALL handle_netcdf_error( 'data_output_3d', 376 )
    100100    ENDIF
    101101#endif
     
    388388                                  start = (/ 1, 1, 1, do3d_time_count(av) /), &
    389389                                  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 )
    391391          ENDIF
    392392#endif
Note: See TracChangeset for help on using the changeset viewer.