thank you for your response
this is my namelist.ARWpost,
namelist.ARWpost
datetime
start_date = '2020-11-26_00:00:00',
end_date = '2020-11-26_01:00:00',
interval_seconds = 3600
tacc = 0,
debug_level = 0,
i given only datetime part, remaining parts are correct,
when i am running this, i am getting this error
!!!!!!!!!!!!!!!!
ARWpost v3.1
!!!!!!!!!!!!!!!!
At line 93 of file gridinfo_module.f (unit = 10, file = 'namelist.ARWpost')
Fortran runtime error: Cannot match namelist object name io_form_input
Error termination. Backtrace:
#0 0x7f981a9012ed in ???
#1 0x7f981a901ed5 in ???
#2 0x7f981a90269d in ???
#3 0x7f981aa7372a in ???
#4 0x7f981aa7c56f in ???
#5 0x7f981aa7c828 in ???
#6 0x56476f55a8b0 in ???
#7 0x56476f55b58f in ???
#8 0x7f981a178c86 in ???
#9 0x56476f559fc9 in ???
#10 0xffffffffffffffff in ???
after that i checked commenting some options in datetime part, like below
namelist.ARWpost
datetime
start_date = '2020-11-26_00:00:00',
!end_date = '2020-11-26_00:00:00',
!interval_seconds = 3600
!tacc = 0,
!debug_level = 0,
after runnig my namelist.ARWpost, i am getting like below message,
!!!!!!!!!!!!!!!!
ARWpost v3.1
!!!!!!!!!!!!!!!!
FOUND the following input files:
/home/rajesh/raj/CASES/Ncep_data/YESUSIR/wrfout_d02_2020-11-26_00
START PROCESSING DATA
GETH_IDTS: Month of ODATE = 0
GETH_IDTS: Day of ODATE = 0
Screwy ODATE: 0000-00-00_00:00:00
STOP odate_1
can you please help me to solve my problem?