- Timestamp:
- Apr 21, 2010 6:47:21 AM (15 years ago)
- Location:
- palm/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_4.1.html
r411 r531 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 2 <html><head> 3 4 3 5 4 6 … … 14 16 15 17 16 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> 17 18 19 20 21 22 23 24 25 26 27 28 29 <title>PALM chapter 4.1</title></head> 30 <body> 18 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>PALM chapter 4.1</title></head><body> 31 19 32 20 … … 3413 3401 <br> 3414 3402 <br> 3415 Sets the time period a precursor run shall run uncoupled. This parameter is used to set up the precursor run control for atmosphere-ocean-coupled runs. It has to be set individually to the atmospheric / oceanic precursor run. The time in the data output will show negative values during the precursor run. See documentation for further information. 3416 3417 </td> 3403 Sets the time period a precursor run shall run uncoupled. This 3404 parameter is used to set up the precursor run control for 3405 atmosphere-ocean-coupled runs. It has to be set individually to the 3406 atmospheric / oceanic precursor run. The time in the data output will 3407 show negative values during the precursor run. See documentation for 3408 further information. </td> 3418 3409 3419 3410 </tr> 3420 3411 3421 <t d style="vertical-align: top;"><a name="cthf"></a><span style="font-weight: bold;">cthf</span></td>3412 <tr><td style="vertical-align: top;"><a name="cthf"></a><span style="font-weight: bold;">cthf</span></td> 3422 3413 3423 3414 <td style="vertical-align: top;">R</td> … … 15643 15634 15644 15635 A more effective control of 15645 the & ldquo;overshoots” can be achieved with parameter <a href="#cut_spline_overshoot">cut_spline_overshoot</a>.15636 the “overshoots” can be achieved with parameter <a href="#cut_spline_overshoot">cut_spline_overshoot</a>. 15646 15637 </td> 15647 15638 … … 17249 17240 17250 17241 17251 </tr>17242 17252 17243 17253 17244 <tr> … … 17303 17294 <p><span style="font-weight: bold;">Attention:</span><br> 17304 17295 17305 The large scale vertical motion is only applied to the prognostic equation for the potential17306 temperature because it cannot be applied to the momentum equations due to incompressibility.17296 The large scale vertical motion is only applied to the prognostic equation for the scalar quantities (potential 17297 temperature, humidity if <a href="chapter_4.1.html#humidity">humidity</a> = .T. or passive scalar if <a href="chapter_4.1.html#passive_scalar">passive_scalar</a> = .T.) because it cannot be applied to the momentum equations due to incompressibility. 17307 17298 Thus, the model is not mass consistent.</p> 17308 17299 … … 17313 17304 17314 17305 17315 </tr>17306 17316 17307 17317 17308 <tr> … … 17344 17335 default values result in a profile which is zero everywhere regardless of the 17345 17336 values of <a href="#ws_vertical_gradient">ws_vertical_gradient</a>. 17346 For the piecewise construction of t emperature profilessee <a href="#ws_vertical_gradient">ws_vertical_gradient</a>.</p>17337 For the piecewise construction of the subsidence/ascent velocity profile see <a href="#ws_vertical_gradient">ws_vertical_gradient</a>.</p> 17347 17338 </td> 17348 17339 -
palm/trunk/DOC/app/chapter_4.2.html
r524 r531 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 2 <html><head> 3 4 3 5 4 6 … … 4807 4809 4808 4810 4809 </tr> 4811 </tr><tr> 4812 <td style="vertical-align: top;"><font color="#ff6666"><i>hyp</i></font></td> 4813 <td style="vertical-align: top;">Hydrostatic pressure (in dbar)<br> 4814 </td> 4815 </tr> 4816 4810 4817 4811 4818 -
palm/trunk/SOURCE/check_parameters.f90
r525 r531 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix: unit of hyp changed to dbar 7 7 ! 8 8 ! Former revisions: … … 2205 2205 CASE ( 'hyp' ) 2206 2206 dopr_index(i) = 72 2207 dopr_unit(i) = ' kPa'2207 dopr_unit(i) = 'dbar' 2208 2208 hom(:,2,72,:) = SPREAD( zu, 2, statistic_regions+1 ) 2209 2209 -
palm/trunk/SOURCE/flow_statistics.f90
r392 r531 880 880 hom(:,1,39,sr) = sums(:,38) / ( sums(:,32) + 1E-20 )**1.5 ! Sw 881 881 hom(:,1,40,sr) = sums(:,40) ! p 882 hom(:,1,45,sr) = sums(:,45) ! w" q"882 hom(:,1,45,sr) = sums(:,45) ! w"vpt" 883 883 hom(:,1,46,sr) = sums(:,46) ! w*vpt* 884 884 hom(:,1,47,sr) = sums(:,45) + sums(:,46) ! wvpt … … 907 907 hom(:,1,70,sr) = sums(:,70) ! q*2 908 908 hom(:,1,71,sr) = sums(:,71) ! prho 909 hom(:,1,72,sr) = hyp * 1E-4 ! hyp in kPa909 hom(:,1,72,sr) = hyp * 1E-4 ! hyp in dbar 910 910 911 911 hom(:,1,pr_palm-1,sr) = sums(:,pr_palm-1) -
palm/trunk/SOURCE/modules.f90
r520 r531 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! 7 ! character length of dopr_unit enlarged 8 8 ! 9 9 ! Former revisions: … … 1019 1019 ( 'unknown', i9 = 1, dots_max-23 ) /) 1020 1020 1021 CHARACTER (LEN= 7), DIMENSION(300) :: dopr_unit = 'unknown'1021 CHARACTER (LEN=9), DIMENSION(300) :: dopr_unit = 'unknown' 1022 1022 1023 1023 CHARACTER (LEN=7), DIMENSION(0:1,100) :: do2d_unit, do3d_unit -
palm/trunk/SOURCE/prognostic_equations.f90
r484 r531 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! add call of subsidence in the equation for humidity / passive scalar 7 7 ! 8 8 ! Former revisions: … … 658 658 !-- Sink or source of scalar concentration due to canopy elements 659 659 IF ( plant_canopy ) CALL plant_canopy_model( i, j, 5 ) 660 661 ! 662 !-- If required compute influence of large-scale subsidence/ascent 663 IF ( large_scale_subsidence ) THEN 664 CALL subsidence ( i, j, tend, q, q_init ) 665 ENDIF 660 666 661 667 CALL user_actions( i, j, 'q-tendency' ) … … 1110 1116 ENDIF 1111 1117 1112 1113 1118 CALL user_actions( i, j, 'pt-tendency' ) 1114 1119 … … 1223 1228 !-- Sink or source of scalar concentration due to canopy elements 1224 1229 IF ( plant_canopy ) CALL plant_canopy_model( i, j, 5 ) 1230 1231 1232 !-- If required compute influence of large-scale subsidence/ascent 1233 IF ( large_scale_subsidence ) THEN 1234 CALL subsidence ( i, j, tend, q, q_init ) 1235 ENDIF 1225 1236 1226 1237 … … 1907 1918 IF ( plant_canopy ) CALL plant_canopy_model( 5 ) 1908 1919 1920 ! 1921 !-- If required compute influence of large-scale subsidence/ascent 1922 IF ( large_scale_subsidence ) THEN 1923 CALL subsidence ( tend, q, q_init ) 1924 ENDIF 1925 1909 1926 CALL user_actions( 'q-tendency' ) 1910 1927
Note: See TracChangeset
for help on using the changeset viewer.