source: trunk/WRF.COMMON/WRFV3/frame/module_comm_dm.F

Last change on this file was 2759, checked in by aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

File size: 578 bytes
Line 
1
2MODULE module_comm_dm
3
4   IMPLICIT NONE
5
6   PRIVATE module_comm_dm_dummy
7
8CONTAINS
9
10   ! Avoid complaints about empty CONTAINS from some compilers. 
11   SUBROUTINE module_comm_dm_dummy
12     USE module_domain, ONLY:domain
13     USE module_configure, ONLY:grid_config_rec_type,in_use_for_config
14     USE module_state_description, ONLY:PARAM_FIRST_SCALAR
15     USE module_driver_constants
16     RETURN
17   END SUBROUTINE module_comm_dm_dummy
18
19! Registry-generated communication subroutines. 
20#ifdef DM_PARALLEL
21#include "REGISTRY_COMM_DM_subs.inc"
22#endif
23
24END MODULE module_comm_dm
25
Note: See TracBrowser for help on using the repository browser.