Hi everyone,
I'm currently using WRF version 3.9.1.1, and I would like to output the total tendency of potential temperature at a given time. I found the following line in Registry.EM_COMMON:
i1 real t_tend ikj dyn_em 1 -
It seems that t_tend is exactly the variable I need. However, since it's defined as an i1 variable, I understand that it cannot be directly output to the wrfout files simply by adding an h output flag.
So my question is: Is there a way to modify the registry (or other parts of the code) so that t_tend can be included in the wrfout files, like other state variables? Specifically, would simply changing the variable type from i1 to state allow this variable to be written out?
Any advice or suggestions would be greatly appreciated.
Thank you!
I'm currently using WRF version 3.9.1.1, and I would like to output the total tendency of potential temperature at a given time. I found the following line in Registry.EM_COMMON:
i1 real t_tend ikj dyn_em 1 -
It seems that t_tend is exactly the variable I need. However, since it's defined as an i1 variable, I understand that it cannot be directly output to the wrfout files simply by adding an h output flag.
So my question is: Is there a way to modify the registry (or other parts of the code) so that t_tend can be included in the wrfout files, like other state variables? Specifically, would simply changing the variable type from i1 to state allow this variable to be written out?
Any advice or suggestions would be greatly appreciated.
Thank you!