Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve testing for interp_hybrid_to_pressure_extrapolate #427

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
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
12 changes: 6 additions & 6 deletions test/ncl_tests/vinth2p_ecmwf.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ begin
hyam = f->hyam
hybm = f->hybm
P0mb = 1000. ; reference pressure [mb]
PS = f->PS(:, :2, :1)
T = f->T(:, :, :2, :1) ; MODEL on hybrid levels
Q = f->Q(:, :, :2, :1)
TS = f->TS(:, :2, :1)
Z = f->Z3(:, :, :2, :1)
PHIS = f->PHIS(:, :2, :1)
PS = f->PS(:, 10:14, 20:24)
T = f->T(:, :, 10:14, 20:24) ; MODEL on hybrid levels
Q = f->Q(:, :, 10:14, 20:24)
TS = f->TS(:, 10:14, 20:24)
Z = f->Z3(:, :, 10:14, 20:24)
PHIS = f->PHIS(:, 10:14, 20:24)

Q = Q*1000. ; make g/kg for nicer plot
Q@units = "g/kg"
Expand Down
Binary file modified test/vinth2p_ecmwf_output.nc
Binary file not shown.
Loading