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

Using domain2 to couple WAVE&OCEAN

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?
 
It depends on the framework in which you implement the subroutine "find_grid_by_id". Sorry that I don't have a straightforward answer to your question.
 
Top