Hello,
I would like to initialize MPAS regional model using NARR data for 2023. I downloaded 3-hourly NARR analysis files and constant field file rr-fixed.grb. During the creation of MPAS intialization files, WPS looks for "LANDSEA" field, which doesn't exist within NARR grib1 files anymore. That field is located within rr-fixed.grb file. If I recall correctly, the constant fields like "LANDSEA" used to be within NARR grib2 data. Now, grib1 data format is adopted, "LAND" field name was used instead of "LANDSEA", and these constant fields are kept within rr-fixed.grb file. I need to either change the "LAND" field name into "LANDSEA" and concatenate that fixed field into the first "FILE:yyyy-mm-dy_hr", or modify the source code within ungrib/src/rrpr.F by replacing "LANDSEA" variable. I find the latter option as risky as other source files may also need to be altered and any additional re-compilation issues may come up.
How can I provide LANDSEA variable into the initialization files of MPAS?
Thank you.
I would like to initialize MPAS regional model using NARR data for 2023. I downloaded 3-hourly NARR analysis files and constant field file rr-fixed.grb. During the creation of MPAS intialization files, WPS looks for "LANDSEA" field, which doesn't exist within NARR grib1 files anymore. That field is located within rr-fixed.grb file. If I recall correctly, the constant fields like "LANDSEA" used to be within NARR grib2 data. Now, grib1 data format is adopted, "LAND" field name was used instead of "LANDSEA", and these constant fields are kept within rr-fixed.grb file. I need to either change the "LAND" field name into "LANDSEA" and concatenate that fixed field into the first "FILE:yyyy-mm-dy_hr", or modify the source code within ungrib/src/rrpr.F by replacing "LANDSEA" variable. I find the latter option as risky as other source files may also need to be altered and any additional re-compilation issues may come up.
How can I provide LANDSEA variable into the initialization files of MPAS?
Thank you.
Last edited: