Merge remote-tracking branch 'origin/release-v4.5'
[WRF.git] / .github / CODEOWNERS
blob769e8588f11c3cea6fade1f1844cab927bc694c3
1 #       This file sets up default notification for reviews based on who "owns" code.
3 #       Default
5 *                                       @wrf-model/global_owner
7 #       Generic top-level build files
9 /configure                              @wrf-model/infrastructure
10 /compile                                @wrf-model/infrastructure
11 /clean                                  @wrf-model/infrastructure
12 /Makefile                               @wrf-model/infrastructure
14 #       General use top-level files
16 LICENSE.txt                             @wrf-model/global_owner
17 README                                  @wrf-model/global_owner
18 README.md                               @wrf-model/global_owner
20 #       Architecture directories
22 /arch/                                  @wrf-model/infrastructure
23 /tools/                                 @wrf-model/infrastructure
25 #       Common directories
27 /doc/                                   @wrf-model/arw_dev @wrf-model/hwrf_dev @wrf-model/physics @wrf-model/infrastructure
28 /frame/                                 @wrf-model/infrastructure
29 /run/                                   @wrf-model/infrastructure
30 /share/                                 @wrf-model/infrastructure @wrf-model/physics
32 #       Chemistry
34 /chem/                                  @wrf-model/chem
36 #       Physics
38 /phys/                                  @wrf-model/physics
40 /phys/module_mp_thompson.F              @gthompsnWRF @wrf-model/physics
41 /phys/module_diag_nwp.F                 @gthompsnWRF @wrf-model/physics
42 /phys/module_mp_jensen_ishmael.F        @graupely @wrf-model/physics
43 /phys/module_mp_gsfcgce_4ice_nuwrf.F    @cacruz @wrf-model/physics
44 /phys/module_sf_noahmp*.F               @barlage @wrf-model/physics
45 /phys/module_fr_*                       @pedro-jm @brankokosovic @domingom @wrf-model/physics
46 /phys/module_bl_mynn.F                  @joeolson42 @wrf-model/physics
47 /phys/module_sf_mynn.F                  @joeolson42 @wrf-model/physics
48 /phys/module_sf_px*.F                   @coawstwx @wrf-model/physics
49 /phys/module_bl_acm.F                   @coawstwx @wrf-model/physics
50 /phys/module_sf_ruclsm.F                @tanyasmirnova @wrf-model/physics
51 /phys/module_mp_fast_sbm.F              @JS-WRF-SBM @wrf-model/physics
52 /phys/module_mp_full_sbm.F              @JS-WRF-SBM @wrf-model/physics
53 /phys/module_mp_SBM_polar_radar.F       @JS-WRF-SBM @wrf-model/physics
55 #       Shared Physics Between MPAS and WRF
57 /phys/module_mp_wsm6.F                  @wrf-model/shared_physics
58 /phys/module_cu_ntiedtke.F              @wrf-model/shared_physics
59 /phys/module_ra_rrtmg_lw.F              @wrf-model/shared_physics
60 /phys/module_ra_rrtmg_sw.F              @wrf-model/shared_physics
61 /phys/module_bl_ysu.F                   @wrf-model/shared_physics
62 /phys/module_sf_sfclay.F                @wrf-model/shared_physics
63 /phys/module_sf_noah_seaice.F           @wrf-model/shared_physics
64 /phys/module_sf_noah_seaice_drv.F       @wrf-model/shared_physics
65 /phys/module_sf_noahdrv.F               @wrf-model/shared_physics
66 /phys/module_sf_noahlsm.F               @wrf-model/shared_physics
67 /phys/module_sf_noahlsm_glacial_only.F  @wrf-model/shared_physics
69 #       Data Assimilation
71 /wrftladj/                              @wrf-model/da
72 /var/                                   @wrf-model/da
74 #       Dynamics
76 /dyn_em/                                @wrf-model/arw_dev
78 #       WRF-Hydro
80 /hydro/                                 @wrf-model/hydro
81 /doc/README.hydro                       @wrf-model/hydro
83 #       Registry
85 /Registry/                              @wrf-model/infrastructure
87 /Registry/Registry.NMM                  @wrf-model/hwrf_dev
88 /Registry/registry.tracker              @wrf-model/hwrf_dev
89 /Registry/registry.tornado              @wrf-model/hwrf_dev
91 /Registry/Registry.EM_CHEM              @wrf-model/chem
92 /Registry/registry.chem                 @wrf-model/chem
94 /Registry/registry.var                  @wrf-model/da
95 /Registry/registry.var_chem             @wrf-model/da
96 /Registry/registry.wrfplus              @wrf-model/da
97 /Registry/Registry.wrfvar               @wrf-model/da
98 /Registry/Registry.tladj                @wrf-model/da
100 #       Test directories
102 /test/em_*                              @wrf-model/arw_dev
103 /test/em_fire/                          @wrf-model/fire
105 #       Executable directory
107 /main/                                  @wrf-model/arw_dev @wrf-model/hwrf_dev @wrf-model/infrastructure
109 #       Externals directory structure
111 /external/                              @wrf-model/infrastructure