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

adding the gridded anthropogenic heat in WRF/UCM

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.

Hi,
I tried to incorporate the gridded AH data to the WRF/UCM, and modified some module files, the changes in module_first_rk_step_part1.F and Registry are as follows:
-----------------------------------------------------------------------------------------------------------
dyn_em/module_first_rk_step_part1.F

Line 450:
CALL surface_driver(...grid_AH=grid%grid_AH,...

-------------------------------------------------------------------------------------------------------------
Registry.EM_COMMON

Line 1691:
state real grid_AH ij misc 1 - irh "grid_AH" "Gridded Anthropogenic Heat" "W m-2"

---------------------------------------------------------------------------------------------------------------

but after I run ./compile, the errors are as follows:

"module_first_rk_step_part1.f90(356): error #6460: This is not a field name
that is defined in the encompassing structure. [GRID_AH]"

Has anyone met these errors? Would really appreciate any help! Many thanks.
 

Attachments

  • errors.png
    errors.png
    53.7 KB · Views: 389
  • compile.log
    61.3 KB · Views: 25
Hi,
I apologize for the delay in response. Can you attach the files you modified, as well? Thanks!
 
Top