Skip to content

Commit

Permalink
fixup join_l3
Browse files Browse the repository at this point in the history
  • Loading branch information
ladsmund committed Nov 21, 2024
1 parent 012109e commit dfadf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypromice/process/join_l3.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def join_l3(config_folder, site, folder_l3, folder_gcnet, outpath, variables, me
v = pypromice.resources.load_variables(variables)
m = pypromice.resources.load_metadata(metadata)
if outpath is not None:
$ prepare_and_write(l3_merged, outpath, v, m, "60min", nc_compression=True)
prepare_and_write(l3_merged, outpath, v, m, "60min", nc_compression=True)
prepare_and_write(l3_merged, outpath, v, m, "1D", nc_compression=True)
prepare_and_write(l3_merged, outpath, v, m, "M", nc_compression=True)
return l3_merged, sorted_list_station_data
Expand Down

0 comments on commit dfadf0e

Please sign in to comment.