pramodadhikari
New member
Hi,
I had a successful WRF-Chem run before it stopped due to the limitation of wallclock time. Now, I am trying to run a WRF-Chem with a restart file. The last restart files for domain 1 and domain 2 was created at wrfrst_d01_2017-06-29_15:00:00 and wrfrst_d02_2017-06-29_15:00:00. I changed the start_* to match with the timing of the restart file.
&time_control
run_days = 5,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2017, 2017,
start_month = 06, 06,
start_day = 29, 29,
start_hour = 15, 15,
start_minute = 00, 00,
start_second = 00, 00,
restart = .true.,
io_form_restart = 2,
&chem
io_style_emissions = 1,
chem_in_opt = 0, 0,
have_bcs_chem = .true., .true.,
But, I got the following error.
ERROR: Could not find matching time in the input file.
Do I need to make any changes to emission file names or variable "Times" in the emission files? Or am I missing any other settings in namelist.input?
The "Times" in emission files are :
wrfbiochemi_d01 and wrfbiochemi_d02 :
Times =
"2017-06-28_00:00:00"
wrffirechemi_d01 adn wrffirechemi_d02:
Times =
"2017-06-28_00:00:00",
"2017-06-29_00:00:00",
"2017-06-30_00:00:00",
"2017-07-01_00:00:00",
"2017-07-02_00:00:00" ;
wrfchemi_00z_d01 and wrfchemi_00z_d02
Times =
"2017-06-28_00:00:00",
"2017-06-28_01:00:00",
"2017-06-28_02:00:00",
"2017-06-28_03:00:00",
"2017-06-28_04:00:00",
"2017-06-28_05:00:00",
"2017-06-28_06:00:00",
"2017-06-28_07:00:00",
"2017-06-28_08:00:00",
"2017-06-28_09:00:00",
"2017-06-28_10:00:00",
"2017-06-28_11:00:00" ;
wrfchemi_12z_d01 and wrfchemi_12z_d02
Times =
"2017-06-28_12:00:00",
"2017-06-28_13:00:00",
"2017-06-28_14:00:00",
"2017-06-28_15:00:00",
"2017-06-28_16:00:00",
"2017-06-28_17:00:00",
"2017-06-28_18:00:00",
"2017-06-28_19:00:00",
"2017-06-28_20:00:00",
"2017-06-28_21:00:00",
"2017-06-28_22:00:00",
"2017-06-28_23:00:00" ;
Thank you so much in advance.
Pramod
I had a successful WRF-Chem run before it stopped due to the limitation of wallclock time. Now, I am trying to run a WRF-Chem with a restart file. The last restart files for domain 1 and domain 2 was created at wrfrst_d01_2017-06-29_15:00:00 and wrfrst_d02_2017-06-29_15:00:00. I changed the start_* to match with the timing of the restart file.
&time_control
run_days = 5,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2017, 2017,
start_month = 06, 06,
start_day = 29, 29,
start_hour = 15, 15,
start_minute = 00, 00,
start_second = 00, 00,
restart = .true.,
io_form_restart = 2,
&chem
io_style_emissions = 1,
chem_in_opt = 0, 0,
have_bcs_chem = .true., .true.,
But, I got the following error.
ERROR: Could not find matching time in the input file.
Do I need to make any changes to emission file names or variable "Times" in the emission files? Or am I missing any other settings in namelist.input?
The "Times" in emission files are :
wrfbiochemi_d01 and wrfbiochemi_d02 :
Times =
"2017-06-28_00:00:00"
wrffirechemi_d01 adn wrffirechemi_d02:
Times =
"2017-06-28_00:00:00",
"2017-06-29_00:00:00",
"2017-06-30_00:00:00",
"2017-07-01_00:00:00",
"2017-07-02_00:00:00" ;
wrfchemi_00z_d01 and wrfchemi_00z_d02
Times =
"2017-06-28_00:00:00",
"2017-06-28_01:00:00",
"2017-06-28_02:00:00",
"2017-06-28_03:00:00",
"2017-06-28_04:00:00",
"2017-06-28_05:00:00",
"2017-06-28_06:00:00",
"2017-06-28_07:00:00",
"2017-06-28_08:00:00",
"2017-06-28_09:00:00",
"2017-06-28_10:00:00",
"2017-06-28_11:00:00" ;
wrfchemi_12z_d01 and wrfchemi_12z_d02
Times =
"2017-06-28_12:00:00",
"2017-06-28_13:00:00",
"2017-06-28_14:00:00",
"2017-06-28_15:00:00",
"2017-06-28_16:00:00",
"2017-06-28_17:00:00",
"2017-06-28_18:00:00",
"2017-06-28_19:00:00",
"2017-06-28_20:00:00",
"2017-06-28_21:00:00",
"2017-06-28_22:00:00",
"2017-06-28_23:00:00" ;
Thank you so much in advance.
Pramod