csdms / help-desk

The CSDMS Help Desk. Ask questions. Get answers (about CSDMS products and services).
MIT License
6 stars 1 forks source link

Example for coupling models with different time and spatial scales #16

Open mdpiper opened 4 years ago

mdpiper commented 4 years ago

Jongmin Byun wrote:

Could you show me a good example of the coupling models which have different time and spatial scales? In addition to that, it would be very helpful to know the documentation or literature for the strategy to couple those models.

mdpiper commented 4 years ago

Here's an example that partially addresses your questions.

CHILD is a landscape evolution model that uses a finite mesh. Sedflux3D is a basin-filling stratigraphic model that uses a rectangular grid. In pymt, variables from one model can be regridded to the other; see, for example cell 5. pymt does this using the ESMF regridders.

We lack documentation on how to couple models of differing temporal and spatial resolutions. I've added an issue to the pymt repository to address this. I can explain briefly here, though: