Skip to content

Commit 288db5d

Browse files
committed
modified: test/new_formulation_land.jl
1 parent 54d08cb commit 288db5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/new_formulation_land.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ end
154154
@testset "q_atmos = q_land, T_atmos = T_land, β = 0" begin
155155
#Surface state
156156
T_s = T_a
157+
# TODO: `surface_state` as arg in `surface_variable` function
157158
function q_surface(surface_args, similarity_scales, atmos_state, param_set)
158159
q_a = atmos_state.q_a
159160
β = surface_args.β
@@ -197,7 +198,6 @@ end
197198
surface_state,
198199
atmos_state,
199200
param_set)
200-
201201
@test fluxes.latent_heat 0
202202
@test fluxes.sensible_heat 0
203203
end

0 commit comments

Comments
 (0)