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

Modified topography in MPAS

jocegue

New member
Hi, I am conducting some experiments in the East Pacific, and I would like to flatten the Andes Mountains in South America. I'm wondering about the best approach to do this in MPAS.
In my mind, the easiest method (probably because I'm not familiar with the binary GMTED10 files) might be to modify the static NetCDF file with, for example, xarray in Python, but I don't know if that would have any issues along the way. If that’s not recommended, I assume modifying the binary GMTED10 files might be better. Does anyone have thoughts or suggestions on this?

Thanks,

Jose A. Ocegueda Sanchez
Ph.D student in Atmospheric Sciences.
 
I would suggest that you modify terrain data in your static.nc file (the one you generated by running init_atmopshere_model).
Both NCL can python can be used.
 
Top