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

Known issues when using UPP with MPAS (MPASSIT) output #1031

Open
jaymes-kenyon opened this issue Aug 30, 2024 · 0 comments
Open

Known issues when using UPP with MPAS (MPASSIT) output #1031

jaymes-kenyon opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working MPAS

Comments

@jaymes-kenyon
Copy link
Contributor

Regarding UPP use with MPASSIT-generated netCDF output, there are known issues:

  1. The value for prec_acc_dt (precipitation-accumulation time interval, in minutes) is not being dynamically set in INITPOST_MPAS via the netCDF metadata. A human-readable value is present in the netCDF metadata (global attributes), but is either not correctly encoded (by MPASSIT) or not being correctly read (by UPP). Until a fix is developed, "prec_acc_dt" should be hard-coded for MPAS applications prior to compiling.

  2. The value for iSF_SURFACE_PHYSICS (integer identifier for the land-surface scheme) is not being dynamically set in WRFPOST. Currently, MPASSIT netCDF metadata is incorrectly specifying SF_SURFACE_PHYSICS=0. Until a fix is deployed in MPASSIT, a hard-coded value (= 3) is in place.

  3. The entries for the 1D SLLEVEL array (soil-layer depths) are not being dynamically set in INITPOST_MPAS via the netCDF "ZS" array. Until a fix is developed, "SLLEVEL" is hard coded for use with RUC LSM (i.e., SF_SURFACE_PHYSICS=3).

Copying @EricJames-NOAA and @SamuelTrahanNOAA for their awareness. This issue may be assigned to @jaymes-kenyon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MPAS
Projects
None yet
Development

No branches or pull requests

3 participants