Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

re-gridding model outputs in MPAS

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

yuanlian

New member
Hi Michael,

Would you mind pointing me to the tools that can re-grid the MPAS model outputs? Ideally it would be nice to re-grid restart file from one grid configuration to another, e.g., from uniform resolution to variable resolution grids, or to regional domains.

Thanks,
Yuan
 
There's a branch named "atmosphere/mpas_to_mpas" in my fork of the MPAS-Tools repository. From that branch, if you look in the "limited_area/mpas_to_mpas" directory you'll find some prototype C++ code to remap fields from one MPAS mesh to another. The code isn't user-friendly and comes with no documentation, but you may be able to use that as a base for what you'd like to do.
 
Top