MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
235 stars 312 forks source link

Move atm_{create,destroy}_halo_groups to mpas_atm_halos.F #1121

Closed gdicker1 closed 10 months ago

gdicker1 commented 10 months ago

Changes to group halo exchanges required access to the atm_create_halo_groups and atm_destroy_halo_groups routines, which were private in the atm_core module. This PR makes these routines and the exchange_halo_group procedure pointer accessible via the mpas_atm_halos module.

This is important for other projects like CAM that have their own subdriver and need to set up the same halo groups.

gdicker1 commented 10 months ago

@mgduda the last force push (173efd2 to e56437f) should have resolved your edit requests. Let me know if there's anything else!