#164 closed Support (fixed)
question about flexwrf v3.2
Reported by: | tyang | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | FLEXPART_WRF_3.2_FPbase_9 |
Component: | FP input data | Version: | FLEXPART-WRF |
Keywords: | Cc: |
Description
I was using flexwrf v3.2 while faced with a problem, i couldn't solve this problem and wanna ask for help. The program said that " readwind -- unable to locate date/time in met file
indj, itime = 2 2
file = /apps/flexwrf_new/test/case_test/wrfout_d02_2015-07-16_00:00:00". The input files of Flexwrf v3.2 and WRF v3.5 are attached. Thank you very much!
Attachments (3)
Change History (9)
Changed 8 years ago by tyang
Changed 8 years ago by tyang
comment:1 follow-up: ↓ 2 Changed 8 years ago by adingwell
- Component changed from FLEXTRA to FP input data
comment:2 in reply to: ↑ 1 Changed 8 years ago by tyang
Replying to adingwell:
Hi,
to be sure we're not missing anything simple here, could you also attach the output from:
ncdump -h "/apps/flexwrf_new/test/case_test/wrfout_d02_2015-07-16_00:00:00"as a separate text file.
the output file is as follows
Changed 8 years ago by tyang
comment:3 follow-up: ↓ 4 Changed 8 years ago by adingwell
Your file only contains one timestep (frame) but flexpart expects it to have more than one.
Your namelist.input specifies that you only include one frame per file so you should have a total of 13 output files from WRF. Each of these files need to be listed in your AVAILABLE file with corresponding dates/times.
comment:4 in reply to: ↑ 3 Changed 8 years ago by tyang
Replying to adingwell:
Your file only contains one timestep (frame) but flexpart expects it to have more than one.
Your namelist.input specifies that you only include one frame per file so you should have a total of 13 output files from WRF. Each of these files need to be listed in your AVAILABLE file with corresponding dates/times.
I modified namelist.input and the problem was solved, Thank you very much!
comment:5 Changed 8 years ago by adingwell
- Resolution set to fixed
- Status changed from new to closed
comment:6 Changed 8 years ago by pesei
- Version changed from FLEXPART 9.0.2 to FLEXPART-WRF
Hi,
to be sure we're not missing anything simple here, could you also attach the output from:
as a separate text file.