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