GEOS-ESM / MAPL

MAPL is a foundation layer of the GEOS architecture, whose original purpose is to supplement the Earth System Modeling Framework (ESMF)
https://geos-esm.github.io/MAPL/
Apache License 2.0
27 stars 18 forks source link

ESMF error when regridding to stretched grid at C2160 #2082

Open tclune opened 1 year ago

tclune commented 1 year ago

@wmputman found this weekend that conservative regridding to the C2160 stretched grid was failing in GEOS with the following message from ESMF logging:

20230416 161554.981 ERROR            PET2190 Destination id=25659721 NOT found in weight matrix.
20230416 161554.981 ERROR            PET2190 ESMCI_Mesh_Regrid_Glue.C:339 ESMCI_regrid_create() Arguments are incompatible  - - There exist destination cells (e.g. id=25659721) which don't overlap with any source cell
20230416 161554.983 ERROR            PET2190 ESMCI_Mesh_Regrid_Glue.C:582 ESMCI_regrid_create() Arguments are incompatible  - Internal subroutine call returned Error
20230416 161554.985 ERROR            PET2190 ESMCI_MeshCap.C:1676 MeshCap::regrid_create() Arguments are incompatible  - Internal subroutine call returned Error
20230416 161554.985 ERROR            PET2190 ESMF_Regrid.F90:368 ESMF_RegridStore Arguments are incompatible  - Internal subroutine call returned Error
20230416 161554.985 ERROR            PET2190 ESMF_FieldRegrid.F90:1171 ESMF_FieldRegridStoreNX Arguments are incompatible  - Internal subroutine call returned Error

Works with BILINEAR though.

I think @wmputman has a list of cases that did and did not work. I encourage him to list them in this thread. We'll then send reproducers to the ESMF core team.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days, it will be closed. You can add the "long term" tag to prevent the Stale bot from closing this issue.

mathomp4 commented 1 year ago

@bena-nasa Is this still an issue? Or is it solved?