Skip to content

Commit

Permalink
Merge pull request #32 from TAlonglong/add-snowd-paramter-to-metno-nwp
Browse files Browse the repository at this point in the history
Add snowd(141) paramatere to metno nwp
  • Loading branch information
TAlonglong committed Nov 24, 2021
2 parents 9a13adc + 025a7ca commit a744cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwcsafpps_runner/metno_update_nwp.py
Expand Up @@ -240,7 +240,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]
parameters = [172, 129, 235, 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 a744cb8

Please sign in to comment.