How to generate auxhist7_outname files

SHWETAM

New member
Hello Folks...

I am trying to simulate WRF and get asperate auxhist7_outname for specific parameters. With the namelist attached here I could simulate WRF but unable to get file with specific parameters. could you all please help me in it


&time_control
start_year = 2020, 2020,
start_month = 01, 01,
start_day = 08, 08,
start_hour = 00, 00,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2020, 2020,
end_month = 01, 01,
end_day = 09, 09,
end_hour = 00, 00,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 3600,
input_from_file = .true., .true., .true.,
history_interval = 100000, 60, 60,
frames_per_outfile = 1, 1, 1,
restart = .false.,
restart_interval = 100000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
auxinput4_inname = "wrflowinp_d<domain>"
io_form_auxinput4 = 2,
auxinput4_interval = 3600,3600,3600,
debug_level = 0,
iofields_filename ="my-file_d01.txt","my-file_d02.txt"
ignore_iofields_warning =.true.
auxhist7_outname ="u_v__T_d<domain>_<date>"
auxhist7_interval = 360, 360,
frames_per_auxhist7 = 100, 100,
io_form_auxhist4 = 2,

/



Thanks in Advance
Regards
Shweta
 
Hi,
I would like to apologize for the long delay in response. Between holidays, unplanned time out of the office, the AMS conference, and planning for our WRF tutorial taking place this week, we got pretty behind on forum questions. Thank you so much for your patience.

Are you still experiencing issues with this? If so, will you please attach the full namelist.input file, your full run log (e.g., rsl.out.0000) and your my-file_d01/2.txt files? Thanks!
 
Thank you Kwerner ... I got the solution for this issue.. There was some combination issue..


Thank you for your support !
 
Back
Top