minh281182
New member
I am really new with WPS/WRF.
I want to do a prediction. I download the GRIB2 data at: https://rda.ucar.edu/datasets/ds084.1/
If I have data for 2018 Sep 09 and 10, then I want to run the prediction for 2018 Sep 11 and 12. Then I put in "namelist.wps":
...
start_date = '2018-09-11_00:00:00',
end_date = '2018-09-13_00:00:00',
interval_seconds = 21600
...
After run, the ungrib.exe and metgrib.exe, I got those file likes:
...
FILE:2018-09-11_00
FILE:2018-09-11_06
FILE:2018-09-11_12
FILE:2018-09-11_18
FILE:2018-09-12_00
FILE:2018-09-12_06
FILE:2018-09-12_12
FILE:2018-09-12_18
FILE:2018-09-13_00
...
met_em.d01.2018-09-11_00:00:00.nc
met_em.d01.2018-09-11_06:00:00.nc
met_em.d01.2018-09-11_12:00:00.nc
met_em.d01.2018-09-11_18:00:00.nc
met_em.d01.2018-09-12_00:00:00.nc
met_em.d01.2018-09-12_06:00:00.nc
met_em.d01.2018-09-12_12:00:00.nc
met_em.d01.2018-09-12_18:00:00.nc
met_em.d01.2018-09-13_00:00:00.nc
...
Then I will take metgrib file to WRF module for prediction processing.
I want to confirm if my understanding is correct or not?
Thank you very much!
I want to do a prediction. I download the GRIB2 data at: https://rda.ucar.edu/datasets/ds084.1/
If I have data for 2018 Sep 09 and 10, then I want to run the prediction for 2018 Sep 11 and 12. Then I put in "namelist.wps":
...
start_date = '2018-09-11_00:00:00',
end_date = '2018-09-13_00:00:00',
interval_seconds = 21600
...
After run, the ungrib.exe and metgrib.exe, I got those file likes:
...
FILE:2018-09-11_00
FILE:2018-09-11_06
FILE:2018-09-11_12
FILE:2018-09-11_18
FILE:2018-09-12_00
FILE:2018-09-12_06
FILE:2018-09-12_12
FILE:2018-09-12_18
FILE:2018-09-13_00
...
met_em.d01.2018-09-11_00:00:00.nc
met_em.d01.2018-09-11_06:00:00.nc
met_em.d01.2018-09-11_12:00:00.nc
met_em.d01.2018-09-11_18:00:00.nc
met_em.d01.2018-09-12_00:00:00.nc
met_em.d01.2018-09-12_06:00:00.nc
met_em.d01.2018-09-12_12:00:00.nc
met_em.d01.2018-09-12_18:00:00.nc
met_em.d01.2018-09-13_00:00:00.nc
...
Then I will take metgrib file to WRF module for prediction processing.
I want to confirm if my understanding is correct or not?
Thank you very much!