ESCOMP / CMEPS

NUOPC Community Mediator for Earth Prediction Systems
https://escomp.github.io/CMEPS/
24 stars 79 forks source link

Issue with patch and bilinear with xgrid under UFS #264

Open uturuncoglu opened 2 years ago

uturuncoglu commented 2 years ago

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
rsdunlapiv commented 2 years ago

Grids involved are C96 cubed sphere and tripolar grid.

jedwards4b commented 1 year ago

I think that this is fixed by #364 can you please confirm?