Changeset 359 for palm/trunk/DOC


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)
Location:
palm/trunk/DOC/app
Files:
2 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>
  • palm/trunk/DOC/app/chapter_3.4.html

    r270 r359  
    33493349the&nbsp;subroutine <span style="font-family: Cumberland AMT;">init_grid</span>&nbsp;reads
    33503350the topography height information (in m above ground) for each grid point in
    3351 a free floating point format. The data on file are laid out naturally,
     3351a free floating point format. <font color="#000000">The ascii file format is <a href="http://en.wikipedia.org/wiki/ESRI_grid#ASCII" target="_blank">ESRI grid</a> - also known as <a href="http://en.wikipedia.org/wiki/ESRI_grid#ASCII" target="_blank">ARC/INFO ASCII GRID</a> <span style="font-style: italic;">- without the header</span>. </font>The data on file are laid out naturally,
    33523352i.e. in W-E orientation horizontally and in S-N orientation vertically,
    33533353they must thus be organized as follows:<br>
     
    33723372
    33733373     
    3374       </ul>
    3375 
    3376 
    3377 Layout sketch:<br>
     3374      </ul>Layout sketch:<br>
    33783375
    33793376
Note: See TracChangeset for help on using the changeset viewer.