Skip to content

Commit

Permalink
missing considered in the biophysical variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dpabon committed Oct 2, 2023
1 parent af0f6b3 commit 14c88df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/space4time.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ function s4time(

#clim_var_cube_2 = permutedims(clim_var_cube_in, (3,2,1))

climvarmat = reshape(clim_var_cube_in, ((winsize^2), time_n))
climvarmat = collect(reshape(clim_var_cube_in, ((winsize^2), time_n)))

replace!(climvarmat, missing => NaN)


local_pft1 =
Expand Down

0 comments on commit 14c88df

Please sign in to comment.