Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Contributors

| GitHub user | Real Name | Affiliation | Date |
| ---------------- | ----------------- | ----------- | ---------- |
| andrewcoughtrie | Andrew Coughtrie | Met Office | 2025.12.12 |
Expand All @@ -14,3 +15,4 @@
| harry-shepherd | Harry Shepherd | Met Office | 2026-01-08 |
| EdHone | Ed Hone | Met Office | 2026-01-09 |
| tom-j-h | Tom Hill | Met Office | 2026-01-19 |
| mo-alistairp | Alistair Pirrie | Met Office | 2026-01-12 |
1 change: 1 addition & 0 deletions infrastructure/source/kernel_metadata/argument_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module argument_mod
!> @defgroup argument_type Enumeration of argument type property descriptors.
!> @{
integer, public, parameter :: GH_SCALAR = 397
integer, public, parameter :: GH_SCALAR_ARRAY = 973
integer, public, parameter :: GH_FIELD = 507
integer, public, parameter :: GH_OPERATOR = 735
integer, public, parameter :: GH_COLUMNWISE_OPERATOR = 841
Expand Down
Loading