PERIOD_BDY_EM_A.inc

References to this file elsewhere.
1 !STARTOFREGISTRYGENERATEDINCLUDE 'inc/PERIOD_BDY_EM_A.inc'
2 !
3 ! WARNING This file is generated automatically by use_registry
4 ! using the data base in the file named Registry.
5 ! Do not edit.  Your changes to this file will be lost.
6 !
7 #ifndef DATA_CALLS_INCLUDED
8 --- DELIBERATE SYNTAX ERROR: THIS ROUTINE SHOULD INCLUDE "em_data_calls.inc"
9     BECAUSE IT CONTAINS AN RSL PERIOD OPERATION
10 #endif
11 IF ( grid%comms( PERIOD_BDY_EM_A ) == invalid_message_value .AND. (config_flags%periodic_x .OR. config_flags%periodic_y )) THEN
12   CALL wrf_debug ( 50 , 'setting up period PERIOD_BDY_EM_A' )
13   CALL setup_period_rsl( grid )
14   CALL reset_period
15   CALL add_msg_period_real ( grid%em_ru , (glen(3)) )
16   CALL add_msg_period_real ( grid%em_rv , (glen(3)) )
17   CALL add_msg_period_real ( grid%em_rw , (glen(3)) )
18   CALL add_msg_period_real ( grid%em_ww , (glen(3)) )
19   CALL add_msg_period_real ( grid%em_php , (glen(3)) )
20   CALL add_msg_period_real ( grid%em_alt , (glen(3)) )
21   CALL add_msg_period_real ( grid%em_p , (glen(3)) )
22   CALL add_msg_period_real ( grid%em_muu , 1 )
23   CALL add_msg_period_real ( grid%em_muv , 1 )
24   CALL add_msg_period_real ( grid%em_mut , 1 )
25   CALL add_msg_period_real ( grid%em_ph_2 , (glen(3)) )
26   CALL period_def ( grid%domdesc , grid%comms ( PERIOD_BDY_EM_A ) , 2 )
27 ENDIF
28 IF ( config_flags%periodic_x ) THEN
29   CALL wrf_debug ( 50 , 'exchanging period PERIOD_BDY_EM_A on x' )
30   CALL rsl_exch_period ( grid%domdesc , grid%comms( PERIOD_BDY_EM_A ) , x_period_flag )
31 END IF
32 IF ( config_flags%periodic_y ) THEN
33   CALL wrf_debug ( 50 , 'exchanging period PERIOD_BDY_EM_A on y' )
34   CALL rsl_exch_period ( grid%domdesc , grid%comms( PERIOD_BDY_EM_A ) , y_period_flag )
35 END IF
36 !ENDOFREGISTRYGENERATEDINCLUDE