Trace upwards through call tree for julday
1. julday is dummy arg 2 of geth_julgmt (share/module_date_time.f); corresponding actual arg is julday, arg number 1 in call 1 by geth_julgmt (main/ndown_em.f).
julday 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_julgmt from ndown_em. Try 'wrfvar julday geth_julgmt all' to see all. corresponding actual arg is config_flags%julday, arg number 1 in call 1 by geth_julgmt (main/real_em.f).
config_flags%julday 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