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

wrf.exe

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

jvithana

New member
I am getting the following error and it happens after about 6 hours of running the model.

files are located in

/glade/scratch/jvithana/test7-2km/WPS_irine
/glade/scratch/jvithana/test7-2km/WRFV4_irine/test/em_real
job script for real.exe is real.cheyenne
job script for wrf.exe is wrf.cheyenne

namelists are attached after the error message
______________________________________________________________________________
d01 1999-10-14_06:00:00 Input data is acceptable to use: wrffdda_d01
Time in file: 1999-10-14_12:00:00
Time on domain: 1999-10-14_06:00:00
**WARNING** Time in input file not equal to time on domain **WARNING**
**WARNING** Trying next time in file wrffdda_d01 ...
Time in file: 1999-10-15_00:00:00
Time on domain: 1999-10-14_06:00:00
**WARNING** Time in input file not equal to time on domain **WARNING**
**WARNING** Trying next time in file wrffdda_d01 ...
Time in file: 1999-10-15_12:00:00
Time on domain: 1999-10-14_06:00:00
**WARNING** Time in input file not equal to time on domain **WARNING**
**WARNING** Trying next time in file wrffdda_d01 ...
Time in file: 1999-10-16_00:00:00
Time on domain: 1999-10-14_06:00:00
**WARNING** Time in input file not equal to time on domain **WARNING**
**WARNING** Trying next time in file wrffdda_d01 ...
2 input_wrf: wrf_get_next_time current_date: 1999-10-16_00:00:00 Status = -4
d01 1999-10-14_06:00:00 ---- ERROR: Could not find matching time in input file wrffdda_d01
NOTE: 1 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1284
NOTE: Please check and reset these options
-------------------------------------------
MPT ERROR: Rank 0(g:0) is aborting with error code 1.
Process ID: 9077, Host: r3i4n8, Program: /glade/scratch/jvithana/test7-2km/WRFV4_irine/main/wrf.exe
MPT Version: HPE MPT 2.19 02/23/19 05:30:09

MPT: --------stack traceback-------

_______________________________
na,melist.wps

&share
wrf_core = 'ARW',
max_dom = 4,
start_date = '1999-10-14_00:00:00','1999-10-14_00:00:00','1999-10-14_00:00:00','1999-10-14_00:00:00',
end_date = '1999-10-16_12:00:00','1999-10-16_12:00:00','1999-10-16_12:00:00','1999-10-16_12:00:00',
interval_seconds = 43200,
io_form_geogrid = 2,
/

&geogrid
parent_id = 1,1,2,3,
parent_grid_ratio = 1,3,3,3,
i_parent_start = 1,13,33,157,
j_parent_start = 1,10,31,172,
e_we = 100,226,490,475,
e_sn = 92,214,466,451,
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The default datasets used to produce the MAXSNOALB and ALBEDO12M
! fields have changed in WPS v4.0. These fields are now interpolated
! from MODIS-based datasets.
!
! To match the output given by the default namelist.wps in WPS v3.9.1,
! the following setting for geog_data_res may be used:
!
! geog_data_res = 'maxsnowalb_ncep+albedo_ncep+default', 'maxsnowalb_ncep+albedo_ncep+default',
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
geog_data_res = 'lowres','lowres','lowres','lowres',
dx = 54000,
dy = 54000,
map_proj = 'lambert',
ref_lat = 24.584,
ref_lon = -79.032,
truelat1 = 24.584,
truelat2 = 24.584,
stand_lon = -79.032,
geog_data_path = '/glade/u/home/wrfhelp/WPS_GEOG'
/

&ungrib
out_format = 'WPS',
prefix = 'FILE',
/

&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,

_______________________________________________________


namelist.input

&time_control
run_days = 0,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 1999, 1999, 1999, 1999,
start_month = 10, 10, 10, 10,
start_day = 14, 14, 14, 14,
start_hour = 00, 00, 00, 00,
end_year = 1999, 1999, 1999, 1999,
end_month = 10, 10, 10, 10,
end_day = 16, 16, 16, 16,
end_hour = 12, 12, 12, 12,
interval_seconds = 43200,
input_from_file = .true.,.true.,.true., .true.,
history_interval = 60, 60, 60, 60,
frames_per_outfile = 1000, 1000, 1000, 1000,
restart = .false.,
restart_interval = 60,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
HISTORY_OUTNAME = "wrfout_d<domain>_<date>"
rst_outname = "wrfrst_d<domain>_<date>"
debug_level = 0
/

