[1682] | 1 | !> @file palm.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 | ! |
---|
[484] | 20 | ! Current revisions: |
---|
[1] | 21 | ! ----------------- |
---|
[2233] | 22 | ! |
---|
| 23 | ! |
---|
| 24 | ! Former revisions: |
---|
| 25 | ! ----------------- |
---|
| 26 | ! $Id: palm.f90 2977 2018-04-17 10:27:57Z schwenkel $ |
---|
[2977] | 27 | ! Deduct spinup_time from RUN_CONTROL output of main 3d run |
---|
| 28 | ! (use time_since_reference_point instead of simulated_time) |
---|
| 29 | ! |
---|
| 30 | ! 2951 2018-04-06 09:05:08Z kanani |
---|
[2951] | 31 | ! Add log_point_s for pmci_init |
---|
| 32 | ! |
---|
| 33 | ! 2903 2018-03-16 08:17:06Z hellstea |
---|
[2903] | 34 | ! Nesting-related calls to pmci_ensure_nest_mass_conservation and pres after |
---|
| 35 | ! the nest initialization are removed as they may create unwanted initial |
---|
| 36 | ! perturbation in some cases. |
---|
| 37 | ! |
---|
| 38 | ! 2894 2018-03-15 09:17:58Z Giersch |
---|
[2894] | 39 | ! Modified todo list, _write_restart_data/_last_actions has been renamed to |
---|
| 40 | ! _wrd_local, unit 14 will be opened now for each io_group |
---|
| 41 | ! write_3d_binary is called wrd_local now, wrd_global moved from wrd_local to |
---|
| 42 | ! palm.f90, unit 14 is closed directly after the wrd_local call, Module related |
---|
| 43 | ! routines for writing restart data have been moved to wrd_local |
---|
| 44 | ! |
---|
| 45 | ! 2801 2018-02-14 16:01:55Z suehring |
---|
[2801] | 46 | ! Changed lpm from subroutine to module. |
---|
| 47 | ! Introduce particle transfer in nested models. |
---|
| 48 | ! |
---|
| 49 | ! 2766 2018-01-22 17:17:47Z kanani |
---|
[2766] | 50 | ! Removed preprocessor directive __chem |
---|
| 51 | ! |
---|
| 52 | ! 2720 2018-01-02 16:27:15Z kanani |
---|
[2720] | 53 | ! Version update to 5.0 |
---|
| 54 | ! |
---|
| 55 | ! 2718 2018-01-02 08:49:38Z maronga |
---|
[2716] | 56 | ! Corrected "Former revisions" section |
---|
| 57 | ! |
---|
| 58 | ! 2696 2017-12-14 17:12:51Z kanani |
---|
| 59 | ! Change in file header (GPL part) |
---|
[2696] | 60 | ! Implementation of chemistry module (FK) |
---|
| 61 | ! Introduce input-data standard |
---|
| 62 | ! Rename lsm_last_actions into lsm_write_restart_data |
---|
| 63 | ! Move usm_write_restart_data into io_blocks loop (MS) |
---|
| 64 | ! |
---|
| 65 | ! 2512 2017-10-04 08:26:59Z raasch |
---|
[2512] | 66 | ! user interface required revision updated |
---|
| 67 | ! |
---|
| 68 | ! 2320 2017-07-21 12:47:43Z suehring |
---|
[2320] | 69 | ! Modularize large-scale forcing and nudging |
---|
| 70 | ! |
---|
| 71 | ! 2298 2017-06-29 09:28:18Z raasch |
---|
[2298] | 72 | ! type of write_binary changed from CHARACTER to LOGICAL, |
---|
| 73 | ! user interface required revision updated, MPI2 related part removed |
---|
| 74 | ! |
---|
| 75 | ! 2296 2017-06-28 07:53:56Z maronga |
---|
[2296] | 76 | ! Added call to new spinup routine |
---|
| 77 | ! |
---|
| 78 | ! 2292 2017-06-20 09:51:42Z schwenkel |
---|
[2292] | 79 | ! Implementation of new microphysic scheme: cloud_scheme = 'morrison' |
---|
| 80 | ! includes two more prognostic equations for cloud drop concentration (nc) |
---|
| 81 | ! and cloud water content (qc). |
---|
| 82 | ! |
---|
| 83 | ! 2261 2017-06-08 14:25:57Z raasch |
---|
[2261] | 84 | ! output of run number for mrun to create unified cycle numbers |
---|
| 85 | ! |
---|
| 86 | ! 2233 2017-05-30 18:08:54Z suehring |
---|
[2233] | 87 | ! |
---|
| 88 | ! 2232 2017-05-30 17:47:52Z suehring |
---|
[2232] | 89 | ! Renamed wall_flags_0 and wall_flags_00 into advc_flags_1 and advc_flags_2, |
---|
| 90 | ! respectively, within copyin statement. Moreover, introduced further flag |
---|
| 91 | ! array wall_flags_0. |
---|
| 92 | ! Remove unused variables from ONLY list. |
---|
[1834] | 93 | ! |
---|
[2179] | 94 | ! 2178 2017-03-17 11:07:39Z hellstea |
---|
| 95 | ! Calls for pmci_ensure_nest_mass_conservation and pres are added after |
---|
| 96 | ! the nest initialization |
---|
| 97 | ! |
---|
[2119] | 98 | ! 2118 2017-01-17 16:38:49Z raasch |
---|
| 99 | ! OpenACC directives and related code removed |
---|
| 100 | ! |
---|
[2012] | 101 | ! 2011 2016-09-19 17:29:57Z kanani |
---|
| 102 | ! Flag urban_surface is now defined in module control_parameters. |
---|
| 103 | ! |
---|
[2008] | 104 | ! 2007 2016-08-24 15:47:17Z kanani |
---|
| 105 | ! Temporarily added CALL for writing of restart data for urban surface model |
---|
| 106 | ! |
---|
[2001] | 107 | ! 2000 2016-08-20 18:09:15Z knoop |
---|
| 108 | ! Forced header and separation lines into 80 columns |
---|
| 109 | ! |
---|
[1977] | 110 | ! 1976 2016-07-27 13:28:04Z maronga |
---|
| 111 | ! Added call to radiation_last_actions for binary output of land surface model |
---|
| 112 | ! data |
---|
| 113 | ! |
---|
[1973] | 114 | ! 1972 2016-07-26 07:52:02Z maronga |
---|
| 115 | ! Added call to lsm_last_actions for binary output of land surface model data |
---|
| 116 | ! |
---|
[1961] | 117 | ! 1960 2016-07-12 16:34:24Z suehring |
---|
| 118 | ! Separate humidity and passive scalar |
---|
| 119 | ! |
---|
[1933] | 120 | ! 1834 2016-04-07 14:34:20Z raasch |
---|
| 121 | ! Initial version of purely vertical nesting introduced. |
---|
| 122 | ! |
---|
[1834] | 123 | ! 1833 2016-04-07 14:23:03Z raasch |
---|
| 124 | ! required user interface version changed |
---|
| 125 | ! |
---|
[1809] | 126 | ! 1808 2016-04-05 19:44:00Z raasch |
---|
| 127 | ! routine local_flush replaced by FORTRAN statement |
---|
| 128 | ! |
---|
[1784] | 129 | ! 1783 2016-03-06 18:36:17Z raasch |
---|
| 130 | ! required user interface version changed |
---|
| 131 | ! |
---|
[1782] | 132 | ! 1781 2016-03-03 15:12:23Z raasch |
---|
| 133 | ! pmc initialization moved from time_integration to here |
---|
| 134 | ! |
---|
[1780] | 135 | ! 1779 2016-03-03 08:01:28Z raasch |
---|
| 136 | ! setting of nest_domain and coupling_char moved to the pmci |
---|
| 137 | ! |
---|
[1765] | 138 | ! 1764 2016-02-28 12:45:19Z raasch |
---|
| 139 | ! cpp-statements for nesting removed, communicator settings cleaned up |
---|
| 140 | ! |
---|
[1763] | 141 | ! 1762 2016-02-25 12:31:13Z hellstea |
---|
| 142 | ! Introduction of nested domain feature |
---|
| 143 | ! |
---|
[1748] | 144 | ! 1747 2016-02-08 12:25:53Z raasch |
---|
| 145 | ! OpenACC-adjustment for new surface layer parameterization |
---|
| 146 | ! |
---|
[1683] | 147 | ! 1682 2015-10-07 23:56:08Z knoop |
---|
| 148 | ! Code annotations made doxygen readable |
---|
| 149 | ! |
---|
[1669] | 150 | ! 1668 2015-09-23 13:45:36Z raasch |
---|
| 151 | ! warning replaced by abort in case of failed user interface check |
---|
| 152 | ! |
---|
[1667] | 153 | ! 1666 2015-09-23 07:31:10Z raasch |
---|
| 154 | ! check for user's interface version added |
---|
| 155 | ! |
---|
[1483] | 156 | ! 1482 2014-10-18 12:34:45Z raasch |
---|
| 157 | ! adjustments for using CUDA-aware OpenMPI |
---|
| 158 | ! |
---|
[1469] | 159 | ! 1468 2014-09-24 14:06:57Z maronga |
---|
| 160 | ! Adapted for use on up to 6-digit processor cores |
---|
| 161 | ! |
---|
[1403] | 162 | ! 1402 2014-05-09 14:25:13Z raasch |
---|
| 163 | ! location messages added |
---|
| 164 | ! |
---|
[1375] | 165 | ! 1374 2014-04-25 12:55:07Z raasch |
---|
| 166 | ! bugfix: various modules added |
---|
| 167 | ! |
---|
[1321] | 168 | ! 1320 2014-03-20 08:40:49Z raasch |
---|
[1320] | 169 | ! ONLY-attribute added to USE-statements, |
---|
| 170 | ! kind-parameters added to all INTEGER and REAL declaration statements, |
---|
| 171 | ! kinds are defined in new module kinds, |
---|
| 172 | ! old module precision_kind is removed, |
---|
| 173 | ! revision history before 2012 removed, |
---|
| 174 | ! comment fields (!:) to be used for variable explanations added to |
---|
| 175 | ! all variable declaration statements |
---|
[77] | 176 | ! |
---|
[1319] | 177 | ! 1318 2014-03-17 13:35:16Z raasch |
---|
| 178 | ! module interfaces removed |
---|
| 179 | ! |
---|
[1242] | 180 | ! 1241 2013-10-30 11:36:58Z heinze |
---|
| 181 | ! initialization of nuding and large scale forcing from external file |
---|
| 182 | ! |
---|
[1222] | 183 | ! 1221 2013-09-10 08:59:13Z raasch |
---|
| 184 | ! +wall_flags_00, rflags_invers, rflags_s_inner in copyin statement |
---|
| 185 | ! |
---|
[1213] | 186 | ! 1212 2013-08-15 08:46:27Z raasch |
---|
| 187 | ! +tri in copyin statement |
---|
| 188 | ! |
---|
[1182] | 189 | ! 1179 2013-06-14 05:57:58Z raasch |
---|
| 190 | ! ref_state added to copyin-list |
---|
| 191 | ! |
---|
[1114] | 192 | ! 1113 2013-03-10 02:48:14Z raasch |
---|
| 193 | ! openACC statements modified |
---|
| 194 | ! |
---|
[1112] | 195 | ! 1111 2013-03-08 23:54:10Z raasch |
---|
| 196 | ! openACC statements updated |
---|
| 197 | ! |
---|
[1093] | 198 | ! 1092 2013-02-02 11:24:22Z raasch |
---|
| 199 | ! unused variables removed |
---|
| 200 | ! |
---|
[1037] | 201 | ! 1036 2012-10-22 13:43:42Z raasch |
---|
| 202 | ! code put under GPL (PALM 3.9) |
---|
| 203 | ! |
---|
[1017] | 204 | ! 1015 2012-09-27 09:23:24Z raasch |
---|
[863] | 205 | ! Version number changed from 3.8 to 3.8a. |
---|
[1017] | 206 | ! OpenACC statements added + code changes required for GPU optimization |
---|
[863] | 207 | ! |
---|
[850] | 208 | ! 849 2012-03-15 10:35:09Z raasch |
---|
| 209 | ! write_particles renamed lpm_write_restart_file |
---|
| 210 | ! |
---|
[1] | 211 | ! Revision 1.1 1997/07/24 11:23:35 raasch |
---|
| 212 | ! Initial revision |
---|
| 213 | ! |
---|
| 214 | ! |
---|
| 215 | ! Description: |
---|
| 216 | ! ------------ |
---|
[1682] | 217 | !> Large-Eddy Simulation (LES) model for the convective boundary layer, |
---|
| 218 | !> optimized for use on parallel machines (implementation realized using the |
---|
| 219 | !> Message Passing Interface (MPI)). The model can also be run on vector machines |
---|
| 220 | !> (less well optimized) and workstations. Versions for the different types of |
---|
| 221 | !> machines are controlled via cpp-directives. |
---|
| 222 | !> Model runs are only feasible using the ksh-script mrun. |
---|
[1976] | 223 | !> |
---|
| 224 | !> @todo create routine last_actions instead of calling lsm_last_actions etc. |
---|
[2696] | 225 | !> @todo move chem_init call to init_3d_model or to check_parameters |
---|
[1] | 226 | !------------------------------------------------------------------------------! |
---|
[1682] | 227 | PROGRAM palm |
---|
| 228 | |
---|
[1] | 229 | |
---|
[1374] | 230 | USE arrays_3d |
---|
[1] | 231 | |
---|
[2696] | 232 | USE chemistry_model_mod, & |
---|
[2894] | 233 | ONLY: chem_init |
---|
[2766] | 234 | |
---|
[2696] | 235 | USE chem_photolysis_mod, & |
---|
| 236 | ONLY: photolysis_init |
---|
| 237 | |
---|
[1320] | 238 | USE control_parameters, & |
---|
[2696] | 239 | ONLY: air_chemistry, & |
---|
| 240 | cloud_physics, constant_diffusion, coupling_char, coupling_mode,& |
---|
[2177] | 241 | do2d_at_begin, do3d_at_begin, humidity, initializing_actions, & |
---|
[2894] | 242 | io_blocks, io_group, large_scale_forcing, & |
---|
[2292] | 243 | message_string, microphysics_morrison, microphysics_seifert, & |
---|
| 244 | nest_domain, neutral, nudging, passive_scalar, runnr, & |
---|
[2894] | 245 | simulated_time, simulated_time_chr, spinup, & |
---|
[2977] | 246 | time_since_reference_point, & |
---|
[1666] | 247 | user_interface_current_revision, & |
---|
| 248 | user_interface_required_revision, version, wall_heatflux, & |
---|
| 249 | write_binary |
---|
[1320] | 250 | |
---|
| 251 | USE cpulog, & |
---|
[2951] | 252 | ONLY: cpu_log, log_point, log_point_s, cpu_statistics |
---|
[1320] | 253 | |
---|
[1374] | 254 | USE indices, & |
---|
[2232] | 255 | ONLY: nbgp |
---|
[1374] | 256 | |
---|
[2696] | 257 | USE netcdf_data_input_mod, & |
---|
| 258 | ONLY: netcdf_data_input_inquire_file, netcdf_data_input_init, & |
---|
| 259 | netcdf_data_input_surface_data, netcdf_data_input_topo |
---|
| 260 | |
---|
[1320] | 261 | USE kinds |
---|
| 262 | |
---|
| 263 | USE particle_attributes, & |
---|
| 264 | ONLY: particle_advection |
---|
| 265 | |
---|
[1] | 266 | USE pegrid |
---|
| 267 | |
---|
[2894] | 268 | USE pmc_particle_interface, & |
---|
| 269 | ONLY: pmcp_g_alloc_win |
---|
| 270 | |
---|
[1762] | 271 | USE pmc_interface, & |
---|
[1933] | 272 | ONLY: cpl_id, nested_run, pmci_child_initialize, pmci_init, & |
---|
[2178] | 273 | pmci_modelconfiguration, pmci_parent_initialize, & |
---|
| 274 | pmci_ensure_nest_mass_conservation |
---|
[1762] | 275 | |
---|
[2894] | 276 | USE write_restart_data_mod, & |
---|
| 277 | ONLY: wrd_global, wrd_local |
---|
[2801] | 278 | |
---|
[1747] | 279 | |
---|
[1] | 280 | IMPLICIT NONE |
---|
| 281 | |
---|
| 282 | ! |
---|
| 283 | !-- Local variables |
---|
[1682] | 284 | CHARACTER(LEN=9) :: time_to_string !< |
---|
| 285 | CHARACTER(LEN=10) :: env_string !< to store string of environment var |
---|
| 286 | INTEGER(iwp) :: env_stat !< to hold status of GET_ENV |
---|
| 287 | INTEGER(iwp) :: i !< |
---|
| 288 | INTEGER(iwp) :: myid_openmpi !< OpenMPI local rank for CUDA aware MPI |
---|
[1] | 289 | |
---|
[2720] | 290 | version = 'PALM 5.0' |
---|
[2512] | 291 | user_interface_required_revision = 'r2512' |
---|
[75] | 292 | |
---|
[1] | 293 | #if defined( __parallel ) |
---|
| 294 | ! |
---|
| 295 | !-- MPI initialisation. comm2d is preliminary set, because |
---|
| 296 | !-- it will be defined in init_pegrid but is used before in cpu_log. |
---|
| 297 | CALL MPI_INIT( ierr ) |
---|
[1762] | 298 | |
---|
| 299 | ! |
---|
| 300 | !-- Initialize the coupling for nested-domain runs |
---|
[1764] | 301 | !-- comm_palm is the communicator which includes all PEs (MPI processes) |
---|
| 302 | !-- available for this (nested) model. If it is not a nested run, comm_palm |
---|
| 303 | !-- is returned as MPI_COMM_WORLD |
---|
[2951] | 304 | CALL cpu_log( log_point_s(70), 'pmci_init', 'start' ) |
---|
[1762] | 305 | CALL pmci_init( comm_palm ) |
---|
[2951] | 306 | CALL cpu_log( log_point_s(70), 'pmci_init', 'stop' ) |
---|
[1762] | 307 | comm2d = comm_palm |
---|
[1764] | 308 | ! |
---|
| 309 | !-- Get the (preliminary) number of MPI processes and the local PE-id (in case |
---|
| 310 | !-- of a further communicator splitting in init_coupling, these numbers will |
---|
| 311 | !-- be changed in init_pegrid). |
---|
| 312 | IF ( nested_run ) THEN |
---|
[1762] | 313 | |
---|
[1764] | 314 | CALL MPI_COMM_SIZE( comm_palm, numprocs, ierr ) |
---|
| 315 | CALL MPI_COMM_RANK( comm_palm, myid, ierr ) |
---|
[1762] | 316 | |
---|
[1764] | 317 | ELSE |
---|
| 318 | |
---|
| 319 | CALL MPI_COMM_SIZE( MPI_COMM_WORLD, numprocs, ierr ) |
---|
| 320 | CALL MPI_COMM_RANK( MPI_COMM_WORLD, myid, ierr ) |
---|
[1] | 321 | ! |
---|
[1764] | 322 | !-- Initialize PE topology in case of coupled atmosphere-ocean runs (comm_palm |
---|
| 323 | !-- will be splitted in init_coupling) |
---|
| 324 | CALL init_coupling |
---|
| 325 | ENDIF |
---|
[102] | 326 | #endif |
---|
| 327 | |
---|
| 328 | ! |
---|
[1] | 329 | !-- Initialize measuring of the CPU-time remaining to the run |
---|
| 330 | CALL local_tremain_ini |
---|
| 331 | |
---|
| 332 | ! |
---|
| 333 | !-- Start of total CPU time measuring. |
---|
| 334 | CALL cpu_log( log_point(1), 'total', 'start' ) |
---|
| 335 | CALL cpu_log( log_point(2), 'initialisation', 'start' ) |
---|
| 336 | |
---|
| 337 | ! |
---|
[206] | 338 | !-- Open a file for debug output |
---|
[1468] | 339 | WRITE (myid_char,'(''_'',I6.6)') myid |
---|
[206] | 340 | OPEN( 9, FILE='DEBUG'//TRIM( coupling_char )//myid_char, FORM='FORMATTED' ) |
---|
| 341 | |
---|
| 342 | ! |
---|
[1] | 343 | !-- Initialize dvrp logging. Also, one PE maybe split from the global |
---|
| 344 | !-- communicator for doing the dvrp output. In that case, the number of |
---|
| 345 | !-- PEs available for PALM is reduced by one and communicator comm_palm |
---|
| 346 | !-- is changed respectively. |
---|
| 347 | #if defined( __parallel ) |
---|
| 348 | CALL MPI_COMM_RANK( comm_palm, myid, ierr ) |
---|
| 349 | ! |
---|
[102] | 350 | !-- TEST OUTPUT (TO BE REMOVED) |
---|
| 351 | WRITE(9,*) '*** coupling_mode = "', TRIM( coupling_mode ), '"' |
---|
[1808] | 352 | FLUSH( 9 ) |
---|
[215] | 353 | IF ( TRIM( coupling_mode ) /= 'uncoupled' ) THEN |
---|
| 354 | PRINT*, '*** PE', myid, ' Global target PE:', target_id, & |
---|
| 355 | TRIM( coupling_mode ) |
---|
| 356 | ENDIF |
---|
[102] | 357 | #endif |
---|
| 358 | |
---|
[108] | 359 | CALL init_dvrp_logging |
---|
| 360 | |
---|
[102] | 361 | ! |
---|
[108] | 362 | !-- Read control parameters from NAMELIST files and read environment-variables |
---|
| 363 | CALL parin |
---|
| 364 | |
---|
| 365 | ! |
---|
[1666] | 366 | !-- Check for the user's interface version |
---|
| 367 | IF ( user_interface_current_revision /= user_interface_required_revision ) & |
---|
| 368 | THEN |
---|
| 369 | message_string = 'current user-interface revision "' // & |
---|
| 370 | TRIM( user_interface_current_revision ) // '" does ' // & |
---|
| 371 | 'not match the required revision ' // & |
---|
| 372 | TRIM( user_interface_required_revision ) |
---|
[1668] | 373 | CALL message( 'palm', 'PA0169', 1, 2, 0, 6, 0 ) |
---|
[1666] | 374 | ENDIF |
---|
| 375 | |
---|
| 376 | ! |
---|
[108] | 377 | !-- Determine processor topology and local array indices |
---|
| 378 | CALL init_pegrid |
---|
| 379 | ! |
---|
[2696] | 380 | !-- Check if input file according to input-data standard exists |
---|
| 381 | CALL netcdf_data_input_inquire_file |
---|
| 382 | ! |
---|
| 383 | !-- Read topography input data if required. This is required before the |
---|
| 384 | !-- numerical grid is finally created in init_grid |
---|
| 385 | CALL netcdf_data_input_topo |
---|
| 386 | ! |
---|
| 387 | !-- Generate grid parameters, initialize generic topography and further process |
---|
| 388 | !-- topography information if required |
---|
[1] | 389 | CALL init_grid |
---|
| 390 | ! |
---|
[2696] | 391 | !-- Read global attributes if available. |
---|
| 392 | CALL netcdf_data_input_init |
---|
| 393 | ! |
---|
| 394 | !-- Read surface classification data, e.g. vegetation and soil types, water |
---|
| 395 | !-- surfaces, etc., if available. Some of these data is required before |
---|
| 396 | !-- check parameters is invoked. |
---|
| 397 | CALL netcdf_data_input_surface_data |
---|
| 398 | ! |
---|
| 399 | !-- Initialize chemistry (called before check_parameters due to dependencies) |
---|
| 400 | !-- --> Needs to be moved!! What is the dependency about? |
---|
| 401 | ! IF ( TRIM( initializing_actions ) /= 'read_restart_data' ) THEN |
---|
| 402 | IF ( air_chemistry ) THEN |
---|
| 403 | CALL chem_init |
---|
| 404 | CALL photolysis_init ! probably also required for restart |
---|
| 405 | ENDIF |
---|
| 406 | ! END IF |
---|
| 407 | ! |
---|
[1] | 408 | !-- Check control parameters and deduce further quantities |
---|
| 409 | CALL check_parameters |
---|
| 410 | |
---|
| 411 | ! |
---|
| 412 | !-- Initialize all necessary variables |
---|
| 413 | CALL init_3d_model |
---|
| 414 | |
---|
| 415 | ! |
---|
[1762] | 416 | !-- Coupling protocol setup for nested-domain runs |
---|
[1764] | 417 | IF ( nested_run ) THEN |
---|
| 418 | CALL pmci_modelconfiguration |
---|
[1781] | 419 | ! |
---|
[1933] | 420 | !-- Receive and interpolate initial data on children. |
---|
| 421 | !-- Child initialization must be made first if the model is both child and |
---|
[2177] | 422 | !-- parent if necessary |
---|
| 423 | IF ( TRIM( initializing_actions ) /= 'read_restart_data' ) THEN |
---|
| 424 | CALL pmci_child_initialize |
---|
[1781] | 425 | ! |
---|
[2177] | 426 | !-- Send initial condition data from parent to children |
---|
| 427 | CALL pmci_parent_initialize |
---|
[1781] | 428 | ! |
---|
| 429 | !-- Exchange_horiz is needed after the nest initialization |
---|
[2178] | 430 | IF ( nest_domain ) THEN |
---|
| 431 | CALL exchange_horiz( u, nbgp ) |
---|
| 432 | CALL exchange_horiz( v, nbgp ) |
---|
| 433 | CALL exchange_horiz( w, nbgp ) |
---|
| 434 | IF ( .NOT. neutral ) THEN |
---|
| 435 | CALL exchange_horiz( pt, nbgp ) |
---|
| 436 | ENDIF |
---|
| 437 | IF ( .NOT. constant_diffusion ) CALL exchange_horiz( e, nbgp ) |
---|
| 438 | IF ( humidity ) THEN |
---|
| 439 | CALL exchange_horiz( q, nbgp ) |
---|
[2292] | 440 | IF ( cloud_physics .AND. microphysics_morrison ) THEN |
---|
| 441 | CALL exchange_horiz( qc, nbgp ) |
---|
| 442 | CALL exchange_horiz( nc, nbgp ) |
---|
| 443 | ENDIF |
---|
[2178] | 444 | IF ( cloud_physics .AND. microphysics_seifert ) THEN |
---|
| 445 | CALL exchange_horiz( qr, nbgp ) |
---|
| 446 | CALL exchange_horiz( nr, nbgp ) |
---|
| 447 | ENDIF |
---|
| 448 | ENDIF |
---|
| 449 | IF ( passive_scalar ) CALL exchange_horiz( s, nbgp ) |
---|
[1933] | 450 | ENDIF |
---|
[1781] | 451 | ENDIF |
---|
| 452 | |
---|
[2801] | 453 | CALL pmcp_g_alloc_win ! Must be called after pmci_child_initialize and pmci_parent_initialize |
---|
[1764] | 454 | ENDIF |
---|
[1762] | 455 | |
---|
| 456 | ! |
---|
[1] | 457 | !-- Output of program header |
---|
| 458 | IF ( myid == 0 ) CALL header |
---|
| 459 | |
---|
| 460 | CALL cpu_log( log_point(2), 'initialisation', 'stop' ) |
---|
| 461 | |
---|
| 462 | ! |
---|
[2296] | 463 | !-- Integration of the non-atmospheric equations (land surface model, urban |
---|
| 464 | !-- surface model) |
---|
| 465 | IF ( spinup ) THEN |
---|
| 466 | CALL time_integration_spinup |
---|
| 467 | ENDIF |
---|
| 468 | |
---|
| 469 | ! |
---|
[1] | 470 | !-- Set start time in format hh:mm:ss |
---|
[2977] | 471 | simulated_time_chr = time_to_string( time_since_reference_point ) |
---|
[1] | 472 | |
---|
| 473 | ! |
---|
| 474 | !-- If required, output of initial arrays |
---|
| 475 | IF ( do2d_at_begin ) THEN |
---|
| 476 | CALL data_output_2d( 'xy', 0 ) |
---|
| 477 | CALL data_output_2d( 'xz', 0 ) |
---|
| 478 | CALL data_output_2d( 'yz', 0 ) |
---|
| 479 | ENDIF |
---|
[1976] | 480 | |
---|
[1] | 481 | IF ( do3d_at_begin ) THEN |
---|
| 482 | CALL data_output_3d( 0 ) |
---|
| 483 | ENDIF |
---|
| 484 | |
---|
| 485 | ! |
---|
[495] | 486 | !-- Integration of the model equations using timestep-scheme |
---|
[1] | 487 | CALL time_integration |
---|
| 488 | |
---|
| 489 | ! |
---|
[495] | 490 | !-- If required, write binary data for restart runs |
---|
[2298] | 491 | IF ( write_binary ) THEN |
---|
[759] | 492 | |
---|
[2894] | 493 | CALL cpu_log( log_point(22), 'wrd_local', 'start' ) |
---|
[759] | 494 | |
---|
[1402] | 495 | CALL location_message( 'writing restart data', .FALSE. ) |
---|
| 496 | |
---|
[759] | 497 | DO i = 0, io_blocks-1 |
---|
| 498 | IF ( i == io_group ) THEN |
---|
[2894] | 499 | |
---|
[1] | 500 | ! |
---|
[2894] | 501 | !-- Open binary file |
---|
| 502 | CALL check_open( 14 ) |
---|
| 503 | ! |
---|
| 504 | !-- Write control parameters and other global variables for restart. |
---|
| 505 | IF ( myid == 0 ) CALL wrd_global |
---|
| 506 | ! |
---|
| 507 | !-- Write processor specific flow field data for restart runs |
---|
| 508 | CALL wrd_local |
---|
| 509 | ! |
---|
| 510 | !-- Close binary file |
---|
| 511 | CALL close_file( 14 ) |
---|
| 512 | |
---|
[759] | 513 | ENDIF |
---|
| 514 | #if defined( __parallel ) |
---|
| 515 | CALL MPI_BARRIER( comm2d, ierr ) |
---|
| 516 | #endif |
---|
| 517 | ENDDO |
---|
| 518 | |
---|
[1402] | 519 | CALL location_message( 'finished', .TRUE. ) |
---|
| 520 | |
---|
[2894] | 521 | CALL cpu_log( log_point(22), 'wrd_local', 'stop' ) |
---|
[759] | 522 | |
---|
[495] | 523 | ! |
---|
[2894] | 524 | !-- If required, write particle data in own restart files |
---|
[849] | 525 | IF ( particle_advection ) CALL lpm_write_restart_file |
---|
[2007] | 526 | |
---|
[495] | 527 | ENDIF |
---|
[1] | 528 | |
---|
| 529 | ! |
---|
| 530 | !-- If required, repeat output of header including the required CPU-time |
---|
| 531 | IF ( myid == 0 ) CALL header |
---|
| 532 | ! |
---|
[2894] | 533 | !-- If required, final user-defined actions, and |
---|
[1] | 534 | !-- last actions on the open files and close files. Unit 14 was opened |
---|
[2894] | 535 | !-- in wrd_local but it is closed here, to allow writing on this |
---|
[1] | 536 | !-- unit in routine user_last_actions. |
---|
| 537 | CALL cpu_log( log_point(4), 'last actions', 'start' ) |
---|
[2696] | 538 | |
---|
[2894] | 539 | CALL user_last_actions |
---|
[1] | 540 | CALL close_file( 0 ) |
---|
| 541 | CALL close_dvrp |
---|
[2894] | 542 | |
---|
[1] | 543 | CALL cpu_log( log_point(4), 'last actions', 'stop' ) |
---|
| 544 | |
---|
| 545 | ! |
---|
[2261] | 546 | !-- Write run number to file (used by mrun to create unified cycle numbers for |
---|
| 547 | !-- output files |
---|
| 548 | IF ( myid == 0 .AND. runnr > 0 ) THEN |
---|
| 549 | OPEN( 90, FILE='RUN_NUMBER', FORM='FORMATTED' ) |
---|
| 550 | WRITE( 90, '(I4)' ) runnr |
---|
| 551 | CLOSE( 90 ) |
---|
| 552 | ENDIF |
---|
| 553 | |
---|
| 554 | ! |
---|
[1] | 555 | !-- Take final CPU-time for CPU-time analysis |
---|
| 556 | CALL cpu_log( log_point(1), 'total', 'stop' ) |
---|
| 557 | CALL cpu_statistics |
---|
| 558 | |
---|
| 559 | #if defined( __parallel ) |
---|
| 560 | CALL MPI_FINALIZE( ierr ) |
---|
| 561 | #endif |
---|
| 562 | |
---|
| 563 | END PROGRAM palm |
---|