martinxiang
New member
Hi, there. Recently I was working on the coupling model through ESMF. I try to handle the domain 2 of WRF to provide the atmosphere force instead of domain 1, because of the resolution. I figure out how to use head_grid variable to exchange the value of the WRF to other models. Which confused me is I try to import the subroutine of 'find_grid_by_id ( 2, head_grid, new_grid )', the new_grid contain nothing. Is there any change to just use head_grid this pointer to indicate the domain 2? Or there is a way to indicate it?