Trace upwards through call tree for odate

1. odate is dummy arg 2 of geth_newdate (share/module_date_time.f); corresponding actual arg is start_date_char, arg number 1 in call 1 by geth_newdate (main/ndown_em.f).
start_date_char 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 odate geth_newdate all' to see all. corresponding actual arg is start_date_char, arg number 1 in call 1 by geth_newdate (main/real_em.f).
start_date_char 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 current_date_char, arg number 1 in call 1 by geth_newdate (main/real_em.f).
current_date_char is not an argument to compute_si_start_and_end. May be local or use-associated. compute_si_start_and_end has 17 arguments 1. start_year of type integer intent inout 2. start_month of type integer intent inout 3. start_day of type integer intent inout 4. start_hour of type integer intent inout 5. start_minute of type integer intent inout 6. start_second of type integer intent inout 7. end_year of type integer intent inout 8. end_month of type integer intent inout 9. end_day of type integer intent inout 10. end_hour of type integer intent inout 11. end_minute of type integer intent inout 12. end_second of type integer intent inout 13. interval_seconds of type integer intent inout 14. real_data_init_type of type integer intent inout 15. start_date_char of type intent intent dummyarg 16. end_date_char of type intent intent dummyarg 17. time_loop_max of type integer intent inout corresponding actual arg is temp24b(1:19), arg number 1 in call 1 by geth_newdate (main/real_em.f).
temp24b(1:19) 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 base_date(1:19), arg number 1 in call 1 by geth_newdate (share/module_date_time.f).
base_date(1:19) 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 odate geth_newdate all' to see all.