I'm trying to add 3D AOD as input to WRF-Solar. WRF-Solar is complied with modified registry with DNI and DIF included. I followed the guidelines & made my namelist.input as follows:
&time_control
auxinput15_inname = "ncr_d<domain>_25.nc"
auxinput15_interval = 60,
frames_per_auxinput15 = 1,
io_form_auxinput15 = 2,
&physics
aer_opt = 2,
aer_type = 2,
swint_opt = 1,
aer_aod550_opt = 2,
aer_angexp_opt = 2,
I used a dummy data of same WRF DNI forecast as AOD input, CAMS-ERA5 data and a sample data but always I'm getting similar error:
"Possibly missing file for = auxinput15"
But when I used auxinput4_inname with the same file, it worked, but that option is for SST update. What to do? Is that a file error or model error? Thanks in advance.
&time_control
auxinput15_inname = "ncr_d<domain>_25.nc"
auxinput15_interval = 60,
frames_per_auxinput15 = 1,
io_form_auxinput15 = 2,
&physics
aer_opt = 2,
aer_type = 2,
swint_opt = 1,
aer_aod550_opt = 2,
aer_angexp_opt = 2,
I used a dummy data of same WRF DNI forecast as AOD input, CAMS-ERA5 data and a sample data but always I'm getting similar error:
"Possibly missing file for = auxinput15"
But when I used auxinput4_inname with the same file, it worked, but that option is for SST update. What to do? Is that a file error or model error? Thanks in advance.