Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

How to get old data from noaa.gov?

prick

New member
I tried to get March 2024 data from nomads.ncep.noaa.gov but got this message. How can I request for old data? Thanks

1714872079814.png
 
latest data downloaded from NOMADS at ncep.noaa.gov (only last month kept on this site)
GRIBFILE.AAA GRIBFILE.AAD GRIBFILE.AAG GRIBFILE.AAJ GRIBFILE.AAM GRIBFILE.AAP GRIBFILE.AAS GRIBFILE.AAV GRIBFILE.AAY GRIBFILE.ABB GRIBFILE.ABE GRIBFILE.ABH GRIBFILE.ABK GRIBFILE.ABN
GRIBFILE.AAB GRIBFILE.AAE GRIBFILE.AAH GRIBFILE.AAK GRIBFILE.AAN GRIBFILE.AAQ GRIBFILE.AAT GRIBFILE.AAW GRIBFILE.AAZ GRIBFILE.ABC GRIBFILE.ABF GRIBFILE.ABI GRIBFILE.ABL GRIBFILE.ABO
GRIBFILE.AAC GRIBFILE.AAF GRIBFILE.AAI GRIBFILE.AAL GRIBFILE.AAO GRIBFILE.AAR GRIBFILE.AAU GRIBFILE.AAX GRIBFILE.ABA GRIBFILE.ABD GRIBFILE.ABG GRIBFILE.ABJ GRIBFILE.ABM full_grib_file

data download from archive website (https://rda.ucar.edu/datasets/ds609.2/#)
20191101.nam.t00z.awip3d00.tm00.grib2 20191101.nam.t12z.awip3d00.tm00.grib2 20191102.nam.t00z.awip3d00.tm00.grib2 20191102.nam.t12z.awip3d00.tm00.grib2
20191101.nam.t06z.awip3d00.tm00.grib2 20191101.nam.t18z.awip3d00.tm00.grib2 20191102.nam.t06z.awip3d00.tm00.grib2 20191102.nam.t18z.awip3d00.tm00.grib2

Questions:
1. is the archive website a correct one to get old data?
2. how to convert .grib2 to the same format as those from NOMADS at ncep.noaa.gov because without conversion, WPS cannot process the file.
 
Thank you! But this is essentially the same website where I downloaded the data and I will still get .grib2 file.
How do I convert from .grib2 file to Gribfile format that can be used by WPS?
Ungrib can handle grib2. I use it all the time for looking at past storms
 
Can you please share the scripts you used to convert from grib2 to Gribfile in Ungrib? I couldn't get Gribfile.AAA, Gribfile.AAB,etc.... I must have missed these steps. Thanks
 
Here you go. This tutorial will walk you through the steps.


Quick version is make sure the grib files are linked. Then ungrib using serial command ./ungrib.exe. then geogrid followed by metgrid.

Always double check your vtables for the data you are using.

Hope this helps
 
Thank you very much! Looks like after I download the .grib2 files from the website, I need to run these two lines before running ungrid. Is that right?

1714881105948.png
 
Thank you very much. It helps. The process works now. However, I still ran into an error. See blow:

Here are my two input files
'https://data.rda.ucar.edu/ds609.2/6hr_anal/2019/20191101.awip3d.anl.tar',
'https://data.rda.ucar.edu/ds609.2/6hr_anal/2019/20191102.awip3d.anl.tar',


And I ran into this error complaining about 11/02 21pm data missing. Please see attached log.

2024-05-05 15:00:49.358 --- ERROR: Data not found: 2019-11-02_21: :00.0000

I think it's unlikely the original data is missing from ucar. Is there anything wrong with my processing?
 

Attachments

  • ungrib.log
    270.4 KB · Views: 0
Top