Skip to content

Commit

Permalink
Merge 94a993b into edc5064
Browse files Browse the repository at this point in the history
  • Loading branch information
TAlonglong committed Dec 7, 2021
2 parents edc5064 + 94a993b commit 199886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwcsafpps_runner/metno_update_nwp.py
Expand Up @@ -249,7 +249,7 @@ def update_nwp(params):
break

param = ecc.codes_get(gid, index_keys[0])
parameters = [172, 129, 235, 167, 168, 137, 130, 131, 132, 133, 134, 157, 141]
parameters = [172, 129, 235, 165, 166, 167, 168, 137, 130, 131, 132, 133, 134, 157, 141]
if param in parameters:
LOG.debug("Doing param: %d", param)
copy_needed_field(gid, fout)
Expand Down

0 comments on commit 199886f

Please sign in to comment.