@Ming Chen
Hi there,
I just found some information that helps me to output h_diabatic. I followed this instruction, I still failed to make this variable outputted.
May I ask if there is anything wrong with the set, or if any other operation should be conducted for the outputting?
My Registry.EM_COMMON has been uploaded. I also tried to use rhdu, but I can't output this variable either.
(2) To output these variables, please look at Registry/Registry.EM_COMMON, in which we can find all the above variables. By default they are not included in wrfout files. We can simply add 'h' to the 8th column in the line that defines the variable. For example, below is the original line that defines 'h_diabatic':
state real h_diabatic ikj misc 1 - rdu "h_diabatic" "MICROPHYSICS LATENT HEATING" "K s-1"
We can change it to:
state real h_diabatic ikj misc 1 - rhdu "h_diabatic" "MICROPHYSICS LATENT HEATING" "K s-1"
(Please make the same modification for all other variables (RTHCUTEN, RTHSHTEN, etc.)
Thank you so much for your help.
Hi there,
I just found some information that helps me to output h_diabatic. I followed this instruction, I still failed to make this variable outputted.
May I ask if there is anything wrong with the set, or if any other operation should be conducted for the outputting?
My Registry.EM_COMMON has been uploaded. I also tried to use rhdu, but I can't output this variable either.
(2) To output these variables, please look at Registry/Registry.EM_COMMON, in which we can find all the above variables. By default they are not included in wrfout files. We can simply add 'h' to the 8th column in the line that defines the variable. For example, below is the original line that defines 'h_diabatic':
state real h_diabatic ikj misc 1 - rdu "h_diabatic" "MICROPHYSICS LATENT HEATING" "K s-1"
We can change it to:
state real h_diabatic ikj misc 1 - rhdu "h_diabatic" "MICROPHYSICS LATENT HEATING" "K s-1"
(Please make the same modification for all other variables (RTHCUTEN, RTHSHTEN, etc.)
Thank you so much for your help.