[1682] | 1 | !> @file swap_timelevel.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 | ! |
---|
[3655] | 17 | ! Copyright 1997-2019 Leibniz Universitaet Hannover |
---|
[2000] | 18 | !------------------------------------------------------------------------------! |
---|
[1036] | 19 | ! |
---|
[484] | 20 | ! Current revisions: |
---|
[1] | 21 | ! ----------------- |
---|
[1961] | 22 | ! |
---|
[3589] | 23 | ! |
---|
[1] | 24 | ! Former revisions: |
---|
| 25 | ! ----------------- |
---|
[3] | 26 | ! $Id: swap_timelevel.f90 3761 2019-02-25 15:31:42Z knoop $ |
---|
[3761] | 27 | ! unused variables removed |
---|
| 28 | ! |
---|
| 29 | ! 3655 2019-01-07 16:51:22Z knoop |
---|
[3637] | 30 | ! Implementation of the PALM module interface |
---|
| 31 | ! |
---|
| 32 | ! 3636 2018-12-19 13:48:34Z raasch |
---|
[3636] | 33 | ! nopointer option removed |
---|
| 34 | ! |
---|
| 35 | ! 3589 2018-11-30 15:09:51Z suehring |
---|
[3589] | 36 | ! Move the control parameter "salsa" from salsa_mod to control_parameters |
---|
| 37 | ! (M. Kurppa) |
---|
| 38 | ! |
---|
| 39 | ! 3582 2018-11-29 19:16:36Z suehring |
---|
[3467] | 40 | ! Implementation of a new aerosol module salsa. |
---|
| 41 | ! |
---|
| 42 | ! 3303 2018-10-03 12:04:15Z raasch |
---|
[3303] | 43 | ! bugfix for swapping in case of ocean mode |
---|
| 44 | ! |
---|
| 45 | ! 3294 2018-10-01 02:37:10Z raasch |
---|
[3294] | 46 | ! changes concerning modularization of ocean option |
---|
| 47 | ! |
---|
| 48 | ! 3274 2018-09-24 15:42:55Z knoop |
---|
[3274] | 49 | ! Modularization of all bulk cloud physics code components |
---|
| 50 | ! |
---|
| 51 | ! 3241 2018-09-12 15:02:00Z raasch |
---|
[3241] | 52 | ! unused variables removed |
---|
| 53 | ! |
---|
| 54 | ! 2817 2018-02-19 16:32:21Z knoop |
---|
[2817] | 55 | ! Preliminary gust module interface implemented |
---|
| 56 | ! |
---|
| 57 | ! 2766 2018-01-22 17:17:47Z kanani |
---|
[2766] | 58 | ! Removed preprocessor directive __chem |
---|
| 59 | ! |
---|
| 60 | ! 2718 2018-01-02 08:49:38Z maronga |
---|
[2716] | 61 | ! Corrected "Former revisions" section |
---|
| 62 | ! |
---|
| 63 | ! 2696 2017-12-14 17:12:51Z kanani |
---|
| 64 | ! Change in file header (GPL part) |
---|
[2696] | 65 | ! Moved TKE to turbulence_closure_mod (TG) |
---|
| 66 | ! Implementation of chemistry module (FK) |
---|
| 67 | ! |
---|
| 68 | ! 2350 2017-08-15 11:48:26Z kanani |
---|
[2350] | 69 | ! Bugfix in nopointer version |
---|
| 70 | ! |
---|
| 71 | ! 2292 2017-06-20 09:51:42Z schwenkel |
---|
[2292] | 72 | ! Implementation of new microphysic scheme: cloud_scheme = 'morrison' |
---|
| 73 | ! includes two more prognostic equations for cloud drop concentration (nc) |
---|
| 74 | ! and cloud water content (qc). |
---|
| 75 | ! |
---|
| 76 | ! 2233 2017-05-30 18:08:54Z suehring |
---|
[39] | 77 | ! |
---|
[2233] | 78 | ! 2232 2017-05-30 17:47:52Z suehring |
---|
| 79 | ! Adjustments to new surface concept |
---|
| 80 | ! |
---|
[2119] | 81 | ! 2118 2017-01-17 16:38:49Z raasch |
---|
| 82 | ! OpenACC directives removed |
---|
| 83 | ! |
---|
[2012] | 84 | ! 2011 2016-09-19 17:29:57Z kanani |
---|
| 85 | ! Flag urban_surface is now defined in module control_parameters. |
---|
| 86 | ! |
---|
[2008] | 87 | ! 2007 2016-08-24 15:47:17Z kanani |
---|
| 88 | ! Added swapping of urban surface model quantities, |
---|
| 89 | ! removed redundance for land surface model |
---|
| 90 | ! |
---|
[2001] | 91 | ! 2000 2016-08-20 18:09:15Z knoop |
---|
| 92 | ! Forced header and separation lines into 80 columns |
---|
| 93 | ! |
---|
[1961] | 94 | ! 1960 2016-07-12 16:34:24Z suehring |
---|
| 95 | ! Separate humidity and passive scalar |
---|
| 96 | ! |
---|
[1823] | 97 | ! 1822 2016-04-07 07:49:42Z hoffmann |
---|
| 98 | ! icloud_scheme replaced by microphysics_* |
---|
| 99 | ! |
---|
[1767] | 100 | ! swap_timelevel.f90 1766 2016-02-29 08:37:15Z raasch |
---|
| 101 | ! setting the swap level for pmc data transfer |
---|
| 102 | ! |
---|
[1748] | 103 | ! 1747 2016-02-08 12:25:53Z raasch |
---|
| 104 | ! explicit loops in nopointer case to omit craypointer option of pgi compiler |
---|
| 105 | ! |
---|
[1683] | 106 | ! 1682 2015-10-07 23:56:08Z knoop |
---|
| 107 | ! Code annotations made doxygen readable |
---|
| 108 | ! |
---|
[1497] | 109 | ! 1496 2014-12-02 17:25:50Z maronga |
---|
| 110 | ! Added swapping of land surface model quantities |
---|
| 111 | ! |
---|
[1375] | 112 | ! 1374 2014-04-25 12:55:07Z raasch |
---|
| 113 | ! bugfix: use-statement for nopointer-case added |
---|
| 114 | ! |
---|
[1321] | 115 | ! 1320 2014-03-20 08:40:49Z raasch |
---|
| 116 | ! ONLY-attribute added to USE-statements, |
---|
| 117 | ! revision history before 2012 removed, |
---|
[1319] | 118 | ! 1318 2014-03-17 13:35:16Z raasch |
---|
| 119 | ! module interfaces removed |
---|
| 120 | ! |
---|
[1116] | 121 | ! 1115 2013-03-26 18:16:16Z hoffmann |
---|
| 122 | ! calculation of qr and nr is restricted to precipitation |
---|
| 123 | ! |
---|
[1112] | 124 | ! 1111 2013-03-08 23:54:10Z raasch |
---|
| 125 | ! openACC directives added |
---|
| 126 | ! |
---|
[1054] | 127 | ! 1053 2012-11-13 17:11:03Z hoffmann |
---|
| 128 | ! swap of timelevels for nr, qr added |
---|
| 129 | ! |
---|
[1037] | 130 | ! 1036 2012-10-22 13:43:42Z raasch |
---|
| 131 | ! code put under GPL (PALM 3.9) |
---|
| 132 | ! |
---|
[1033] | 133 | ! 1032 2012-10-21 13:03:21Z letzel |
---|
| 134 | ! save memory by not allocating pt_2 in case of neutral = .T. |
---|
| 135 | ! |
---|
[1011] | 136 | ! 1010 2012-09-20 07:59:54Z raasch |
---|
| 137 | ! cpp switch __nopointer added for pointer free version |
---|
| 138 | ! |
---|
[1002] | 139 | ! 1001 2012-09-13 14:08:46Z raasch |
---|
| 140 | ! all actions concerning leapfrog scheme removed |
---|
| 141 | ! |
---|
[1] | 142 | ! Revision 1.1 2000/01/10 10:08:58 10:08:58 raasch (Siegfried Raasch) |
---|
| 143 | ! Initial revision |
---|
| 144 | ! |
---|
| 145 | ! |
---|
| 146 | ! Description: |
---|
| 147 | ! ------------ |
---|
[1682] | 148 | !> Swap of timelevels of variables after each timestep |
---|
[3] | 149 | !------------------------------------------------------------------------------! |
---|
[1682] | 150 | SUBROUTINE swap_timelevel |
---|
| 151 | |
---|
[1] | 152 | |
---|
[3761] | 153 | USE arrays_3d, & |
---|
| 154 | ONLY: pt, pt_1, pt_2, pt_p, q, q_1, q_2, q_p, s, s_1, s_2, s_p, u, u_1, u_2, u_p, v, v_1, & |
---|
| 155 | v_2, v_p, w, w_1, w_2, w_p |
---|
[1] | 156 | |
---|
[3761] | 157 | USE cpulog, & |
---|
[1320] | 158 | ONLY: cpu_log, log_point |
---|
| 159 | |
---|
[3761] | 160 | USE control_parameters, & |
---|
[3637] | 161 | ONLY: humidity, neutral, passive_scalar, timestep_count |
---|
[1320] | 162 | |
---|
[3637] | 163 | USE kinds |
---|
[2817] | 164 | |
---|
[3761] | 165 | USE module_interface, & |
---|
[3637] | 166 | ONLY: module_interface_swap_timelevel |
---|
[3294] | 167 | |
---|
[3761] | 168 | USE pmc_interface, & |
---|
[1766] | 169 | ONLY: nested_run, pmci_set_swaplevel |
---|
| 170 | |
---|
[3761] | 171 | USE turbulence_closure_mod, & |
---|
[2696] | 172 | ONLY: tcm_swap_timelevel |
---|
| 173 | |
---|
[1766] | 174 | |
---|
[1] | 175 | IMPLICIT NONE |
---|
| 176 | |
---|
[3637] | 177 | INTEGER(iwp) :: swap_level !> swap_level for steering the pmc data transfer |
---|
[1747] | 178 | |
---|
[1] | 179 | ! |
---|
| 180 | !-- Incrementing timestep counter |
---|
| 181 | timestep_count = timestep_count + 1 |
---|
| 182 | |
---|
| 183 | ! |
---|
[1001] | 184 | !-- Swap of variables |
---|
[1010] | 185 | CALL cpu_log( log_point(28), 'swap_timelevel', 'start' ) |
---|
| 186 | |
---|
[1] | 187 | SELECT CASE ( MOD( timestep_count, 2 ) ) |
---|
| 188 | |
---|
| 189 | CASE ( 0 ) |
---|
| 190 | |
---|
[1001] | 191 | u => u_1; u_p => u_2 |
---|
| 192 | v => v_1; v_p => v_2 |
---|
| 193 | w => w_1; w_p => w_2 |
---|
[1032] | 194 | IF ( .NOT. neutral ) THEN |
---|
| 195 | pt => pt_1; pt_p => pt_2 |
---|
| 196 | ENDIF |
---|
[1960] | 197 | IF ( humidity ) THEN |
---|
[1001] | 198 | q => q_1; q_p => q_2 |
---|
| 199 | ENDIF |
---|
[1960] | 200 | IF ( passive_scalar ) THEN |
---|
| 201 | s => s_1; s_p => s_2 |
---|
| 202 | ENDIF |
---|
[1] | 203 | |
---|
[1766] | 204 | swap_level = 1 |
---|
[1496] | 205 | |
---|
[1001] | 206 | CASE ( 1 ) |
---|
[1] | 207 | |
---|
[1001] | 208 | u => u_2; u_p => u_1 |
---|
| 209 | v => v_2; v_p => v_1 |
---|
| 210 | w => w_2; w_p => w_1 |
---|
[1032] | 211 | IF ( .NOT. neutral ) THEN |
---|
| 212 | pt => pt_2; pt_p => pt_1 |
---|
| 213 | ENDIF |
---|
[1960] | 214 | IF ( humidity ) THEN |
---|
[1001] | 215 | q => q_2; q_p => q_1 |
---|
| 216 | ENDIF |
---|
[1960] | 217 | IF ( passive_scalar ) THEN |
---|
| 218 | s => s_2; s_p => s_1 |
---|
| 219 | ENDIF |
---|
[1] | 220 | |
---|
[1766] | 221 | swap_level = 2 |
---|
[1496] | 222 | |
---|
[1] | 223 | END SELECT |
---|
| 224 | |
---|
[3637] | 225 | ! |
---|
| 226 | !-- Set the swap level the turbulence closure module |
---|
[3303] | 227 | CALL tcm_swap_timelevel( MOD( timestep_count, 2) ) |
---|
| 228 | |
---|
[3637] | 229 | ! |
---|
| 230 | !-- Set the swap level for all other modules |
---|
| 231 | CALL module_interface_swap_timelevel( MOD( timestep_count, 2) ) |
---|
[2817] | 232 | |
---|
[1766] | 233 | ! |
---|
| 234 | !-- Set the swap level for steering the pmc data transfer |
---|
| 235 | IF ( nested_run ) CALL pmci_set_swaplevel( swap_level ) |
---|
| 236 | |
---|
[1] | 237 | CALL cpu_log( log_point(28), 'swap_timelevel', 'stop' ) |
---|
| 238 | |
---|
| 239 | END SUBROUTINE swap_timelevel |
---|
| 240 | |
---|
| 241 | |
---|