From 807d6376b9ad7efab86f2bec6516fe988fb4704c Mon Sep 17 00:00:00 2001 From: Eric Kemp Date: Mon, 10 Jul 2023 14:25:44 -0400 Subject: [PATCH] Updated Output GRIB Process ID settings in lvt.config files. In earlier operational versions of LIS, GRIB2 files had the generating process set to 88 (corresponding to "Land Information System" in Table 4.A of the 557 WW GRIB manual). With the expansion of LIS in production to multiple land surface models, these are now changed to: 132: For LIS-NOAH 133: For LIS-NOAHMP 134: For LIS-JULES No code changes are required -- LVT just reads the value from the lvt.config file and encodes in the GRIB2. This has been tested with the Noah and NoahMP NRT_Global use cases. (Currently only netCDF4 files are produced with Jules). This problem was first reported by 16WS. --- lvt/utils/usaf/templates/lvt.config.template.jules50 | 2 +- lvt/utils/usaf/templates/lvt.config.template.noah39 | 2 +- lvt/utils/usaf/templates/lvt.config.template.noahmp401 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lvt/utils/usaf/templates/lvt.config.template.jules50 b/lvt/utils/usaf/templates/lvt.config.template.jules50 index 6582d6d4f..dff871234 100755 --- a/lvt/utils/usaf/templates/lvt.config.template.jules50 +++ b/lvt/utils/usaf/templates/lvt.config.template.jules50 @@ -77,7 +77,7 @@ Output GRIB Table Version: 14 Output GRIB Center Id: 57 Output GRIB Subcenter Id: 2 Output GRIB Grid Id: 0 -Output GRIB Process Id: 88 +Output GRIB Process Id: 134 Output GRIB Packing Type: grid_simple LIS output interval: "3hr" diff --git a/lvt/utils/usaf/templates/lvt.config.template.noah39 b/lvt/utils/usaf/templates/lvt.config.template.noah39 index ed5f3c24b..ac1c0b5d4 100755 --- a/lvt/utils/usaf/templates/lvt.config.template.noah39 +++ b/lvt/utils/usaf/templates/lvt.config.template.noah39 @@ -77,7 +77,7 @@ Output GRIB Table Version: 14 Output GRIB Center Id: 57 Output GRIB Subcenter Id: 2 Output GRIB Grid Id: 0 -Output GRIB Process Id: 88 +Output GRIB Process Id: 132 Output GRIB Packing Type: grid_simple LIS output interval: "3hr" diff --git a/lvt/utils/usaf/templates/lvt.config.template.noahmp401 b/lvt/utils/usaf/templates/lvt.config.template.noahmp401 index 8986e3137..e69598b93 100755 --- a/lvt/utils/usaf/templates/lvt.config.template.noahmp401 +++ b/lvt/utils/usaf/templates/lvt.config.template.noahmp401 @@ -77,7 +77,7 @@ Output GRIB Table Version: 14 Output GRIB Center Id: 57 Output GRIB Subcenter Id: 2 Output GRIB Grid Id: 0 -Output GRIB Process Id: 88 +Output GRIB Process Id: 133 Output GRIB Packing Type: grid_simple LIS output interval: "3hr"