Skip to content
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@
| DrTVockerodtMO | Terence Vockerodt | Met Office | 2026-01-08 |
| MetBenjaminWent | Benjamin Went | Met Office | 2026-01-15 |
| mo-rickywong | Ricky Wong | Met Office | 2026-24-02 |
| theabro | Nathan Luke Abraham | NCAS & University of Cambridge | 2026-04-15 |
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ socrates-spectral:

ukca:
source: git@github.com:MetOffice/ukca.git
ref: 2026.03.2
ref: 1cdb9c26d286260d670a8c7b0c8af685ae3c95ac
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