Changeset 87 for palm/trunk/DOC/app
- Timestamp:
- May 22, 2007 3:46:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_3.5.4.html
r62 r87 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 2 <html><head> 3 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM 4 chapter 3.5.5</title> <meta name="GENERATOR" content="StarOffice 7 (Win32)"> <meta name="AUTHOR" content="Siegfried Raasch"> <meta name="CREATED" content="20040802;14050943"> <meta name="CHANGED" content="20041117;12180008"> <meta name="KEYWORDS" content="parallel LES model"> <style> 3 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM chapter 3.5.5</title> <meta name="GENERATOR" content="StarOffice 7 (Win32)"> <meta name="AUTHOR" content="Siegfried Raasch"> <meta name="CREATED" content="20040802;14050943"> <meta name="CHANGED" content="20041117;12180008"> <meta name="KEYWORDS" content="parallel LES model"> <style> 5 4 <!-- 6 5 @page { size: 21cm 29.7cm } … … 14 13 quantities which are not part of PALM's standard output. The basic user 15 14 interface includes a number of subroutines which allow the calculation 16 of user-defined quantities and output of these quantities as 2d cross15 of user-defined quantities and output of these quantities as time series, (horizontally averaged) vertical profile, 2d cross 17 16 section or 3d volume data. The respective subroutines 18 contain as 19 an example code lines (written as comment lines) for calculating and 20 output the square of the u-component velocity (note: this quantity 17 contain sample code lines (written as comment lines) for defining, calculating and 18 output of such quantities.<br><br>The 19 rest of this chapter explains step-by-step how to modify/extend the 20 default file user_interface.f90 in order to generate the respective output.<br><br><br><br><h4><span style="font-weight: bold;">Output of 2d cross sections or 3d volume data</span></h4><br>This example shows the output of the 21 quantity "square of the u-component" (<span style="font-weight: bold;">Note:</span> this quantity 21 22 could of course easily be calculated from the u-component by 22 23 postprocessing the PALM output so that calculation within PALM is not 23 necessarily required).<br><br>The 24 rest of this chapter explains step-by-step how to modify/extend the 25 default file user_interface.f90 in order to generate output of the 26 quantity "square of the u-component". If more than one user-defined 24 necessarily required). If more than one user-defined 27 25 quantity shall be output, these steps have to be carried out in the 28 26 same way for each of the quantities.<br><br><ol><li>The
Note: See TracChangeset
for help on using the changeset viewer.