Question about Specified moving nest

Yxx

New member
Hi all, I am running a simulation with two domains (d01 is static, d02 is moving).The real.exe was done.Simultaneously generated wrf_d01 files.
In the user-guide,it said ' In this option, nest initialization is defined from the coarse grid data - no nest input is used.'.So I suppose wrf_d01 files for wrf.exe is enough.
But after I run wrf.exe,something went wrong.
Timing for Writing wrfout_d02_2023-06-05_00:00:00 for domain 2: 3.45635 elapsed seconds
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 315
Possibly missing file for = auxinput4
-------------------------------------------
I uploaded namelist.input and rsl.out.0000.
I sincerely hope to receive your valuable advice.
 

Attachments

1744849099045.png
This is related to the update file of the lower boundary,
"
auxinput4_inname = "wrflowinp_d<domain>"
auxinput4_interval = 360, 360, 360,
"
It should be changed to:
"
auxinput4_inname = "wrflowinp_d<domain>"
auxinput4_interval = 360,
"

Besides, I am confused about your settings for d01 " input_from_file = .false., .false.,"
 
Hello again,
I set
auxinput4_interval = 360, 360, 360,
input_from_file = .true.,
It runs fine now!
 
Back
Top