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

in cpld_gridgen, fix postwgts generation #857

Closed
DeniseWorthen opened this issue Oct 11, 2023 · 0 comments · Fixed by #858
Closed

in cpld_gridgen, fix postwgts generation #857

DeniseWorthen opened this issue Oct 11, 2023 · 0 comments · Fixed by #858
Assignees
Labels
bug Something isn't working

Comments

@DeniseWorthen
Copy link
Contributor

DeniseWorthen commented Oct 11, 2023

The ESMF weights used to remap the tripole ocean and ice output to rectilinear grids requires a fix to properly remap the tripole seam region.

The weights currently residing in the fix directory /scratch1/NCEPDEV/climate/climpara/S2S/FIX/fix_UFSp6/fix_reg2grb2 were originally generated many years ago (perhaps on Theia) and have been used for the Prototype post-processing. Those weights should be replaced with the new weights generated with the fix.

Note the existing weights do have the proper -90:90 bounds. However, the cpld_gridgen run script did not include the proper setting to generate the -90:90 bounds when executing the ncremap command.

The weights are not retained within the UFS_UTILS baseline directories and so no baseline change for UFS_UTILS is expected.

@GeorgeGayno-NOAA GeorgeGayno-NOAA added the bug Something isn't working label Oct 13, 2023
GeorgeGayno-NOAA pushed a commit that referenced this issue Oct 27, 2023
…of ocean and ice (#858)

When generating rectilinear destination grids, set lat_typ=cap in order to obtain a grid from 90S to 90N. 

Also, return an optional RouteHandle (un-used) when generating the ESMF Weights. This creates a weights file which properly generates values along the tripole seam.

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

Successfully merging a pull request may close this issue.

2 participants