Skip to content

Commit

Permalink
Merge pull request #1106 from emkemp/fix/autotune_lis_config
Browse files Browse the repository at this point in the history
Fixed typo in output lis.config from autotuning software
  • Loading branch information
jvgeiger authored Jun 2, 2022
2 parents e186eb7 + 39f20b1 commit 45ec5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lis/utils/usaf/retune_bratseth/scripts/autotune.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def assemble_new_lines(self):
if "imerg" in self.Lo:
if self.Lo["imerg"] > 0:
line = \
"AGRMET GALWEM Precip IMERG observation error scale length (m)"
"AGRMET GALWEM Precip IMERG observation error scale length (m):"
line += " %s\n" %(self.Lo["imerg"])
lines.append(line)

Expand Down

0 comments on commit 45ec5c4

Please sign in to comment.