-
Notifications
You must be signed in to change notification settings - Fork 687
/
CODEOWNERS
Validating CODEOWNERS rules...
109 lines (75 loc) · 3.13 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# This file sets up default notification for reviews based on who "owns" code.
# Default
* @wrf-model/global_owner
# Generic top-level build files
/configure @wrf-model/infrastructure
/compile @wrf-model/infrastructure
/clean @wrf-model/infrastructure
/Makefile @wrf-model/infrastructure
# General use top-level files
LICENSE.txt @wrf-model/global_owner
README @wrf-model/global_owner
README.md @wrf-model/global_owner
# Architecture directories
/arch/ @wrf-model/infrastructure
/tools/ @wrf-model/infrastructure
# Common directories
/doc/ @wrf-model/arw_dev @wrf-model/hwrf_dev @wrf-model/physics @wrf-model/infrastructure
/frame/ @wrf-model/infrastructure
/run/ @wrf-model/infrastructure
/share/ @wrf-model/infrastructure @wrf-model/physics
# Chemistry
/chem/ @wrf-model/chem
# Physics
/phys/ @wrf-model/physics
/phys/module_mp_thompson.F @gthompsnWRF @wrf-model/physics
/phys/module_mp_jensen_ishmael.F @graupely @wrf-model/physics
/phys/module_mp_gsfcgce_4ice_nuwrf.F @cacruz @wrf-model/physics
/phys/module_sf_noahmp*.F @barlage @wrf-model/physics
/phys/module_fr_* @pedro-jm @brankokosovic @domingom @wrf-model/physics
/phys/module_bl_mynn.F @joeolson42 @wrf-model/physics
/phys/module_sf_mynn.F @joeolson42 @wrf-model/physics
/phys/module_sf_px*.F @coawstwx @wrf-model/physics
/phys/module_bl_acm.F @coawstwx @wrf-model/physics
/phys/module_sf_ruclsm.F @tanyasmirnova @wrf-model/physics
# Shared Physics Between MPAS and WRF
/phys/module_mp_wsm6.F @wrf-model/shared_physics
/phys/module_cu_ntiedtke.F @wrf-model/shared_physics
/phys/module_ra_rrtmg_lw.F @wrf-model/shared_physics
/phys/module_ra_rrtmg_sw.F @wrf-model/shared_physics
/phys/module_bl_ysu.F @wrf-model/shared_physics
/phys/module_sf_sfclay.F @wrf-model/shared_physics
/phys/module_sf_noah_seaice.F @wrf-model/shared_physics
/phys/module_sf_noah_seaice_drv.F @wrf-model/shared_physics
/phys/module_sf_noahdrv.F @wrf-model/shared_physics
/phys/module_sf_noahlsm.F @wrf-model/shared_physics
/phys/module_sf_noahlsm_glacial_only.F @wrf-model/shared_physics
# Data Assimilation
/wrftladj/ @wrf-model/da
/var/ @wrf-model/da
# Dynamics
/dyn_em/ @wrf-model/arw_dev
/dyn_nmm/ @wrf-model/hwrf_dev
# WRF-Hydro
/hydro/ @wrf-model/hydro
/doc/README.hydro @wrf-model/hydro
# Registry
/Registry/ @wrf-model/infrastructure
/Registry/Registry.NMM @wrf-model/hwrf_dev
/Registry/registry.tracker @wrf-model/hwrf_dev
/Registry/registry.tornado @wrf-model/hwrf_dev
/Registry/Registry.EM_CHEM @wrf-model/chem
/Registry/registry.chem @wrf-model/chem
/Registry/registry.var @wrf-model/da
/Registry/registry.var_chem @wrf-model/da
/Registry/registry.wrfplus @wrf-model/da
/Registry/Registry.wrfvar @wrf-model/da
/Registry/Registry.tladj @wrf-model/da
# Test directories
/test/em_* @wrf-model/arw_dev
/test/nmm_* @wrf-model/hwrf_dev
/test/em_fire/ @wrf-model/fire
# Executable directory
/main/ @wrf-model/arw_dev @wrf-model/hwrf_dev @wrf-model/infrastructure
# Externals directory structure
/external/ @wrf-model/infrastructure