Trace upwards through call tree for str

1. str is dummy arg 1 of wrf_atotime (share/module_date_time.f); corresponding actual arg is end_date_char, arg number 0 in call 1 by wrf_atotime (main/ndown_em.f).
end_date_char 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 str wrf_atotime all' to see all. corresponding actual arg is end_date_char, arg number 0 in call 1 by wrf_atotime (main/real_em.f).
end_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 there are 2 more calls to wrf_atotime from med_sidata_input. Try 'wrfvar str wrf_atotime all' to see all. corresponding actual arg is current_date(1:19), arg number 0 in call 1 by wrf_atotime (main/real_em.f).
current_date(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 there are 3 more calls to wrf_atotime from assemble_output. Try 'wrfvar str wrf_atotime all' to see all. corresponding actual arg is current_date(1:19), arg number 0 in call 1 by wrf_atotime (share/input_wrf.f).
current_date(1:19) 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 str wrf_atotime all' to see all.