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