Skip to content

Commit

Permalink
There might be an issue here with the saving
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Nov 13, 2024
1 parent 6dc6332 commit 9945f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extract.jl
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ function extractwwtg(
ncp[:] = p
ncwwtg[:,:,:] = wwtg
ncmode[:,:,:] = mode
ncztrop[:] = ztrop
ncptrop[:] = ptrop
ncztrop[:,:] = ztrop
ncptrop[:,:] = ptrop

close(nds)

Expand Down

0 comments on commit 9945f93

Please sign in to comment.