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

🐛[BUG]: fuxi:'Could not find variable tp06 in index file' #153

Closed
wlu1998 opened this issue Nov 15, 2024 · 4 comments · Fixed by #154
Closed

🐛[BUG]: fuxi:'Could not find variable tp06 in index file' #153

wlu1998 opened this issue Nov 15, 2024 · 4 comments · Fixed by #154
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@wlu1998
Copy link

wlu1998 commented Nov 15, 2024

Version

0.3.0

On which installation method(s) does this occur?

No response

Describe the issue

GFSLexicon don't have tp06, but tp06 is in fuxi model VARIABLES. The variable related to precipitation in GFSLexicon is 'tcwv': 'PWAT::entire atmosphere (considered as a single layer)',but it should be different from the six hour cumulative precipitation variable.

@wlu1998 wlu1998 added ? - Needs Triage Need team to review and classify bug Something isn't working labels Nov 15, 2024
@NickGeneva NickGeneva removed the ? - Needs Triage Need team to review and classify label Nov 19, 2024
@NickGeneva
Copy link
Collaborator

Hi @wlu1998

NOAA's data sources don't offer a tp06 like variable. The best offered is tp accumulated over the past 3 hours:

597 surface APCP 0-3 hour acc Total Precipitation [kg/m^2]

which we can add, however this won't work with FuXi exactly but would be close enough potentially. tp06 is best found in the weather bench 2 dataset. I have also seen some scripts with GFS that just feed in a zero array for tp06, but thats not ideal.

@NickGeneva
Copy link
Collaborator

Let me know if there is a specific variable you have in mind from GFS.

@NickGeneva NickGeneva added enhancement New feature or request question Further information is requested and removed bug Something isn't working labels Nov 19, 2024
@wlu1998
Copy link
Author

wlu1998 commented Nov 19, 2024

Hi @wlu1998

NOAA's data sources don't offer a tp06 like variable. The best offered is tp accumulated over the past 3 hours:

597 surface APCP 0-3 hour acc Total Precipitation [kg/m^2]

which we can add, however this won't work with FuXi exactly but would be close enough potentially. tp06 is best found in the weather bench 2 dataset. I have also seen some scripts with GFS that just feed in a zero array for tp06, but thats not ideal.

ok,thanks!

@NickGeneva
Copy link
Collaborator

Added tp (3 hour accumulated) to GFS_FX forecast source, you could extend that to create a custom data source if you wanted that approximates tp06.

Note tp is not available for lead time 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants