source: palm/trunk/SOURCE/palm.f90 @ 3994

Last change on this file since 3994 was 3994, checked in by suehring, 5 years ago

new module for diagnostic output quantities added + output of turbulence intensity

  • Property svn:keywords set to Id
File size: 21.8 KB
RevLine 
[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!
[3648]17! Copyright 1997-2019 Leibniz Universitaet Hannover
[2000]18!------------------------------------------------------------------------------!
[1036]19!
[484]20! Current revisions:
[1]21! -----------------
[2233]22!
23!
24! Former revisions:
25! -----------------
26! $Id: palm.f90 3994 2019-05-22 18:08:09Z suehring $
[3994]27! new module for calculation and output of diagnostic quantities added
28!
29! 3885 2019-04-11 11:29:34Z kanani
[3885]30! Changes related to global restructuring of location messages and introduction
31! of additional debug messages
32!
33! 3761 2019-02-25 15:31:42Z raasch
[3761]34! unused variable removed
35!
36! 3719 2019-02-06 13:10:18Z kanani
[3719]37! Included cpu measurement for wall/soil spinup
38!
39! 3703 2019-01-29 16:43:53Z knoop
[3685]40! Some interface calls moved to module_interface + cleanup
41!
42! 3648 2019-01-02 16:35:46Z suehring
[3648]43! Rename subroutines for surface-data output
44!
45! 3524 2018-11-14 13:36:44Z raasch
[3524]46! unused variable removed
47!
48! 3494 2018-11-06 14:51:27Z suehring
[3494]49! Last actions for surface output added
50!
51! 3487 2018-11-05 07:18:02Z maronga
[3487]52! Updates version to 6.0
53!
54! 3484 2018-11-02 14:41:25Z hellstea
[3484]55! pmci_ensure_nest_mass_conservation removed permanently
56!
57! 3458 2018-10-30 14:51:23Z kanani
[3458]58! from chemistry branch r3443, forkel:
59! removed double do_emis check around CALL chem_init
60! replaced call to calc_date_and_time to init_date_and_time
61!
62! 3337 2018-10-12 15:17:09Z kanani
[3337]63! (from branch resler)
64! Fix chemistry call
65!
66! 3298 2018-10-02 12:21:11Z kanani
[3298]67! - Minor formatting (kanani)
68! - Added Call of date_and_time_init (Russo)
69! - Added Call of calc_date_and_time before call of init_3d where emissions
70!   are initialized:
71!   we have to know the time indices to initialize emission values (Russo)
72! - Added Call of netcdf_data_input_chemistry_data (Russo)
73!
74! 3274 2018-09-24 15:42:55Z knoop
[3274]75! Modularization of all bulk cloud physics code components
76!
77! 3258 2018-09-18 07:23:31Z Giersch
[3258]78! current revision for user interface has been changed to 3240
79!
80! 3241 2018-09-12 15:02:00Z raasch
[3241]81! unused variables removed
82!
83! 3235 2018-09-07 14:06:15Z sward
[3235]84! Added mas_last_actions call and multi_agent_system_mod dependency
85!
86! 3232 2018-09-07 12:21:44Z raasch
[3232]87! references to mrun replaced by palmrun, and updated
88!
89! 3182 2018-07-27 13:36:03Z suehring
[2977]90! Deduct spinup_time from RUN_CONTROL output of main 3d run
91! (use time_since_reference_point instead of simulated_time)
92!
93! 2951 2018-04-06 09:05:08Z kanani
[2951]94! Add log_point_s for pmci_init
95!
96! 2903 2018-03-16 08:17:06Z hellstea
[2903]97! Nesting-related calls to pmci_ensure_nest_mass_conservation and pres after
98! the nest initialization are removed as they may create unwanted initial
99! perturbation in some cases.
100!
101! 2894 2018-03-15 09:17:58Z Giersch
[2894]102! Modified todo list, _write_restart_data/_last_actions has been renamed to
103! _wrd_local, unit 14 will be opened now for each io_group
104! write_3d_binary is called wrd_local now, wrd_global moved from wrd_local to
105! palm.f90, unit 14 is closed directly after the wrd_local call, Module related
106! routines for writing restart data have been moved to wrd_local
107!
108! 2801 2018-02-14 16:01:55Z suehring
[2801]109! Changed lpm from subroutine to module.
110! Introduce particle transfer in nested models.
111!
112! 2766 2018-01-22 17:17:47Z kanani
[2766]113! Removed preprocessor directive __chem
114!
115! 2720 2018-01-02 16:27:15Z kanani
[2720]116! Version update to 5.0
117!
118! 2718 2018-01-02 08:49:38Z maronga
[2716]119! Corrected "Former revisions" section
120!
121! 2696 2017-12-14 17:12:51Z kanani
122! Change in file header (GPL part)
[2696]123! Implementation of chemistry module (FK)
124! Introduce input-data standard
125! Rename lsm_last_actions into lsm_write_restart_data
126! Move usm_write_restart_data into io_blocks loop (MS)
127!
128! 2512 2017-10-04 08:26:59Z raasch
[2512]129! user interface required revision updated
130!
131! 2320 2017-07-21 12:47:43Z suehring
[2320]132! Modularize large-scale forcing and nudging
133!
134! 2298 2017-06-29 09:28:18Z raasch
[2298]135! type of write_binary changed from CHARACTER to LOGICAL,
136! user interface required revision updated, MPI2 related part removed
137!
138! 2296 2017-06-28 07:53:56Z maronga
[2296]139! Added call to new spinup routine
140!
141! 2292 2017-06-20 09:51:42Z schwenkel
[2292]142! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
143! includes two more prognostic equations for cloud drop concentration (nc) 
144! and cloud water content (qc).
145!
146! 2261 2017-06-08 14:25:57Z raasch
[2261]147! output of run number for mrun to create unified cycle numbers
148!
149! 2233 2017-05-30 18:08:54Z suehring
[2233]150!
151! 2232 2017-05-30 17:47:52Z suehring
[2232]152! Renamed wall_flags_0 and wall_flags_00 into advc_flags_1 and advc_flags_2,
153! respectively, within copyin statement. Moreover, introduced further flag
154! array wall_flags_0.
155! Remove unused variables from ONLY list.
[1834]156!
[2179]157! 2178 2017-03-17 11:07:39Z hellstea
158! Calls for pmci_ensure_nest_mass_conservation and pres are added after
159! the nest initialization
160!
[2119]161! 2118 2017-01-17 16:38:49Z raasch
162! OpenACC directives and related code removed
163!
[2012]164! 2011 2016-09-19 17:29:57Z kanani
165! Flag urban_surface is now defined in module control_parameters.
166!
[2008]167! 2007 2016-08-24 15:47:17Z kanani
168! Temporarily added CALL for writing of restart data for urban surface model
169!
[2001]170! 2000 2016-08-20 18:09:15Z knoop
171! Forced header and separation lines into 80 columns
172!
[1977]173! 1976 2016-07-27 13:28:04Z maronga
174! Added call to radiation_last_actions for binary output of land surface model
175! data
176!
[1973]177! 1972 2016-07-26 07:52:02Z maronga
178! Added call to lsm_last_actions for binary output of land surface model data
179!
[1961]180! 1960 2016-07-12 16:34:24Z suehring
181! Separate humidity and passive scalar
182!
[1933]183! 1834 2016-04-07 14:34:20Z raasch
184! Initial version of purely vertical nesting introduced.
185!
[1834]186! 1833 2016-04-07 14:23:03Z raasch
187! required user interface version changed
188!
[1809]189! 1808 2016-04-05 19:44:00Z raasch
190! routine local_flush replaced by FORTRAN statement
191!
[1784]192! 1783 2016-03-06 18:36:17Z raasch
193! required user interface version changed
194!
[1782]195! 1781 2016-03-03 15:12:23Z raasch
196! pmc initialization moved from time_integration to here
197!
[1780]198! 1779 2016-03-03 08:01:28Z raasch
199! setting of nest_domain and coupling_char moved to the pmci
200!
[1765]201! 1764 2016-02-28 12:45:19Z raasch
202! cpp-statements for nesting removed, communicator settings cleaned up
203!
[1763]204! 1762 2016-02-25 12:31:13Z hellstea
205! Introduction of nested domain feature
206!
[1748]207! 1747 2016-02-08 12:25:53Z raasch
208! OpenACC-adjustment for new surface layer parameterization
209!
[1683]210! 1682 2015-10-07 23:56:08Z knoop
211! Code annotations made doxygen readable
212!
[1669]213! 1668 2015-09-23 13:45:36Z raasch
214! warning replaced by abort in case of failed user interface check
215!
[1667]216! 1666 2015-09-23 07:31:10Z raasch
217! check for user's interface version added
218!
[1483]219! 1482 2014-10-18 12:34:45Z raasch
220! adjustments for using CUDA-aware OpenMPI
221!
[1469]222! 1468 2014-09-24 14:06:57Z maronga
223! Adapted for use on up to 6-digit processor cores
224!
[1403]225! 1402 2014-05-09 14:25:13Z raasch
226! location messages added
227!
[1375]228! 1374 2014-04-25 12:55:07Z raasch
229! bugfix: various modules added
230!
[1321]231! 1320 2014-03-20 08:40:49Z raasch
[1320]232! ONLY-attribute added to USE-statements,
233! kind-parameters added to all INTEGER and REAL declaration statements,
234! kinds are defined in new module kinds,
235! old module precision_kind is removed,
236! revision history before 2012 removed,
237! comment fields (!:) to be used for variable explanations added to
238! all variable declaration statements
[77]239!
[1319]240! 1318 2014-03-17 13:35:16Z raasch
241! module interfaces removed
242!
[1242]243! 1241 2013-10-30 11:36:58Z heinze
244! initialization of nuding and large scale forcing from external file
245!
[1222]246! 1221 2013-09-10 08:59:13Z raasch
247! +wall_flags_00, rflags_invers, rflags_s_inner in copyin statement
248!
[1213]249! 1212 2013-08-15 08:46:27Z raasch
250! +tri in copyin statement
251!
[1182]252! 1179 2013-06-14 05:57:58Z raasch
253! ref_state added to copyin-list
254!
[1114]255! 1113 2013-03-10 02:48:14Z raasch
256! openACC statements modified
257!
[1112]258! 1111 2013-03-08 23:54:10Z raasch
259! openACC statements updated
260!
[1093]261! 1092 2013-02-02 11:24:22Z raasch
262! unused variables removed
263!
[1037]264! 1036 2012-10-22 13:43:42Z raasch
265! code put under GPL (PALM 3.9)
266!
[1017]267! 1015 2012-09-27 09:23:24Z raasch
[863]268! Version number changed from 3.8 to 3.8a.
[1017]269! OpenACC statements added + code changes required for GPU optimization
[863]270!
[850]271! 849 2012-03-15 10:35:09Z raasch
272! write_particles renamed lpm_write_restart_file
273!
[1]274! Revision 1.1  1997/07/24 11:23:35  raasch
275! Initial revision
276!
277!
278! Description:
279! ------------
[3232]280!> Large-Eddy Simulation (LES) model for atmospheric and oceanic boundary-layer
281!> flows
282!> see the PALM homepage https://palm-model.org for further information
[1]283!------------------------------------------------------------------------------!
[1682]284 PROGRAM palm
285 
[1]286
[1374]287    USE arrays_3d
[1]288
[3298]289    USE bulk_cloud_model_mod,                                                  &
290        ONLY: bulk_cloud_model, microphysics_morrison, microphysics_seifert
291
[1320]292    USE control_parameters,                                                    &
[3761]293        ONLY:  constant_diffusion, child_domain,                               &
[3524]294               coupling_char, do2d_at_begin, do3d_at_begin, humidity,          &
295               initializing_actions, io_blocks, io_group, message_string,      &
[3241]296               neutral, passive_scalar, runnr, simulated_time_chr, spinup,     &
297               time_since_reference_point, user_interface_current_revision,    &
298               user_interface_required_revision, version, write_binary
[1320]299
300    USE cpulog,                                                                &
[2951]301        ONLY:  cpu_log, log_point, log_point_s, cpu_statistics
[1320]302
[3298]303    USE date_and_time_mod,                                                     &
304        ONLY:  calc_date_and_time, init_date_and_time
305
[3994]306    USE diagnostic_output_quantities_mod,                                      &
307        ONLY:  diagnostic_output_quantities_calculate,                         &
308               timestep_number_at_prev_calc
309
[1374]310    USE indices,                                                               &
[2232]311        ONLY:  nbgp
[1374]312
[3274]313    USE kinds
314
[3687]315    USE module_interface,                                                      &
316        ONLY:  module_interface_last_actions
317
[3235]318    USE multi_agent_system_mod,                                                &
319        ONLY:  agents_active, mas_last_actions
320
[2696]321    USE netcdf_data_input_mod,                                                 &
[3685]322        ONLY:  netcdf_data_input_inquire_file, netcdf_data_input_init,         &
[2696]323               netcdf_data_input_surface_data, netcdf_data_input_topo
324
[1320]325    USE particle_attributes,                                                   &
326        ONLY:  particle_advection
327
[1]328    USE pegrid
329
[2894]330    USE pmc_particle_interface,                                                &
331        ONLY: pmcp_g_alloc_win
332
[1762]333    USE pmc_interface,                                                         &
[3241]334        ONLY:  nested_run, pmci_child_initialize, pmci_init,                   &
[3484]335               pmci_modelconfiguration, pmci_parent_initialize
[3494]336               
[3648]337    USE surface_data_output_mod,                                               &
338        ONLY:  surface_data_output_last_action
[1762]339
[2894]340    USE write_restart_data_mod,                                                &
341        ONLY:  wrd_global, wrd_local
[2801]342
[3689]343#if defined( __parallel) && defined( _OPENACC )
344    USE openacc
345#endif
[1747]346
[3689]347
[1]348    IMPLICIT NONE
349
350!
351!-- Local variables
[3241]352    CHARACTER(LEN=9) ::  time_to_string  !<
353    INTEGER(iwp)     ::  i               !< loop counter for blocked I/O
[3689]354#if defined( __parallel) && defined( _OPENACC )
355    INTEGER(iwp)     :: local_comm       !< local communicator (shared memory)
356    INTEGER(iwp)     :: local_num_procs  !< local number of processes
357    INTEGER(iwp)     :: local_id         !< local id
358    INTEGER(acc_device_kind) :: device_type !< device type for OpenACC
359    INTEGER(iwp)     ::  num_devices     !< number of devices visible to OpenACC
360    INTEGER(iwp)     ::  my_device       !< device used by this process
361#endif
[1]362
[3487]363    version = 'PALM 6.0'
[3703]364    user_interface_required_revision = 'r3703'
[75]365
[1]366#if defined( __parallel )
367!
368!-- MPI initialisation. comm2d is preliminary set, because
369!-- it will be defined in init_pegrid but is used before in cpu_log.
370    CALL MPI_INIT( ierr )
[1762]371
372!
373!-- Initialize the coupling for nested-domain runs
[1764]374!-- comm_palm is the communicator which includes all PEs (MPI processes)
375!-- available for this (nested) model. If it is not a nested run, comm_palm
376!-- is returned as MPI_COMM_WORLD
[2951]377    CALL cpu_log( log_point_s(70), 'pmci_init', 'start' )
[1762]378    CALL pmci_init( comm_palm )
[2951]379    CALL cpu_log( log_point_s(70), 'pmci_init', 'stop' )
[1762]380    comm2d = comm_palm
[1764]381!
382!-- Get the (preliminary) number of MPI processes and the local PE-id (in case
383!-- of a further communicator splitting in init_coupling, these numbers will
384!-- be changed in init_pegrid).
385    IF ( nested_run )  THEN
[1762]386
[1764]387       CALL MPI_COMM_SIZE( comm_palm, numprocs, ierr )
388       CALL MPI_COMM_RANK( comm_palm, myid, ierr )
[1762]389
[1764]390    ELSE
391
392       CALL MPI_COMM_SIZE( MPI_COMM_WORLD, numprocs, ierr )
393       CALL MPI_COMM_RANK( MPI_COMM_WORLD, myid, ierr )
[1]394!
[1764]395!--    Initialize PE topology in case of coupled atmosphere-ocean runs (comm_palm
396!--    will be splitted in init_coupling)
397       CALL init_coupling
398    ENDIF
[3689]399
400#ifdef _OPENACC
401!
402!-- Select OpenACC device to use in this process. For this find out how many
403!-- neighbors there are running on the same node and which id this process is.
404    IF ( nested_run )  THEN
405       CALL MPI_COMM_SPLIT_TYPE( comm_palm, MPI_COMM_TYPE_SHARED, 0,           &
406                                 MPI_INFO_NULL, local_comm, ierr )
407    ELSE
408       CALL MPI_COMM_SPLIT_TYPE( MPI_COMM_WORLD, MPI_COMM_TYPE_SHARED, 0,      &
409                                 MPI_INFO_NULL, local_comm, ierr )
410    ENDIF
411    CALL MPI_COMM_SIZE( local_comm, local_num_procs, ierr )
412    CALL MPI_COMM_RANK( local_comm, local_id, ierr )
413
414!
415!-- This loop including the barrier is a workaround for PGI compiler versions
416!-- up to and including 18.4. Later releases are able to select their GPUs in
417!-- parallel, without running into spurious errors.
418    DO i = 0, local_num_procs-1
419       CALL MPI_BARRIER( local_comm, ierr )
420
421       IF ( i == local_id )  THEN
422          device_type = acc_get_device_type()
423          num_devices = acc_get_num_devices( device_type )
424          my_device = MOD( local_id, num_devices )
425          CALL acc_set_device_num( my_device, device_type )
426       ENDIF
427    ENDDO
428
429    CALL MPI_COMM_FREE( local_comm, ierr )
[102]430#endif
[3689]431#endif
[102]432
433!
[1]434!-- Initialize measuring of the CPU-time remaining to the run
435    CALL local_tremain_ini
436
437!
438!-- Start of total CPU time measuring.
439    CALL cpu_log( log_point(1), 'total', 'start' )
440    CALL cpu_log( log_point(2), 'initialisation', 'start' )
441
442!
[206]443!-- Open a file for debug output
[1468]444    WRITE (myid_char,'(''_'',I6.6)')  myid
[206]445    OPEN( 9, FILE='DEBUG'//TRIM( coupling_char )//myid_char, FORM='FORMATTED' )
446
447!
[1]448!-- Initialize dvrp logging. Also, one PE maybe split from the global
449!-- communicator for doing the dvrp output. In that case, the number of
450!-- PEs available for PALM is reduced by one and communicator comm_palm
451!-- is changed respectively.
452#if defined( __parallel )
453    CALL MPI_COMM_RANK( comm_palm, myid, ierr )
[102]454#endif
455
[108]456    CALL init_dvrp_logging
457
[102]458!
[108]459!-- Read control parameters from NAMELIST files and read environment-variables
460    CALL parin
461
462!
[1666]463!-- Check for the user's interface version
464    IF ( user_interface_current_revision /= user_interface_required_revision )  &
465    THEN
466       message_string = 'current user-interface revision "' //                  &
467                        TRIM( user_interface_current_revision ) // '" does ' // &
468                        'not match the required revision ' //                   &
469                        TRIM( user_interface_required_revision )
[1668]470        CALL message( 'palm', 'PA0169', 1, 2, 0, 6, 0 )
[1666]471    ENDIF
472
473!
[108]474!-- Determine processor topology and local array indices
475    CALL init_pegrid
476!
[2696]477!-- Check if input file according to input-data standard exists
478    CALL netcdf_data_input_inquire_file
479!
480!-- Read topography input data if required. This is required before the
481!-- numerical grid is finally created in init_grid
482    CALL netcdf_data_input_topo 
483!
484!-- Generate grid parameters, initialize generic topography and further process
485!-- topography information if required
[1]486    CALL init_grid
487!
[2696]488!-- Read global attributes if available. 
489    CALL netcdf_data_input_init 
490!
491!-- Read surface classification data, e.g. vegetation and soil types, water
492!-- surfaces, etc., if available. Some of these data is required before
493!-- check parameters is invoked.     
494    CALL netcdf_data_input_surface_data
495!
[1]496!-- Check control parameters and deduce further quantities
497    CALL check_parameters
498!
[3458]499!-- Initial time for chem_emissions_mod
500    CALL init_date_and_time
[3298]501
[1]502    CALL init_3d_model
503
504!
[1762]505!-- Coupling protocol setup for nested-domain runs
[1764]506    IF ( nested_run )  THEN
507       CALL pmci_modelconfiguration
[1781]508!
[1933]509!--    Receive and interpolate initial data on children.
510!--    Child initialization must be made first if the model is both child and
[2177]511!--    parent if necessary
512       IF ( TRIM( initializing_actions ) /= 'read_restart_data' )  THEN
513          CALL pmci_child_initialize
[1781]514!
[2177]515!--       Send initial condition data from parent to children
516          CALL pmci_parent_initialize
[1781]517!
[3232]518!--       Exchange_horiz is needed after the nest initialization
[3182]519          IF ( child_domain )  THEN
[2178]520             CALL exchange_horiz( u, nbgp )
521             CALL exchange_horiz( v, nbgp )
522             CALL exchange_horiz( w, nbgp )
523             IF ( .NOT. neutral )  THEN
524                CALL exchange_horiz( pt, nbgp )
525             ENDIF
526             IF ( .NOT. constant_diffusion )  CALL exchange_horiz( e, nbgp )
527             IF ( humidity )  THEN
528                CALL exchange_horiz( q, nbgp )
[3274]529                IF ( bulk_cloud_model  .AND.  microphysics_morrison )  THEN
[2292]530                  CALL exchange_horiz( qc, nbgp )
531                  CALL exchange_horiz( nc, nbgp )
532                ENDIF
[3274]533                IF ( bulk_cloud_model  .AND.  microphysics_seifert )  THEN
[2178]534                   CALL exchange_horiz( qr, nbgp ) 
535                   CALL exchange_horiz( nr, nbgp )
536                ENDIF
537             ENDIF
538             IF ( passive_scalar )  CALL exchange_horiz( s, nbgp )
[1933]539          ENDIF
[1781]540       ENDIF
541
[2801]542       CALL pmcp_g_alloc_win                    ! Must be called after pmci_child_initialize and pmci_parent_initialize
[1764]543    ENDIF
[1762]544
545!
[1]546!-- Output of program header
547    IF ( myid == 0 )  CALL header
548
549    CALL cpu_log( log_point(2), 'initialisation', 'stop' )
550
551!
[2296]552!-- Integration of the non-atmospheric equations (land surface model, urban
553!-- surface model)
554    IF ( spinup )  THEN
[3719]555       CALL cpu_log( log_point(41), 'wall/soil spinup', 'start' )
[2296]556       CALL time_integration_spinup
[3719]557       CALL cpu_log( log_point(41), 'wall/soil spinup', 'stop' )
[2296]558    ENDIF
559
560!
[1]561!-- Set start time in format hh:mm:ss
[2977]562    simulated_time_chr = time_to_string( time_since_reference_point )
[1]563
564!
565!-- If required, output of initial arrays
566    IF ( do2d_at_begin )  THEN
[3994]567       CALL diagnostic_output_quantities_calculate    !TODO, will be called twice
568
[1]569       CALL data_output_2d( 'xy', 0 )
570       CALL data_output_2d( 'xz', 0 )
571       CALL data_output_2d( 'yz', 0 )
572    ENDIF
[1976]573
[1]574    IF ( do3d_at_begin )  THEN
[3994]575       CALL diagnostic_output_quantities_calculate    !TODO, will be called twice
576
[1]577       CALL data_output_3d( 0 )
578    ENDIF
579
580!
[495]581!-- Integration of the model equations using timestep-scheme
[1]582    CALL time_integration
583
584!
[495]585!-- If required, write binary data for restart runs
[2298]586    IF ( write_binary )  THEN
[759]587
[2894]588       CALL cpu_log( log_point(22), 'wrd_local', 'start' )
[759]589
[3885]590       CALL location_message( 'writing restart data', 'start' )
[1402]591
[759]592       DO  i = 0, io_blocks-1
593          IF ( i == io_group )  THEN
[2894]594
[1]595!
[2894]596!--          Open binary file
597             CALL check_open( 14 )
598!
599!--          Write control parameters and other global variables for restart.
600             IF ( myid == 0 )  CALL wrd_global
601!
602!--          Write processor specific flow field data for restart runs
603             CALL wrd_local
604!
605!--          Close binary file
606             CALL close_file( 14 )
607
[759]608          ENDIF
609#if defined( __parallel )
610          CALL MPI_BARRIER( comm2d, ierr )
611#endif
612       ENDDO
613
[3885]614       CALL location_message( 'writing restart data', 'finished' )
[1402]615
[2894]616       CALL cpu_log( log_point(22), 'wrd_local', 'stop' )
[759]617
[495]618!
[2894]619!--    If required, write particle data in own restart files
[849]620       IF ( particle_advection )  CALL lpm_write_restart_file
[2007]621       
[495]622    ENDIF
[3494]623!
624!-- Last actions for surface output, for instantaneous and time-averaged data
[3648]625    CALL surface_data_output_last_action( 0 )
626    CALL surface_data_output_last_action( 1 )
[1]627
628!
629!-- If required, repeat output of header including the required CPU-time
630    IF ( myid == 0 )  CALL header
631!
[3687]632!-- Perform module specific last actions
[1]633    CALL cpu_log( log_point(4), 'last actions', 'start' )
[3235]634
[3687]635    IF ( myid == 0 .AND. agents_active ) CALL mas_last_actions ! ToDo: move to module_interface
[2894]636
[3687]637    CALL module_interface_last_actions
638
[1]639    CALL cpu_log( log_point(4), 'last actions', 'stop' )
640
641!
[3687]642!-- Close files
643    CALL close_file( 0 )
644    CALL close_dvrp
645
646!
[3232]647!-- Write run number to file (used by palmrun to create unified cycle numbers
648!-- for output files
[2261]649    IF ( myid == 0  .AND.  runnr > 0 )  THEN
650       OPEN( 90, FILE='RUN_NUMBER', FORM='FORMATTED' )
651       WRITE( 90, '(I4)' )  runnr
652       CLOSE( 90 )
653    ENDIF
654
655!
[1]656!-- Take final CPU-time for CPU-time analysis
657    CALL cpu_log( log_point(1), 'total', 'stop' )
658    CALL cpu_statistics
659
660#if defined( __parallel )
661    CALL MPI_FINALIZE( ierr )
662#endif
663
664 END PROGRAM palm
Note: See TracBrowser for help on using the repository browser.