Changeset 405 for palm/trunk/DOC/app/chapter_3.5.4.html
- Timestamp:
- Nov 16, 2009 12:20:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_3.5.4.html
r343 r405 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 2 <html><head> 3 3 4 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM chapter 3.5.4</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> 4 5 <!-- 5 6 @page { size: 21cm 29.7cm } 6 7 --> 7 </style></head> 8 <body style="direction: ltr;" lang="en-US"><h3 style="line-height: 100%;"><font size="4">3.5.4 8 </style></head><body style="direction: ltr;" lang="en-US"><h3 style="line-height: 100%;"><font size="4">3.5.4 9 9 User-defined output quantities<br> 10 10 </font></h3>A very typical request of users is the … … 172 172 IF ( initializing_actions == 'read_restart_data' ) 173 173 THEN</span><br style="font-family: monospace;"><span style="font-family: monospace;"> 174 READ ( 13 ) field_ch r</span><br style="font-family: monospace;"><span style="font-family: monospace;"> 175 DO WHILE ( TRIM( field_ch r ) /= '*** end174 READ ( 13 ) field_char</span><br style="font-family: monospace;"><span style="font-family: monospace;"> 175 DO WHILE ( TRIM( field_char ) /= '*** end 176 176 user ***' )</span><br style="font-family: monospace;"><br style="font-family: monospace;"><span style="font-family: monospace;"> 177 SELECT CASE ( TRIM( field_ch r ) )</span><br style="font-family: monospace;"><br style="font-family: monospace;"><span style="font-family: monospace;"> 177 SELECT CASE ( TRIM( field_char ) )</span><br style="font-family: monospace;"><br style="font-family: monospace;"><span style="font-family: monospace;"> 178 178 CASE ( 'u2_av' )</span><br style="font-family: monospace;"><span style="font-family: monospace;"> 179 179 ALLOCATE( … … 186 186 187 187 188 TRIM( 189 field_chr ), '" found in'</span><br style="font-family: monospace;"><span style="font-family: monospace;"> 188 TRIM( field_char ), '" found in'</span><br style="font-family: monospace;"><span style="font-family: monospace;"> 190 189 PRINT*, 191 190 ' … … 276 275 grid = 'zu'</span><br> <br>The <span style="font-family: monospace;">ELSE</span> case is 277 276 only needed in case that output of time-averaged data is requested.<br><br> 278 As a special case, xy cross section output can also be defined at one single level at height <span style="font-family: monospace;">k=nzb+1</span> on the u-grid. This features is useful for output of surface data (e.g. heat fluxes). In this case, the corresponding 2d data has to be resorted to the array <span style="font-family: monospace;">local_pf(i,j,nzb+1).</span> In addition to this, the grid in <a href="chapter_3.5.1.html#user_define_netcdf_grid"><span style="font-family: monospace;">user_define_netcdf_grid</span></a> as well as in <a href="chapter_3.5.1.html#user_data_output_2d"><span style="font-family: monospace;">user_data_output_2d</span></a> must be set to <span style="font-family: monospace;">grid = 'zu1'</span>.<br><br> 277 As a special case, xy cross section output can also be defined at one single level at height <span style="font-family: monospace;">k=nzb+1</span> 278 on the u-grid. This features is useful for output of surface data (e.g. 279 heat fluxes). In this case, the corresponding 2d data has to be 280 resorted to the array <span style="font-family: monospace;">local_pf(i,j,nzb+1).</span> In addition to this, the grid in <a href="chapter_3.5.1.html#user_define_netcdf_grid"><span style="font-family: monospace;">user_define_netcdf_grid</span></a> as well as in <a href="chapter_3.5.1.html#user_data_output_2d"><span style="font-family: monospace;">user_data_output_2d</span></a> must be set to <span style="font-family: monospace;">grid = 'zu1'</span>.<br><br> 279 281 <span style="font-family: monospace;"> CASE 280 282 ( 'u2_xy' )</span><br style="font-family: monospace;"><span style="font-family: monospace;">
Note: See TracChangeset
for help on using the changeset viewer.