Ignore:
Timestamp:
Aug 19, 2009 4:56:44 PM (15 years ago)
Author:
letzel
Message:
  • Bugfix for extended NetCDF files: In order to avoid 'data mode' errors if updated attributes are larger than their original size, NF90_PUT_ATT is called in 'define mode' enclosed by NF90_REDEF and NF90_ENDDEF calls. This implies a possible performance loss; an alternative strategy would be to ensure equal attribute size in a job chain. (netcdf)
  • Changed: For extended NetCDF files, the updated title attribute includes an update of time_average_text where appropriate. (netcdf)
  • Bugfix: correction of initial volume flow for non-flat topography (init_3d_model)
  • Bugfix: zero initialization of arrays within buildings for 'cyclic_fill' (init_3d_model)
  • New: MPI debug option (mrun)
  • Documentation updates:
    • topography file format (chapter 3.5.4)
    • NC identifier range expanded to 444 (appendix_a)
File:
1 edited

Legend:

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

    r354 r359  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    2 <html>
    3 <head>
     2<html><head>
    43
    54   
     
    76
    87   
    9   <title>PALM Appendix A</title>
    10 </head>
    11 
    12 
    13   <body>
     8  <title>PALM Appendix A</title></head>
     9
     10<body>
    1411
    1512   
     
    36653662
    36663663         <td>
    3667       <p>**** contains numbers in the range from 1-428</p>
     3664      <p>**** contains numbers in the range from 1-444</p>
    36683665      </td>
    36693666
     
    36813678
    36823679 
    3683 </body>
    3684 </html>
     3680</body></html>
Note: See TracChangeset for help on using the changeset viewer.