Skip to content

Commit

Permalink
missing in the pfts_cube considered
Browse files Browse the repository at this point in the history
This should solve #5
  • Loading branch information
dpabon committed Oct 2, 2023
1 parent 1164b9a commit af0f6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/space4time.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ function s4time(
#println(local_pft1)
#println(local_pft2)
pfts_cube_in_1 = replace!(pfts_cube_in, NaN => 0.0)
pfts_cube_in_1 = replace!(pfts_cube_in, missing => 0.0)

if time_n == 1

Expand Down

0 comments on commit af0f6b3

Please sign in to comment.