Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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

  • rsl.out.0000
    8 KB · Views: 1
  • namelist.input
    4.3 KB · Views: 3
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!
 
Top