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

what grid%ht_gc and grid%ht_fine refer to?

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.

BirdyBB

New member
Hi, all. Recently, I am reading programs related to real.exe, and I want to know that what the variables grid%ht_gc and grid%ht_fine refer to, which I can not dig out easily! Can anyone help me!
 
Hi,
You can check the WRF/Registry/Registry.EM_COMMON file for many of the definitions of variables. "grid%" simply means that the variable is included in the registry. So you can search for "ht_gc" and "ht_fine" in the registry file to see the description.
 
Top