Issue with patch and bilinear with xgrid under UFS
- Dominant language
- Fortran
- Stars
- 35
- Forks
- 106
- Avg merge
- 6d 5h
- Merged PRs (30d)
- 4
Description
The PR https://github.com/ESCOMP/CMEPS/pull/262 introduces issue with bilinear and patch interpolation types when it is tested under UFS Weather Model. The detailed trace can be seen as following.
```
20211230 140923.374 ERROR PET002 Destination id=2544 NOT found in weight matrix.
20211230 140923.375 ERROR PET002 ESMCI_Mesh_Regrid_Glue.C:335 ESMCI_regrid_create() Arguments are incompatible - - There exist destination points (e.g. id=2544) which can't be mapped to any source cell
20211230 140923.375 ERROR PET002 ESMCI_Mesh_Regrid_Glue.C:558 ESMCI_regrid_create() Arguments are incompatible - Internal subroutine call returned Error
20211230 140923.375 ERROR PET002 ESMCI_MeshCap.C:1599 MeshCap::regrid_create() Arguments are incompatible - Internal subroutine call returned Error
20211230 140923.375 ERROR PET002 ESMF_Regrid.F90:372 ESMF_RegridStore Arguments are incompatible - Internal subroutine call returned Error
20211230 140923.375 ERROR PET002 ESMF_FieldRegrid.F90:1204 ESMF_FieldRegridStoreNX Arguments are incompatible - Internal subroutine call returned Error
20211230 140923.375 ERROR PET002 med_phases_aofluxes_mod.F90:845 Arguments are incompatible - Passing error in return code
20211230 140923.375 ERROR PET002 med_phases_aofluxes_mod.F90:423 Arguments are incompatible - Passing error in return code
20211230 140923.375 ERROR PET002 med_phases_aofluxes_mod.F90:292 Arguments are incompatible - Passing error in return code
20211230 140923.375 ERROR PET002 MED:src/addon/NUOPC/src/NUOPC_ModelBase.F90:2215 Arguments are incompatible - Passing error in return code
20211230 140923.375 ERROR PET002 EARTH Grid Comp:src/addon/NUOPC/src/NUOPC_Driver.F90:3343 Arguments are incompatible - Phase 'med_phases_aofluxes_run' Run for modelComp 1 did not return ESMF_SUCCESS
20211230 140923.375 ERROR PET002 EARTH Grid Comp:src/addon/NUOPC/src/NUOPC_Driver.F90:3609 Arguments are incompatible - Passing error in return code
20211230 140923.375 ERROR PET002 EARTH Grid Comp:src/addon/NUOPC/src/NUOPC_Driver.F90:3258 Arguments are incompatible - Passing error in return code
20211230 140923.375 ERROR PET002 MAIN_NEMS.F90:446 Arguments are incompatible - Aborting NEMS
20211230 140923.375 INFO PET002 Finalizing ESMF
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.