Skip to content

Commit

Permalink
Changing neighbor interpolation to bilinear interpolation for AEMFLX …
Browse files Browse the repository at this point in the history
…(smoke emissions) to retain all emission points going from NA_3km grid to CONUS grid. (#548)

Co-authored-by: MatthewPyle-NOAA <[email protected]>
  • Loading branch information
EricJames-NOAA and MatthewPyle-NOAA authored Nov 13, 2024
1 parent 6ba8086 commit ab3fe93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/exrrfs_prdgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ else
wgrib2 ${infile} -set_bitmap 1 -set_grib_type c3 -new_grid_winds grid \
-new_grid_vectors "UGRD:VGRD:USTM:VSTM:VUCSH:VVCSH" \
-new_grid_interpolation neighbor \
-if ":(AEMFLX):" -new_grid_interpolation bilinear -fi \
-new_grid ${grid_specs} ${subdir}/${fhr}/tmp_${grid}.grib2
fi

Expand Down

0 comments on commit ab3fe93

Please sign in to comment.