Minimum wrf2vdc variables needed in order to get height right?

Hi, I have a wrf file that
1 when open directly displays the height correctly
2 when open via wrfvdccreate β†’ wrf2vdc displays correctly
3 when open via wrfvdccreate β†’ wrf2vdc -vars PB:PHB:P:HGT displays the height incorrectly
My question is what is the minimum amount of variables i need to specify in -vars so that the height is correctly represented?
Thank you :slight_smile:

It should work if you add PH to your -vars list. I believe all that’s required is PH, and PHB. Please shout out if that doesn’t seem right.

Thanks, PH was needed indeed. However, the key is somehow is to include Times. The minimum workable example is then: -vars HGT:PHB:PH:Times