Trace upwards through call tree for time

1. time is dummy arg 2 of wrf_atotime (share/module_date_time.f); corresponding actual arg is parent_grid%stop_time, arg number 1 in call 1 by wrf_atotime (main/ndown_em.f).
parent_grid%stop_time is not an argument to ndown_em. May be local or use-associated. ndown_em has 0 arguments there are 11 more calls to wrf_atotime from ndown_em. Try 'wrfvar time wrf_atotime all' to see all. corresponding actual arg is grid%stop_time, arg number 1 in call 1 by wrf_atotime (main/real_em.f).
there are 2 more calls to wrf_atotime from med_sidata_input. Try 'wrfvar time wrf_atotime all' to see all. corresponding actual arg is grid%current_time, arg number 1 in call 1 by wrf_atotime (main/real_em.f).
there are 3 more calls to wrf_atotime from assemble_output. Try 'wrfvar time wrf_atotime all' to see all. corresponding actual arg is time, arg number 1 in call 1 by wrf_atotime (share/input_wrf.f).
time is not an argument to input_wrf. May be local or use-associated. input_wrf has 5 arguments 1. fid of type integer intent in 2. grid of type type(domain)::grid intent inout 3. config_flags of type type(grid_config_rec_type) intent inout 4. switch of type integer intent in 5. ierr of type integer intent inout there are 3 more calls to wrf_atotime from input_wrf. Try 'wrfvar time wrf_atotime all' to see all.

time is an actual arg in calls to these routines from wrf_atotime