When the time intervals (in seconds) are not uniform in the wrfout file, how to give in interval_seconds, in namelist.ARWpost.
I have given
&datetime
start_date = '2023-06-09_06:00:00',
end_date = '2023-06-11_06:00:02',
interval_seconds = 3600,
tacc = 0,
debug_level = 0,
/
It is giving error as
!!!!!!!!!!!!!!!!
ARWpost v3.1
!!!!!!!!!!!!!!!!
FOUND the following input files:
./wrfout_d02_2023-06-09_06:00:00
START PROCESSING DATA
WARNING: In namelist, interval_seconds does not evenly divide into(end_date - start_date). Check to make sure all requested times have be processed.
Interpolating to PRESSURE levels
Processing time --- 2023-06-09_06:00:00
Found the right date - continue
Processing time --- 2023-06-09_07:00:00
Found 2023-06-11_06:00:02 before 2023-06-09_07:00:00
DONE Processing Data
CREATING .ctl file
Not Processing all the timesteps
This is my wrfout file timesteps
ncdump -v Times wrfout_d02_2023-06-09_06\:00\:00
"2023-06-10_09:00:02",
"2023-06-10_10:00:00",
"2023-06-10_11:00:12",
"2023-06-10_12:00:10",
"2023-06-10_13:00:08",
"2023-06-10_14:00:06",
"2023-06-10_15:00:04",
"2023-06-10_16:00:02",
"2023-06-10_17:00:00",
"2023-06-10_18:00:12",
"2023-06-10_19:00:10",
"2023-06-10_20:00:08",
"2023-06-10_21:00:06",
"2023-06-10_22:00:04",
"2023-06-10_23:00:02",
"2023-06-11_00:00:00",
"2023-06-11_01:00:12",
"2023-06-11_02:00:10",
"2023-06-11_03:00:08",
"2023-06-11_04:00:06",
"2023-06-11_05:00:04",
"2023-06-11_06:00:02" ;
I have given
&datetime
start_date = '2023-06-09_06:00:00',
end_date = '2023-06-11_06:00:02',
interval_seconds = 3600,
tacc = 0,
debug_level = 0,
/
It is giving error as
!!!!!!!!!!!!!!!!
ARWpost v3.1
!!!!!!!!!!!!!!!!
FOUND the following input files:
./wrfout_d02_2023-06-09_06:00:00
START PROCESSING DATA
WARNING: In namelist, interval_seconds does not evenly divide into(end_date - start_date). Check to make sure all requested times have be processed.
Interpolating to PRESSURE levels
Processing time --- 2023-06-09_06:00:00
Found the right date - continue
Processing time --- 2023-06-09_07:00:00
Found 2023-06-11_06:00:02 before 2023-06-09_07:00:00
DONE Processing Data
CREATING .ctl file
Not Processing all the timesteps
This is my wrfout file timesteps
ncdump -v Times wrfout_d02_2023-06-09_06\:00\:00
"2023-06-10_09:00:02",
"2023-06-10_10:00:00",
"2023-06-10_11:00:12",
"2023-06-10_12:00:10",
"2023-06-10_13:00:08",
"2023-06-10_14:00:06",
"2023-06-10_15:00:04",
"2023-06-10_16:00:02",
"2023-06-10_17:00:00",
"2023-06-10_18:00:12",
"2023-06-10_19:00:10",
"2023-06-10_20:00:08",
"2023-06-10_21:00:06",
"2023-06-10_22:00:04",
"2023-06-10_23:00:02",
"2023-06-11_00:00:00",
"2023-06-11_01:00:12",
"2023-06-11_02:00:10",
"2023-06-11_03:00:08",
"2023-06-11_04:00:06",
"2023-06-11_05:00:04",
"2023-06-11_06:00:02" ;