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
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
| thomasmelvin | Thomas Melvin | Met Office | 2026-01-15 |
| tinyendian | Wolfgang Hayek | Earth Sciences New Zealand | 2026-02-02 |
| DanStoneMO | Daniel Stone | Met Office | 2026-02-26 |
| ericaneininger | Erica Neininger | Met Office | 2026-03-02 |
| ericaneininger | Erica Neininger | Met Office | 2026-03-02 |
| theabro | Nathan Luke Abraham | NCAS & University of Cambridge | 2026-04-15 |
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ socrates-spectral:
ref: 2026.03.2

ukca:
source: git@github.com:MetOffice/ukca.git
ref: 2026.03.2
source: git@github.com:theabro/ukca.git
ref: um14.1_hetchem_fixes
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ subroutine ukca_init( row_length, rows, model_levels, bl_levels, &
proc_bl_tracer_mix = bl_tracer_mix, &
! UKCA temporary logicals
l_fix_ukca_hygroscopicities=.false., &
l_fix_ukca_n2o5_h2o=.false., &
l_fix_ukca_water_content=.true., &
! Return status information
error_message=ukca_errmsg, &
Expand Down
Loading