NOAA-EMC / gfs-utils

Utility programs for global-workflow
0 stars 19 forks source link

Change GRIB2 parameter names and vertical levels for nc2grb #70

Closed GwenChen-NOAA closed 4 months ago

GwenChen-NOAA commented 4 months ago

Description

Based on users' feedback, this PR do the following:

  1. Change GRIB2 parameter names DLWRF -> NLWRF and DSWRF -> NSWRF
  2. Change the vertical level of ocean 3D variables (WTMP, SALIN, UOGRD, and VOGRD) from "%g m below water surface" to "%g m below sea level"
  3. Round up depth numbers to integer (e.g. 4481.0625 -> 4481 m)

Type of change

Change characteristics

How has this been tested?

Tested on WCOSS2 using sample netcdf files and successfully generated grib2 files.

Checklist

aerorahul commented 4 months ago

@GwenChen-NOAA These scripts (in gfs-utils) are no longer used in the GFS/GEFS. They will be removed in the future to eliminate this duplication. The scripts are in the global-workflow and you have updated them in https://github.com/NOAA-EMC/global-workflow/pull/2611.