Changeset 135 for palm/trunk/DOC/app/chapter_3.5.4.html
- Timestamp:
- Nov 22, 2007 12:24:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_3.5.4.html
r130 r135 192 192 output of 3d volume data, the gridpoint data of the quantity has to be 193 193 resorted to array <span style="font-family: monospace;">local_pf</span> 194 in subroutine <a href="chapter_3.5.1.html#user_data_output_3d"><span style="font-family: monospace;">user_data_output_3d</span></a>. 195 Also the vertical grid, on which the quantity is defined, has to be set 196 again:<br><br><span style="font-family: monospace;"> CASE 194 in subroutine <a href="chapter_3.5.1.html#user_data_output_3d"><span style="font-family: monospace;">user_data_output_3d</span></a>.:<br><br><span style="font-family: monospace;"> CASE 197 195 ( 'u2' )</span><br style="font-family: monospace;"><span style="font-family: monospace;"> 198 196 IF ( av == 0 ) THEN</span><br style="font-family: monospace;"><span style="font-family: monospace;"> … … 212 210 ENDDO</span><br style="font-family: monospace;"><span style="font-family: monospace;"> 213 211 ENDDO</span><br style="font-family: monospace;"><span style="font-family: monospace;"> 214 ENDIF</span><br style="font-family: monospace;"><br style="font-family: monospace;"><span style="font-family: monospace;"> 215 grid = 'zu'</span><br><br>The <span style="font-family: monospace;">ELSE</span> case is 212 ENDIF</span><br><br>The <span style="font-family: monospace;">ELSE</span> case is 216 213 only needed in case that output of time-averaged data is requested.<br><br><br></li><li>In 217 214 case of job chains, the sum array has to be written to the (binary)
Note: See TracChangeset
for help on using the changeset viewer.