Skip to content

Commit

Permalink
Add more developers to CODEOWNERS file (#889)
Browse files Browse the repository at this point in the history
TYPE: enhancement

KEYWORDS: CODEOWNERS

SOURCE: internal

DESCRIPTION OF CHANGES: 
Add in a few more active developers for schemes: Fire, RUC, MYNN, PX, ACM

LIST OF MODIFIED FILES: 
M .github/CODEOWNERS

TESTS CONDUCTED: 
MMM Classroom regtest; em_real, nmm, em_chem; GNU only
  • Loading branch information
davegill committed May 15, 2019
1 parent 1a2af9b commit a072ee4
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -4,32 +4,49 @@

* @wrf-model/global_owner

# Next, generic top-level run dir and build files
# Generic top-level build files

/run/ @wrf-model/infrastructure
/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

/share/ @wrf-model/infrastructure
/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

Expand Down

0 comments on commit a072ee4

Please sign in to comment.