HALO_EM_TKE_E.inc
References to this file elsewhere.
1 !STARTOFREGISTRYGENERATEDINCLUDE 'inc/HALO_EM_TKE_E.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 HALO OPERATION
10 #endif
11 IF ( grid%comms( HALO_EM_TKE_E ) == invalid_message_value ) THEN
12 CALL wrf_debug ( 50 , 'set up halo HALO_EM_TKE_E' )
13 CALL setup_halo_rsl( grid )
14 CALL reset_msgs_8pt
15 CALL add_msg_8pt_real ( grid%xkmv , (glen(3)) )
16 CALL add_msg_8pt_real ( grid%xkmh , (glen(3)) )
17 CALL add_msg_8pt_real ( grid%xkmhd , (glen(3)) )
18 CALL add_msg_8pt_real ( grid%xkhv , (glen(3)) )
19 CALL add_msg_8pt_real ( grid%xkhh , (glen(3)) )
20 if ( P_qv .GT. 1 ) CALL add_msg_8pt_real ( moist ( grid%sm31,grid%sm32,grid%sm33,P_qv), glen(3) )
21 if ( P_qc .GT. 1 ) CALL add_msg_8pt_real ( moist ( grid%sm31,grid%sm32,grid%sm33,P_qc), glen(3) )
22 if ( P_qr .GT. 1 ) CALL add_msg_8pt_real ( moist ( grid%sm31,grid%sm32,grid%sm33,P_qr), glen(3) )
23 if ( P_qi .GT. 1 ) CALL add_msg_8pt_real ( moist ( grid%sm31,grid%sm32,grid%sm33,P_qi), glen(3) )
24 if ( P_qs .GT. 1 ) CALL add_msg_8pt_real ( moist ( grid%sm31,grid%sm32,grid%sm33,P_qs), glen(3) )
25 if ( P_qg .GT. 1 ) CALL add_msg_8pt_real ( moist ( grid%sm31,grid%sm32,grid%sm33,P_qg), glen(3) )
26 CALL stencil_8pt ( grid%domdesc , grid%comms ( HALO_EM_TKE_E ) )
27 ENDIF
28 CALL wrf_debug ( 50 , 'exchange halo HALO_EM_TKE_E' )
29 CALL rsl_exch_stencil ( grid%domdesc , grid%comms( HALO_EM_TKE_E ) )
30 !ENDOFREGISTRYGENERATEDINCLUDE