Trace upwards through call tree for idt

1. idt is dummy arg 3 of geth_newdate (share/module_date_time.f); corresponding actual arg is (, arg number 2 in call 1 by geth_newdate (main/ndown_em.f).
( is not an argument to ndown_em. May be local or use-associated. ndown_em has 0 arguments there are 3 more calls to geth_newdate from ndown_em. Try 'wrfvar idt geth_newdate all' to see all. corresponding actual arg is loop, arg number 2 in call 1 by geth_newdate (main/real_em.f).
loop is not an argument to med_sidata_input. May be local or use-associated. med_sidata_input has 2 arguments 1. grid of type type(domain)::grid intent inout 2. config_flags of type type(grid_config_rec_type)::config_flags intent inout corresponding actual arg is interval_seconds, arg number 2 in call 1 by geth_newdate (main/real_em.f).
2. interval_seconds is dummy arg 13 of compute_si_start_and_end (main/real_em.f); corresponding actual arg is model_config_rec%interval_seconds, arg number 12 in call 1 by compute_si_start_and_end (main/real_em.f).
model_config_rec%interval_seconds is not an argument to med_sidata_input. May be local or use-associated. med_sidata_input has 2 arguments 1. grid of type type(domain)::grid intent inout 2. config_flags of type type(grid_config_rec_type)::config_flags intent inout corresponding actual arg is (loop-2), arg number 2 in call 1 by geth_newdate (main/real_em.f).
(loop-2) is not an argument to assemble_output. May be local or use-associated. assemble_output has 4 arguments 1. grid of type type(domain)::grid intent inout 2. config_flags of type type(grid_config_rec_type)::config_flags intent inout 3. loop of type integer intent in 4. time_loop_max of type integer intent in corresponding actual arg is idt, arg number 2 in call 1 by geth_newdate (share/module_date_time.f).
idt is not an argument to calc_current_date. May be local or use-associated. calc_current_date has 2 arguments 1. id of type integer intent in 2. time of type real intent in there are 2 more calls to geth_newdate from calc_current_date. Try 'wrfvar idt geth_newdate all' to see all.