Hello,
Intro of the simulation, namelist setting: I used ERA5 reanalysis data, set 3 domains, parent domain 1, child domain of d01 and child domain of d02, with grid ratio 1:3:3.
input_from_file = .true.,.false., .false.,
I also updated SST by adding the variables below into the namelist:
auxinput4_inname = "wrflowinp_d<domain>"
auxinput4_interval = 180,
io_form_auxinput4 = 2
/
So i got only wrflowinp_d01, no wrflowinp_d02 and d03, then i ran the model.
The problem is later i found auxinput4_interval should be max_dom, but WRF still ran successfully. Could any one explain why that happened? Does that mean all child domains use the low boundary condition of the domain 1 (wrflowinp_d01)?
Thank you very much.
Intro of the simulation, namelist setting: I used ERA5 reanalysis data, set 3 domains, parent domain 1, child domain of d01 and child domain of d02, with grid ratio 1:3:3.
input_from_file = .true.,.false., .false.,
I also updated SST by adding the variables below into the namelist:
auxinput4_inname = "wrflowinp_d<domain>"
auxinput4_interval = 180,
io_form_auxinput4 = 2
/
So i got only wrflowinp_d01, no wrflowinp_d02 and d03, then i ran the model.
The problem is later i found auxinput4_interval should be max_dom, but WRF still ran successfully. Could any one explain why that happened? Does that mean all child domains use the low boundary condition of the domain 1 (wrflowinp_d01)?
Thank you very much.