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

Last change on this file since 3685 was 3685, checked in by knoop, 5 years ago

Some interface calls moved to module_interface + cleanup

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