&domains
time_step = 60,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 4,
e_we = 100, 226, 490, 475,
e_sn = 92, 214, 466, 451,
e_vert = 61, 61, 61, 61,
p_top_requested = 5000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 0,
dx = 54000, 18000, 6000, 2000,
dy = 54000, 18000, 6000, 2000,
grid_id = 1, 2, 3, 4,
parent_id = 1, 1, 2, 3,
i_parent_start = 1, 13, 33, 157,
j_parent_start = 1, 10, 31, 172,
parent_grid_ratio = 1 3, 3, 3,
parent_time_step_ratio = 1, 3, 3, 3,
feedback = 1,
smooth_option = 0,
sfcp_to_sfcp = .true.
ocean_levels = 0,
ocean_z = 5., 15., 25., 35., 45., 55.,
65., 75., 85., 95., 105., 115.,
125., 135., 145., 155., 165., 175.,
185., 195., 210., 230., 250., 270.,
290., 310., 330., 350., 370., 390.
ocean_t = 302.3493, 302.3493, 302.3493, 302.1055, 301.9763, 301.6818,
301.2220, 300.7531, 300.1200, 299.4778, 298.7443, 297.9194,
297.0883, 296.1443, 295.1941, 294.1979, 293.1558, 292.1136,
291.0714, 290.0293, 288.7377, 287.1967, 285.6557, 284.8503,
284.0450, 283.4316, 283.0102, 282.5888, 282.1674, 281.7461
ocean_s = 34.0127, 34.0127, 34.0127, 34.3217, 34.2624, 34.2632,
34.3240, 34.3824, 34.3980, 34.4113, 34.4220, 34.4303,
34.6173, 34.6409, 34.6535, 34.6550, 34.6565, 34.6527,
34.6490, 34.6446, 34.6396, 34.6347, 34.6297, 34.6247,
34.6490, 34.6446, 34.6396, 34.6347, 34.6297, 34.6247
/

&physics
mp_physics = 8, 8, 8, 8,
ra_lw_physics = 1, 1, 1, 1,
ra_sw_physics = 1, 1, 1, 1,
radt = 10, 10, 10,10,
sf_sfclay_physics = 1, 1, 1, 1,
sf_surface_physics = 1, 1, 1, 1,
bl_pbl_physics = 1, 1, 1, 1,
bldt = 0, 0, 0, 0,
cu_physics = 1, 1, 1, 1,
cudt = 5, 5, 5, 5,
isfflx = 1,
ifsnow = 1,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
num_land_cat = 21,
sf_urban_physics = 1, 1, 1, 1,
sf_ocean_physics = 1,
oml_hml0 = 5,
oml_gamma = 0.2,
oml_relaxation_time = 345600,
omdt = 5,

/

&fdda
grid_fdda = 2, 0, 0, 0, 0,
gfdda_inname = "wrffdda_d<domain>",
gfdda_end_h = 162, 162, 162, 162, 24,
gfdda_interval_m = 360, 360, 360, 360, 360,
fgdt = 0, 0, 0, 0, 0,
if_no_pbl_nudging_uv = 1, 0, 1, 0, 0,
if_no_pbl_nudging_t = 1, 0, 1, 0, 0,
if_no_pbl_nudging_q = 1, 0, 1, 0, 0,
if_zfac_uv = 1, 0, 1, 0, 0,
k_zfac_uv = 10, 10, 1, 0, 0,
if_zfac_t = 1, 0, 1, 0, 0,
k_zfac_t = 10, 10, 1, 0, 0,
if_zfac_q = 1, 0, 1, 0, 0,
k_zfac_q = 10, 10, 1, 0, 0,
guv = 0.0003, 0.002, 0.0003, 0.0003, 0.0003,
gt = 0.0003, 0.002, 0.0003, 0.0003, 0.0003,
gq = 0.0003, 0.002, 0.0003, 0.0003, 0.0003,
if_ramping = 1,
dtramp_min = 60.0,
io_form_gfdda = 2,
/

&tc
insert_bogus_storm = .true.
remove_storm = .false.
latc_loc = 25.9
lonc_loc = -80.3
vmax_meters_per_second = 36.0108
rmax =110000.0
vmax_ratio = 0.90

/

&dynamics
w_damping = 1,
diff_opt = 1, 1, 1, 1,
km_opt = 4, 4, 4, 4,
diff_6th_opt = 0, 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt = 3,
zdamp = 5000., 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2, 0.2,
khdif = 0, 0, 0, 0,
kvdif = 0, 0, 0, 0,
non_hydrostatic = .true., .true., .true., true.,
moist_adv_opt = 1, 1, 1, 1,
scalar_adv_opt = 1, 1, 1, 1,

/

&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,.false., .false.,
nested = .false., .true., .true., .true.,

/

&grib2
/

&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
___________________________________
 
Hi,
In your attached namelist, you have gfdda_interval_m = 360, which is every 6 hours; however, your wrffdda_d01 file has times at every 12 hours. This is likely the reason for your problem. I do see that you have changed the namelist in your glade directory on Cheyenne. Are you able to get past that problem?
 
Top