Skip to content
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

MPAS applications: add processing for lat–lon projection, add soil fields (TSOIL, SOILW) #1030

Closed
jaymes-kenyon opened this issue Aug 30, 2024 · 0 comments · Fixed by #1029
Assignees
Labels

Comments

@jaymes-kenyon
Copy link
Contributor

The INITPOST_MPAS interface (adapted from INITPOST) does not currently process model output on a latitude–longitude projection (i.e., MAPTYPE = 0). This projection is used in GSL's modeling system for the Hurricane Forecast Improvement Project (HFIP–MPAS). UPP produces GRIB2 files for this model, but the grid lengths are decoded by wgrib2 as "0". For this reason, the GRIB2 files are not currently useable from HFIP–MPAS.

Additionally, soil temperature (TSOIL) and and soil moisture (SOILW) are missing from the GRIB2 output in both the HFIP–MPAS and RRFS–MPAS. It appears that the netCDF "ZS" array (depths of the soil layers) is not being created or read-in correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants