Changeset 314 for palm/trunk


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.

Location:
palm/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/DOC/app/appendix_a.html

    r311 r314  
    16221622      <tr>
    16231623        <td style="vertical-align: top;"><a name="NC****"></a>NC****</td>
    1624          <td><p>...</p></td>
     1624         <td><p>**** contains numbers in the range from 1-428</p></td>
    16251625      </tr>
    16261626 
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r311 r314  
    4141Changed:
    4242-------
     432 NetCDF error numbers changed. (data_output_3d)
     44
    4345A Link to the website appendix_a.html is printed for further information
    44 about the possible errors. (message.f90)
     46about the possible errors. (message)
    4547
    4648Temperature gradient criterion for estimating the boundary layer height
     
    4850
    4951NetCDF unit attribute in timeseries output in case of statistic regions added
    50 (netcdf.90)
     52(netcdf)
    5153
    5254Output of NetCDF messages with aid of message handling routine.
  • 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.