output qv seperately into diags file

CJ Chen

New member
Dear all,

How to output "qv" seperately into diags file instead of "scalars"?

Because I found that there is something wrong with writing ouput file when running MPAS-A. It is able to writing the output file less than 300M, so I want to output "qv" and "qi" seperately from "scalars".

Could you kindly give me some suggestions on this?

CJ
 
CJ,

Please define two new variables named 'qvapor' and 'qice', which can be extracted from the scalars array ((qv and qi). These two variables can be added to subroutine "atm_compute_output_diagnostics" (in mpas_atm_core.F) for output.

Hope this is helpful. let me know if you have any issues.
 
CJ,

Please define two new variables named 'qvapor' and 'qice', which can be extracted from the scalars array ((qv and qi). These two variables can be added to subroutine "atm_compute_output_diagnostics" (in mpas_atm_core.F) for output.

Hope this is helpful. let me know if you have any issues.
Hi Ming,

Thanks for your helpful suggestion!

QV and QI has been successfully extracted from the scalars array.

CJ
 
Back
Top