Hi Everyone,
<div><br></div><div>I am looking to commit a global diagnostic module back into core_sw. To add this, I had to add a module (module_global_diagnostics.F), and modify the following files.</div><div><br></div><div>src/core_sw/Makefile</div>


<div>src/core_sw/mpas_interface.F</div><div>src/core_sw/Registry</div><div>src/core_sw/module_time_integrations.F</div><div><br></div><div>The makefile modifications is just to add in the new module. Registry modification is to add a flag to the namelist for stats output intervale, as well as making h_vertex an array. Module_time_integration.F modification is to save the h_vertex calculation rather then throw it away after computing pv_vertex. mpas_interface.F modification is just to call compute_global_diagnostics.F every time the interval is reached.</div>


<div><br></div><div>I have attached all the files that I modified, and tested these in a clean checkout of the code. If anyone has any questions of concerns please let me know. Thanks!</div><div><br></div><div>Doug</div>