star_love_star
Member
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.
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.