-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requesting addition of foundation temperature to surface grib2 files #406
Comments
Huiya is working on adding foundation temperature in a branch in her UPP fork. |
|
@LydiaStefanova-NOAA and @HuiyaChuang-NOAA The grib2 table 4.2-3-5 is for satellite remote sensing products. The foundation temperature output from FV3 is that category? |
@WenMeng-NOAA it appeared that the Grib2 template table params_grib2_tbl_new already used this table to define foundation temperature before I added this variable to UPP so it should be ok |
@HuiyaChuang-NOAA I mean if the users will think this is a satellite remote sensing product since FDNSSTMP is in from the grib2 table for satellite remote sensing category. If you and @LydiaStefanova-NOAA think it is good, I and okay for that. |
Fine with me. I think Lydia should be fine too since she's the one pointing out the Grib2 ID for foundation temperature. |
Thank you, @HuiyaChuang-NOAA and @WenMeng-NOAA Yes, I am also fine with the definition being from that category. @HuiyaChuang-NOAA, could you please clarify about this part:
For the plot of the post-processed foundation temperature that you had sent I had confirmed that it was very similar to the one plotted from surface netcdf output, except that it had some spurious vertical (oriented N to S) lines. Were these resolved, or were they found to be a plotting artifact? |
@LydiaStefanova-NOAA I used snipping software to save the plot and I think that's the artifacts. |
@LydiaStefanova-NOAA please see attached new plot, generated by saving plot to a png file. |
Thank you, @HuiyaChuang-NOAA - looks perfect! Shall I close this issue now? |
@LydiaStefanova-NOAA You don't need to close this issue. Huiya will submit a PR to develop branch. After merging is done, I will close it. Thanks! |
@WenMeng-NOAA - thanks for explaining to me how it works! |
The coupled modeling group is requesting that foundation temperature be added as a new variable to the surface grib2 files.
The foundation temperature is currently output in the surface netcdf files under the name "tref". An example surface netcdf with tref is here:
/scratch1/NCEPDEV/stmp2/Lydia.B.Stefanova/upp_issues/gfs.20130701/00/atmos/gfs.t00z.sfcf006.nc
Information about the grib2 code for foundation temperature can be found on the fourth line of the table here: https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2-3-5.shtml
The text was updated successfully, but these errors were encountered: