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

Add code to ingest snow increments from JEDI for the Noah model #561

Closed
ClaraDraper-NOAA opened this issue Aug 11, 2021 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@ClaraDraper-NOAA
Copy link
Contributor

Currently, we cannot produce the final snow analysis within JEDI, as we can't apply post-processing / QC checks to the analyzed fields. Instead, we are going to add the increment generated by JEDI to the restart within global_cycle, using a similar approach as is used for the soil temperature increments.

The main steps are:

  1. Read in JEDI snow depth increment file (currently on native model grid -> no re-gridding required for now).
  2. Add increment to the forecast snow depth.
  3. Limit snow depth analysis to be non-negative.
  4. Adjust SWE to match the new snow depth (using snow density from the forecast file)
  5. Apply limits to snow amount over glaciers?
@GeorgeGayno-NOAA GeorgeGayno-NOAA added the enhancement New feature or request label Aug 11, 2021
GeorgeGayno-NOAA added a commit to ClaraDraper-NOAA/UFS_UTILS that referenced this issue Aug 20, 2021
GeorgeGayno-NOAA added a commit to ClaraDraper-NOAA/UFS_UTILS that referenced this issue Aug 24, 2021
GeorgeGayno-NOAA added a commit to ClaraDraper-NOAA/UFS_UTILS that referenced this issue Aug 24, 2021
GeorgeGayno-NOAA added a commit to ClaraDraper-NOAA/UFS_UTILS that referenced this issue Aug 24, 2021
GeorgeGayno-NOAA added a commit to ClaraDraper-NOAA/UFS_UTILS that referenced this issue Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants