*** Error in boundary condition specification
boundary conditions at xs 0
boundary conditions at xe 0
boundary conditions at ys 0
boundary conditions at ye 0
boundary conditions logicals are
periodic_x F
periodic_y F
symmetric_xs F
symmetric_xe F
symmetric_ys F
symmetric_ye F
open_xs F
open_xe F
open_ys F
open_ye F
polar F
nested F
specified F
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 165
*** Error in boundary condition specification
-------------------------------------------
&bdy_control
spec_bdy_width = 5,
specified = .true.
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
Have you resolved the issue you encountered? I'm facing the same problem. Thank you.Thanks for sending that. The error message is
Code:*** Error in boundary condition specification boundary conditions at xs 0 boundary conditions at xe 0 boundary conditions at ys 0 boundary conditions at ye 0 boundary conditions logicals are periodic_x F periodic_y F symmetric_xs F symmetric_xe F symmetric_ys F symmetric_ye F open_xs F open_xe F open_ys F open_ye F polar F nested F specified F -------------- FATAL CALLED --------------- FATAL CALLED FROM FILE: <stdin> LINE: 165 *** Error in boundary condition specification -------------------------------------------
This indicates there is something wrong with the &bdy_control section of your namelist. When I look at your namelist.input file, it just stops after the &dynamics section, with no &bdy_control section present. Additionally, the &dynamics section does not have a closing "/". Can you add that forward slash after the dynamics section (see other sections to see how they are done), and then add this below it. Then save the modified namelist.input file and try again.
Code:&bdy_control spec_bdy_width = 5, specified = .true. / &grib2 / &namelist_quilt nio_tasks_per_group = 0, nio_groups = 1, /
Hi Liangcheng Qiu,Have you resolved the issue you encountered? I'm facing the same problem. Thank you.
Have you resolved the issue you encountered? I'm facing the same problem. Thank you.
thanks for your response. I followed the modifications to the relevant variables as suggested in your forum post, but the issue still persisted. However, after making changes based on another post, I was able to run WRF successfully. Here is the link for your reference: https://forum.mmm.ucar.edu/threads/error-in-boundary-condition-specification.16522/post-48149&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .false.,
nested = .false.,
polar = .true.,
periodic_x = .true.,
&dynamics
fft_filter_lat = 45.,
Thank you for sharing.thanks for your response. I followed the modifications to the relevant variables as suggested in your forum post, but the issue still persisted. However, after making changes based on another post, I was able to run WRF successfully. Here is the link for your reference: https://forum.mmm.ucar.edu/threads/error-in-boundary-condition-specification.16522/post-48149