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

update FV3 to better handle data source for regional model LBC processing #1716

Closed
Jili-Dong opened this issue Apr 18, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@Jili-Dong
Copy link
Contributor

Currently FV3 will read data source from global attribute "source" of gfs_data.nc to decide how LBC will be processed for regional model, e.g. RRFS. Sometimes there is no global attribute "source" in gfs_data.nc, particularly after regional cycled data assimilation, even though the data source is fv3gfs. This will cause FV3 to handle LBCs as they are from old GFS spectrum model. Furthermore, warm start runs don't need to read any variables from gfs_data.nc.

The solution is to add reading data source from LBC directly to decide how LBC will be processed. The PR also forces model to exit with error messages when no data source is found, which will avoid mistakenly take missing data source as data source being from legacy spectrum GFS spectrum.

Related to PR:

#1715

@jkbk2004
Copy link
Collaborator

closed with #1715

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