Skip to content

Commit

Permalink
src: Fix bug in Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Dec 23, 2023
1 parent 53cc111 commit e81eba4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Sync.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Prolongation_new: use Mongwane's method
* we assume that we always march coarse level first (for l in 2:lmax)
===============================================================================#
function Prolongation_new(gfs, l, interp_in_time::Bool; ord_s = 3, ord_t = 2)
nxa = gfs.grid.levs[l].nxa
nbuf = gfs.grid.levs[l].nbuf
if2c = gfs.grid.levs[l].if2c
aligned = gfs.grid.levs[l].aligned
dtc = gfs.grid.levs[l-1].dt
levf = gfs.levs[l]
levc = gfs.levs[l-1]

Expand Down

0 comments on commit e81eba4

Please sign in to comment.