Skip to content

Commit

Permalink
fix issue #26 (thanks @EhsanMehdipour)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed May 13, 2024
1 parent 4ca04cf commit 3f41234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ function load_gridded_nc(data)
d = fill_default(data)

lon,lat,datatime,data_full1,error_full1,missingmask,mask = load_gridded_nc(
d[1].filename,d[1].varname,d[1].errvarname);
d[1].filename,d[1].varname,d[1].errvarname,
obs_err_std = d[1].obs_err_std);

sz = size(data_full1)
data_full = zeros(Float32,sz[1],sz[2],length(data),sz[4]);
Expand Down

0 comments on commit 3f41234

Please sign in to comment.