Skip to content

Commit

Permalink
bug fix one line.
Browse files Browse the repository at this point in the history
  • Loading branch information
negin513 committed Jan 5, 2022
1 parent 3e5fedd commit 416f45f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ctsm/site_and_regional/single_point_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def create_surfdata_at_point(self, indir, file, user_mods_dir):
# update attributes
self.update_metadata(f_out)
f_out.attrs["Created_from"] = fsurf_in
del f_out.attrs["History_Log"]
# mode 'w' overwrites file
wfile = os.path.join(self.output_dir, fsurf_out)
f_out.to_netcdf(path=wfile, mode="w", format="NETCDF3_64BIT")
Expand Down

0 comments on commit 416f45f

Please sign in to comment.