You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regional inline post Lambert Conformal projection does not work in ufs-weather-model. Additional variables (last lon/lat) are computed in the grid definition section in the code, but they are not needed for Lambert Conformal projection and input variables are not provided in the model configuration. Using these parameters cause issues when running regional inline post with Lambert Conformal grid. The part of code should be removed.
To Reproduce:
What compilers/machines are you seeing this with?
Give explicit steps to reproduce the behavior.
Check out ufs-weather-model, and change the output grid from "regional_latlon" to "lambert_conformal" in regional_quilt test
run regional_quilt with inline post
Testing:
The fix has been tested in regional application on dell.
* update fv3 and use new post lib
* update fv3 to add Lambert conformal
* add inline post in regional_quilt test, add inline post timer and fv3lam itag
* update composite reflectivity name, fix field name name refl_10cm, fix cwm for post_regional, fix wtmpsfc in post, fix syntax in post_regional.F90, fix openmp sst field in regional post
* add inline post for hafs regional latlon grid, use one input file directory for regional tests
* add fv3_ccpp_regional_quilt_hafs test
* update lam/hafs post control file with 75mb removed
* fix fcstgrid and hbot, use hpc-stapc upp lib on hera
* update upp lib to 10.0.4
* add lam3km xml file
* fix the suite name in suite_FV3_GFS_v15_thompson_mynn_lam3km.xml
* update post_itag_fv3lam
* Add timing info for each test; skip-ci
Description
The regional inline post Lambert Conformal projection does not work in ufs-weather-model. Additional variables (last lon/lat) are computed in the grid definition section in the code, but they are not needed for Lambert Conformal projection and input variables are not provided in the model configuration. Using these parameters cause issues when running regional inline post with Lambert Conformal grid. The part of code should be removed.
To Reproduce:
What compilers/machines are you seeing this with?
Give explicit steps to reproduce the behavior.
Testing:
Dependent PRs:
The text was updated successfully, but these errors were encountered: