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

add latitude and longitude info into the diag file

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.

I found there is no latitude and longitude information in the diag file. It's better to add this info into diag file. At least, it's more convenient to use it. Otherwise, we need to use both history file and diag file together. Thank you.
 
You can have MPAS-Atmosphere write the latCell and lonCell fields to your diagnostics files by simply adding these two lines to the stream_list.atmosphere.diagnostics file:
Code:
latCell
lonCell
If you'd like to have these fields included by default, you can add them to the definition of the default diagnostics stream in the src/core_atmosphere/Registry.xml file. We haven't included these by default to save space.
 
Top