[1873] | 1 | !> @file buoyancy.f90 |
---|
[2000] | 2 | !------------------------------------------------------------------------------! |
---|
[2696] | 3 | ! This file is part of the PALM model system. |
---|
[1036] | 4 | ! |
---|
[2000] | 5 | ! PALM is free software: you can redistribute it and/or modify it under the |
---|
| 6 | ! terms of the GNU General Public License as published by the Free Software |
---|
| 7 | ! Foundation, either version 3 of the License, or (at your option) any later |
---|
| 8 | ! version. |
---|
[1036] | 9 | ! |
---|
| 10 | ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY |
---|
| 11 | ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
---|
| 12 | ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
---|
| 13 | ! |
---|
| 14 | ! You should have received a copy of the GNU General Public License along with |
---|
| 15 | ! PALM. If not, see <http://www.gnu.org/licenses/>. |
---|
| 16 | ! |
---|
[2718] | 17 | ! Copyright 1997-2018 Leibniz Universitaet Hannover |
---|
[2000] | 18 | !------------------------------------------------------------------------------! |
---|
[1036] | 19 | ! |
---|
[1328] | 20 | ! Current revisions: |
---|
[1179] | 21 | ! ------------------ |
---|
[1354] | 22 | ! |
---|
[2233] | 23 | ! |
---|
[1321] | 24 | ! Former revisions: |
---|
| 25 | ! ----------------- |
---|
| 26 | ! $Id: buoyancy.f90 3538 2018-11-20 10:55:41Z moh.hefny $ |
---|
[3538] | 27 | ! Remove unnecessary double-masking of topography |
---|
| 28 | ! |
---|
| 29 | ! 3294 2018-10-01 02:37:10Z raasch |
---|
[3294] | 30 | ! module use statements moved to global declaration section |
---|
| 31 | ! |
---|
| 32 | ! 3274 2018-09-24 15:42:55Z knoop |
---|
[3274] | 33 | ! Modularization of all bulk cloud physics code components |
---|
| 34 | ! |
---|
| 35 | ! 3241 2018-09-12 15:02:00Z raasch |
---|
[3241] | 36 | ! unused Variable removed |
---|
| 37 | ! |
---|
| 38 | ! 2718 2018-01-02 08:49:38Z maronga |
---|
[2716] | 39 | ! Corrected "Former revisions" section |
---|
| 40 | ! |
---|
| 41 | ! 2696 2017-12-14 17:12:51Z kanani |
---|
| 42 | ! Change in file header (GPL part) |
---|
[1321] | 43 | ! |
---|
[2716] | 44 | ! 2233 2017-05-30 18:08:54Z suehring |
---|
| 45 | ! |
---|
[2233] | 46 | ! 2232 2017-05-30 17:47:52Z suehring |
---|
| 47 | ! Adjustments to new topography concept |
---|
| 48 | ! |
---|
[2119] | 49 | ! 2118 2017-01-17 16:38:49Z raasch |
---|
| 50 | ! OpenACC version of subroutine removed |
---|
| 51 | ! |
---|
[2001] | 52 | ! 2000 2016-08-20 18:09:15Z knoop |
---|
| 53 | ! Forced header and separation lines into 80 columns |
---|
| 54 | ! |
---|
[1874] | 55 | ! 1873 2016-04-18 14:50:06Z maronga |
---|
| 56 | ! Module renamed (removed _mod) |
---|
| 57 | ! |
---|
| 58 | ! |
---|
[1851] | 59 | ! 1850 2016-04-08 13:29:27Z maronga |
---|
| 60 | ! Module renamed |
---|
| 61 | ! |
---|
[1683] | 62 | ! 1682 2015-10-07 23:56:08Z knoop |
---|
| 63 | ! Code annotations made doxygen readable |
---|
| 64 | ! |
---|
[1375] | 65 | ! 1374 2014-04-25 12:55:07Z raasch |
---|
| 66 | ! missing variables added to ONLY list |
---|
| 67 | ! |
---|
[1366] | 68 | ! 1365 2014-04-22 15:03:56Z boeske |
---|
| 69 | ! Calculation of reference state in subroutine calc_mean_profile moved to |
---|
| 70 | ! subroutine time_integration, |
---|
| 71 | ! subroutine calc_mean_profile moved to new file calc_mean_profile.f90 |
---|
| 72 | ! |
---|
[1354] | 73 | ! 1353 2014-04-08 15:21:23Z heinze |
---|
| 74 | ! REAL constants provided with KIND-attribute |
---|
| 75 | ! |
---|
[1321] | 76 | ! 1320 2014-03-20 08:40:49Z raasch |
---|
[1320] | 77 | ! ONLY-attribute added to USE-statements, |
---|
| 78 | ! kind-parameters added to all INTEGER and REAL declaration statements, |
---|
| 79 | ! kinds are defined in new module kinds, |
---|
| 80 | ! revision history before 2012 removed, |
---|
| 81 | ! comment fields (!:) to be used for variable explanations added to |
---|
| 82 | ! all variable declaration statements |
---|
[98] | 83 | ! |
---|
[1258] | 84 | ! 1257 2013-11-08 15:18:40Z raasch |
---|
| 85 | ! vector length (32) removed from openacc clause |
---|
| 86 | ! |
---|
[1242] | 87 | ! 1241 2013-10-30 11:36:58Z heinze |
---|
| 88 | ! Generalize calc_mean_profile for wider use: use additional steering |
---|
| 89 | ! character loc |
---|
| 90 | ! |
---|
[1182] | 91 | ! 1179 2013-06-14 05:57:58Z raasch |
---|
| 92 | ! steering of reference state revised (var_reference and pr removed from |
---|
| 93 | ! parameter list), use_reference renamed use_single_reference_value |
---|
| 94 | ! |
---|
[1172] | 95 | ! 1171 2013-05-30 11:27:45Z raasch |
---|
| 96 | ! openacc statements added to use_reference-case in accelerator version |
---|
| 97 | ! |
---|
[1154] | 98 | ! 1153 2013-05-10 14:33:08Z raasch |
---|
| 99 | ! code adjustments of accelerator version required by PGI 12.3 / CUDA 5.0 |
---|
| 100 | ! |
---|
[1132] | 101 | ! 1128 2013-04-12 06:19:32Z raasch |
---|
| 102 | ! loop index bounds in accelerator version replaced by i_left, i_right, j_south, |
---|
| 103 | ! j_north |
---|
| 104 | ! |
---|
[1037] | 105 | ! 1036 2012-10-22 13:43:42Z raasch |
---|
| 106 | ! code put under GPL (PALM 3.9) |
---|
| 107 | ! |
---|
[1017] | 108 | ! 1015 2012-09-27 09:23:24Z raasch |
---|
| 109 | ! accelerator version (*_acc) added |
---|
| 110 | ! |
---|
[1011] | 111 | ! 1010 2012-09-20 07:59:54Z raasch |
---|
| 112 | ! cpp switch __nopointer added for pointer free version |
---|
| 113 | ! |
---|
[1] | 114 | ! Revision 1.1 1997/08/29 08:56:48 raasch |
---|
| 115 | ! Initial revision |
---|
| 116 | ! |
---|
| 117 | ! |
---|
| 118 | ! Description: |
---|
| 119 | ! ------------ |
---|
[1682] | 120 | !> Buoyancy term of the third component of the equation of motion. |
---|
| 121 | !> @attention Humidity is not regarded when using a sloping surface! |
---|
[1] | 122 | !------------------------------------------------------------------------------! |
---|
[1682] | 123 | MODULE buoyancy_mod |
---|
[1] | 124 | |
---|
[3274] | 125 | USE basic_constants_and_equations_mod, & |
---|
| 126 | ONLY: g |
---|
| 127 | |
---|
[3294] | 128 | USE arrays_3d, & |
---|
| 129 | ONLY: pt, pt_slope_ref, ref_state, tend |
---|
| 130 | |
---|
| 131 | USE control_parameters, & |
---|
| 132 | ONLY: atmos_ocean_sign, cos_alpha_surface, message_string, pt_surface,& |
---|
| 133 | sin_alpha_surface, sloping_surface |
---|
| 134 | |
---|
| 135 | USE kinds |
---|
| 136 | |
---|
[1] | 137 | PRIVATE |
---|
[2118] | 138 | PUBLIC buoyancy |
---|
[1] | 139 | |
---|
| 140 | INTERFACE buoyancy |
---|
| 141 | MODULE PROCEDURE buoyancy |
---|
| 142 | MODULE PROCEDURE buoyancy_ij |
---|
| 143 | END INTERFACE buoyancy |
---|
| 144 | |
---|
| 145 | CONTAINS |
---|
| 146 | |
---|
| 147 | |
---|
| 148 | !------------------------------------------------------------------------------! |
---|
[1682] | 149 | ! Description: |
---|
| 150 | ! ------------ |
---|
| 151 | !> Call for all grid points |
---|
[1] | 152 | !------------------------------------------------------------------------------! |
---|
[1179] | 153 | SUBROUTINE buoyancy( var, wind_component ) |
---|
[1] | 154 | |
---|
[1320] | 155 | USE indices, & |
---|
[1374] | 156 | ONLY: nxl, nxlg, nxlu, nxr, nxrg, nyn, nyng, nys, nysg, nzb, & |
---|
[3538] | 157 | nzt |
---|
[1320] | 158 | |
---|
| 159 | |
---|
[1] | 160 | IMPLICIT NONE |
---|
| 161 | |
---|
[1682] | 162 | INTEGER(iwp) :: i !< |
---|
| 163 | INTEGER(iwp) :: j !< |
---|
| 164 | INTEGER(iwp) :: k !< |
---|
| 165 | INTEGER(iwp) :: wind_component !< |
---|
[1320] | 166 | |
---|
[1010] | 167 | #if defined( __nopointer ) |
---|
[1682] | 168 | REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: var !< |
---|
[1010] | 169 | #else |
---|
[1320] | 170 | REAL(wp), DIMENSION(:,:,:), POINTER :: var |
---|
[1010] | 171 | #endif |
---|
[1] | 172 | |
---|
| 173 | |
---|
| 174 | IF ( .NOT. sloping_surface ) THEN |
---|
| 175 | ! |
---|
| 176 | !-- Normal case: horizontal surface |
---|
[1179] | 177 | DO i = nxl, nxr |
---|
| 178 | DO j = nys, nyn |
---|
[2232] | 179 | DO k = nzb+1, nzt-1 |
---|
| 180 | tend(k,j,i) = tend(k,j,i) + atmos_ocean_sign * g * 0.5_wp * & |
---|
| 181 | ( & |
---|
[1353] | 182 | ( var(k,j,i) - ref_state(k) ) / ref_state(k) + & |
---|
| 183 | ( var(k+1,j,i) - ref_state(k+1) ) / ref_state(k+1) & |
---|
[3538] | 184 | ) |
---|
[57] | 185 | ENDDO |
---|
| 186 | ENDDO |
---|
[1179] | 187 | ENDDO |
---|
[1] | 188 | |
---|
| 189 | ELSE |
---|
| 190 | ! |
---|
| 191 | !-- Buoyancy term for a surface with a slope in x-direction. The equations |
---|
| 192 | !-- for both the u and w velocity-component contain proportionate terms. |
---|
| 193 | !-- Temperature field at time t=0 serves as environmental temperature. |
---|
| 194 | !-- Reference temperature (pt_surface) is the one at the lower left corner |
---|
| 195 | !-- of the total domain. |
---|
| 196 | IF ( wind_component == 1 ) THEN |
---|
| 197 | |
---|
[106] | 198 | DO i = nxlu, nxr |
---|
[1] | 199 | DO j = nys, nyn |
---|
[2232] | 200 | DO k = nzb+1, nzt-1 |
---|
| 201 | tend(k,j,i) = tend(k,j,i) + g * sin_alpha_surface * & |
---|
[1353] | 202 | 0.5_wp * ( ( pt(k,j,i-1) + pt(k,j,i) ) & |
---|
| 203 | - ( pt_slope_ref(k,i-1) + pt_slope_ref(k,i) ) & |
---|
[3538] | 204 | ) / pt_surface |
---|
[1] | 205 | ENDDO |
---|
| 206 | ENDDO |
---|
| 207 | ENDDO |
---|
| 208 | |
---|
| 209 | ELSEIF ( wind_component == 3 ) THEN |
---|
| 210 | |
---|
| 211 | DO i = nxl, nxr |
---|
| 212 | DO j = nys, nyn |
---|
[2232] | 213 | DO k = nzb+1, nzt-1 |
---|
| 214 | tend(k,j,i) = tend(k,j,i) + g * cos_alpha_surface * & |
---|
[1353] | 215 | 0.5_wp * ( ( pt(k,j,i) + pt(k+1,j,i) ) & |
---|
| 216 | - ( pt_slope_ref(k,i) + pt_slope_ref(k+1,i) ) & |
---|
[3538] | 217 | ) / pt_surface |
---|
[1] | 218 | ENDDO |
---|
| 219 | ENDDO |
---|
| 220 | ENDDO |
---|
| 221 | |
---|
| 222 | ELSE |
---|
[247] | 223 | |
---|
[1320] | 224 | WRITE( message_string, * ) 'no term for component "', & |
---|
[1] | 225 | wind_component,'"' |
---|
[247] | 226 | CALL message( 'buoyancy', 'PA0159', 1, 2, 0, 6, 0 ) |
---|
[1] | 227 | |
---|
| 228 | ENDIF |
---|
| 229 | |
---|
| 230 | ENDIF |
---|
| 231 | |
---|
| 232 | END SUBROUTINE buoyancy |
---|
| 233 | |
---|
| 234 | |
---|
| 235 | !------------------------------------------------------------------------------! |
---|
[1682] | 236 | ! Description: |
---|
| 237 | ! ------------ |
---|
| 238 | !> Call for grid point i,j |
---|
| 239 | !> @attention PGI-compiler creates SIGFPE if opt>1 is used! Therefore, opt=1 is |
---|
| 240 | !> forced by compiler-directive. |
---|
[1] | 241 | !------------------------------------------------------------------------------! |
---|
[515] | 242 | !pgi$r opt=1 |
---|
[1179] | 243 | SUBROUTINE buoyancy_ij( i, j, var, wind_component ) |
---|
[1] | 244 | |
---|
[1320] | 245 | |
---|
| 246 | USE indices, & |
---|
[3538] | 247 | ONLY: nxlg, nxrg, nyng, nysg, nzb, nzt |
---|
[1320] | 248 | |
---|
[1] | 249 | IMPLICIT NONE |
---|
| 250 | |
---|
[1682] | 251 | INTEGER(iwp) :: i !< |
---|
| 252 | INTEGER(iwp) :: j !< |
---|
| 253 | INTEGER(iwp) :: k !< |
---|
| 254 | INTEGER(iwp) :: wind_component !< |
---|
[1320] | 255 | |
---|
[1010] | 256 | #if defined( __nopointer ) |
---|
[1682] | 257 | REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: var !< |
---|
[1010] | 258 | #else |
---|
[1320] | 259 | REAL(wp), DIMENSION(:,:,:), POINTER :: var |
---|
[1010] | 260 | #endif |
---|
[1] | 261 | |
---|
| 262 | |
---|
| 263 | IF ( .NOT. sloping_surface ) THEN |
---|
| 264 | ! |
---|
| 265 | !-- Normal case: horizontal surface |
---|
[2232] | 266 | DO k = nzb+1, nzt-1 |
---|
[1353] | 267 | tend(k,j,i) = tend(k,j,i) + atmos_ocean_sign * g * 0.5_wp * ( & |
---|
[1320] | 268 | ( var(k,j,i) - ref_state(k) ) / ref_state(k) + & |
---|
| 269 | ( var(k+1,j,i) - ref_state(k+1) ) / ref_state(k+1) & |
---|
[3538] | 270 | ) |
---|
[1179] | 271 | ENDDO |
---|
[1] | 272 | |
---|
| 273 | ELSE |
---|
| 274 | ! |
---|
| 275 | !-- Buoyancy term for a surface with a slope in x-direction. The equations |
---|
| 276 | !-- for both the u and w velocity-component contain proportionate terms. |
---|
| 277 | !-- Temperature field at time t=0 serves as environmental temperature. |
---|
| 278 | !-- Reference temperature (pt_surface) is the one at the lower left corner |
---|
| 279 | !-- of the total domain. |
---|
| 280 | IF ( wind_component == 1 ) THEN |
---|
| 281 | |
---|
[2232] | 282 | DO k = nzb+1, nzt-1 |
---|
| 283 | tend(k,j,i) = tend(k,j,i) + g * sin_alpha_surface * & |
---|
[1353] | 284 | 0.5_wp * ( ( pt(k,j,i-1) + pt(k,j,i) ) & |
---|
| 285 | - ( pt_slope_ref(k,i-1) + pt_slope_ref(k,i) ) & |
---|
[3538] | 286 | ) / pt_surface |
---|
[1] | 287 | ENDDO |
---|
| 288 | |
---|
| 289 | ELSEIF ( wind_component == 3 ) THEN |
---|
| 290 | |
---|
[2232] | 291 | DO k = nzb+1, nzt-1 |
---|
| 292 | tend(k,j,i) = tend(k,j,i) + g * cos_alpha_surface * & |
---|
[1353] | 293 | 0.5_wp * ( ( pt(k,j,i) + pt(k+1,j,i) ) & |
---|
| 294 | - ( pt_slope_ref(k,i) + pt_slope_ref(k+1,i) ) & |
---|
[3538] | 295 | ) / pt_surface |
---|
[1] | 296 | ENDDO |
---|
| 297 | |
---|
| 298 | ELSE |
---|
| 299 | |
---|
[1320] | 300 | WRITE( message_string, * ) 'no term for component "', & |
---|
[1] | 301 | wind_component,'"' |
---|
[247] | 302 | CALL message( 'buoyancy', 'PA0159', 1, 2, 0, 6, 0 ) |
---|
[1] | 303 | |
---|
| 304 | ENDIF |
---|
| 305 | |
---|
| 306 | ENDIF |
---|
| 307 | |
---|
| 308 | END SUBROUTINE buoyancy_ij |
---|
| 309 | |
---|
| 310 | END MODULE buoyancy_mod |
---|