PERIOD_BDY_EM_A1.inc
References to this file elsewhere.
1 !STARTOFREGISTRYGENERATEDINCLUDE 'inc/PERIOD_BDY_EM_A1.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_A1 ) == 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_A1' )
13 CALL setup_period_rsl( grid )
14 CALL reset_period
15 CALL add_msg_period_real ( grid%em_z , (glen(3)) )
16 CALL period_def ( grid%domdesc , grid%comms ( PERIOD_BDY_EM_A1 ) , 3 )
17 ENDIF
18 IF ( config_flags%periodic_x ) THEN
19 CALL wrf_debug ( 50 , 'exchanging period PERIOD_BDY_EM_A1 on x' )
20 CALL rsl_exch_period ( grid%domdesc , grid%comms( PERIOD_BDY_EM_A1 ) , x_period_flag )
21 END IF
22 IF ( config_flags%periodic_y ) THEN
23 CALL wrf_debug ( 50 , 'exchanging period PERIOD_BDY_EM_A1 on y' )
24 CALL rsl_exch_period ( grid%domdesc , grid%comms( PERIOD_BDY_EM_A1 ) , y_period_flag )
25 END IF
26 !ENDOFREGISTRYGENERATEDINCLUDE