Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
check reference values fo aux again
Browse files Browse the repository at this point in the history
  • Loading branch information
blallen committed Jun 30, 2020
1 parent 5fd5f2d commit d16d820
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 132 deletions.
6 changes: 3 additions & 3 deletions test/Ocean/SplitExplicit/hydrostatic_spindown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ function make_callbacks(
cbcs_dg = ClimateMachine.StateCheck.sccreate(
[
(Q_slow, "3D state"),
# (dg_slow.state_auxiliary, "3D aux"),
(dg_slow.state_auxiliary, "3D aux"),
(Q_fast, "2D state"),
# (dg_fast.state_auxiliary, "2D aux"),
(dg_fast.state_auxiliary, "2D aux"),
],
nout;
prec = 12,
Expand Down Expand Up @@ -388,7 +388,7 @@ const cᶻ = 0
run_hydrostatic_spindown(
coupling = FullyCoupled(),
dt_slow = 300,
# refDat = refVals.fully_coupled,
refDat = refVals.fully_coupled,
)
end
end
Expand Down
Loading

0 comments on commit d16d820

Please sign in to comment.