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
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ lfric_apps:
ref:

lfric_core:
source: git@github.com:MetOffice/lfric_core.git
ref: 2026.03.1
source: git@github.com:cjohnson-pi/lfric_core.git
ref: stretching

moci:
source: git@github.com:MetOffice/moci.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ boundary_e=2
boundary_n=0
boundary_s=0
boundary_w=2
edge_cells_ew=50
edge_cells_ew=100
edge_cells_ns=8
inner_width_ew=0
lbc_eos_height=100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ subroutine create_w2mask_tang_code( nlayers, &
query_value_ns, &
query_value_ew, &
mask_value
real(kind=r_def), parameter :: tol = 1.0e-9_r_def
real(kind=r_def), parameter :: tol = 1.0e-15_r_def
logical(kind=l_def) :: ew_innerbox, &
ns_innerbox, &
ew_outerbox, &
Expand Down