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 regional inline post capability #259

Closed
junwang-noaa opened this issue Oct 29, 2020 · 3 comments · Fixed by #364
Closed

add regional inline post capability #259

junwang-noaa opened this issue Oct 29, 2020 · 3 comments · Fixed by #364
Assignees
Labels
enhancement New feature or request

Comments

@junwang-noaa
Copy link
Collaborator

Description

Add inline post capability for regional applications LAM and HAFS

Solution

Add inline interface to call post subroutine for regional applications.

Related to

Code changes will be made in FV3, and a regional inline post test will be added.

@junwang-noaa junwang-noaa added the enhancement New feature or request label Oct 29, 2020
@junwang-noaa
Copy link
Collaborator Author

A general interface between the write component state and inline post working for both global and regional post has been designed. Doc is here

@junwang-noaa
Copy link
Collaborator Author

Jili set up a regional interface post_lam.F90 and tested in hafs case (post control file: postxconfig-NT-hafs.txt). The output file has issue with grids when using wgrib2 to check the file

@junwang-noaa
Copy link
Collaborator Author

Jun looked at Jili's results and found the grid information is missing and all the fields have value 0.0 in in the output hafs post files. Jun fixed the maptype for the regional lat/lon grid, the post has correct grid info. Now the issue with undefined value on regional output domain shows up (global application does not have this issue). So far the undefined value is zero in the post variables. Now we need to identify the points with undefined value (currently marked as zero) and the points with valid value zero and reset the undefined value from zero to post undefined number before we can call post subroutines.

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

Successfully merging a pull request may close this issue.

3 participants