Trace upwards through call tree for grid
1. grid is dummy arg 1 of integrate (frame/module_integrate.f); corresponding actual arg is grid_ptr%nests(kid)%ptr, arg number 0 in call 1 by integrate (frame/module_integrate.f).
grid_ptr%nests(kid)%ptr is not an argument to integrate. May be local or use-associated. integrate has 1 arguments 1. grid of type type(domain) intent inout corresponding actual arg is head_grid, arg number 0 in call 1 by integrate (share/module_wrf_top.f).
head_grid is not an argument to wrf_run. May be local or use-associated. wrf_run has 0 argumentsgrid is an actual arg in calls to these routines from integrate
med_setup_step (argument 1 ; matching dummy arg is grid with intent inout) med_pre_nest_initial (argument 1 ; matching dummy arg is parent with intent inout) alloc_and_configure_domain (argument 2 ; matching dummy arg is grid with intent inout) med_nest_initial (argument 1 ; matching dummy arg is parent with intent inout) set_overlaps (argument 1 ; matching dummy arg is grid with intent inout) med_before_solve_io (argument 1 ; matching dummy arg is grid with intent inout) med_calc_model_time (argument 1 ; matching dummy arg is grid with intent inout) med_after_solve_io (argument 1 ; matching dummy arg is grid with intent inout) med_endup_step (argument 1 ; matching dummy arg is grid with intent inout) med_last_solve_io (argument 1 ; matching dummy arg is grid with intent inout) med_last_solve_io (argument 1 ; matching dummy arg is grid with intent inout)