[FEATURE REQUEST] Supporting curvilinear grids in MESSy/A2A regridding #149
Labels
category: Feature Request
New feature or request
deferred
Issues/PRs that we cannot work on right away
help needed: Request Input from Community
We need our user community to provide a fix/update
topic: Regridding or Interpolation
Related to issues with time interpolation or horiziontal/vertical regridding
Background
During IGC10 (Emissions and deposition working group?) there was discussion of support for regridding of lambert conformal grids for HEMCO. However, at present, HEMCO only supports regridding to/from rectilinear grids.
Feature request
It will be useful to support curvilinear grids such as Lambert in the HEMCO regridding for GEOS-Chem Classic, without introducing ESMF dependencies. This will also improve capabilities in WRF-GC and HEMCO within CESM (until we move to the CESM input/output system)
This implementation is technically possible because
MAP_A2A
andMESSY_NCREGRID
should be able to do this, just that the feature was not implemented. For example, inHCO_REGRID_MOD
'sREGRID_MAPA2A
, the following construct forces a rectilinear grid:Similarly in
HCOIO_MESSY_MOD
'sHCO_MESSY_REGRID
:It should be possible to instead use the full 2-D information for input latitudes/longitudes. However I lack expertise in the MESSy regridding code to implement this immediately, so I am posting this on the HEMCO GitHub as a feature request so we could potentially figure out a solution.
The text was updated successfully, but these errors were encountered: