Skip to content
Snippets Groups Projects
Commit bdb49d7f authored by Dethinne Thomas's avatar Dethinne Thomas
Browse files

Update MAR2CAR_clim.py

parent ecf8ce67
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ def main_climatology(path_to_MAR):
MAR_daily = resample(MAR_var,var)
print("Group by doy")
MAR_clim = group_per_day(MAR_var)
MAR_clim = group_per_day(MAR_daily)
print("Write climatology")
write_clim(MAR_clim,lon,lat,var)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment