Downloading NLDAS Primary Forcing Data L4 Hourly

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
jreynolds
Posts: 3
Joined: Tue Apr 15, 2025 5:18 pm America/New_York
Answers: 0

Downloading NLDAS Primary Forcing Data L4 Hourly

by jreynolds » Tue Apr 15, 2025 5:23 pm America/New_York

I have successfully retrieved the links to download data from
NLDAS Primary Forcing Data L4 Hourly 0.125 x 0.125 degree V2.0 (NLDAS_FORA0125_H)
but the links lead to e.g. "Sorry, NLDAS_FORA0125_H.A20220201.0600.002.grb.SUB.grb is not available for downloading" message or an error will occur and will not download data.

Filters:

andrew.m.fisher
Posts: 5
Joined: Mon Nov 04, 2024 3:29 pm America/New_York
Answers: 1

Re: Downloading NLDAS Primary Forcing Data L4 Hourly

by andrew.m.fisher » Wed Apr 16, 2025 9:23 am America/New_York

The NLDAS_FORA0125_H Version 002 (GRIB files) are no longer available. Please use NLDAS_FORA0125_H Version 2.0 which is the same dataset but in netCDF format. https://disc.gsfc.nasa.gov/datasets/NLDAS_FORA0125_H_2.0/summary

jreynolds
Posts: 3
Joined: Tue Apr 15, 2025 5:18 pm America/New_York
Answers: 0

Re: Downloading NLDAS Primary Forcing Data L4 Hourly

by jreynolds » Wed Apr 16, 2025 3:04 pm America/New_York

Thank you! I am still having difficulties downloading the data. Is there a step by step walkthrough available?

andrew.m.fisher
Posts: 5
Joined: Mon Nov 04, 2024 3:29 pm America/New_York
Answers: 1

Re: Downloading NLDAS Primary Forcing Data L4 Hourly

by andrew.m.fisher » Wed Apr 16, 2025 4:18 pm America/New_York


jreynolds
Posts: 3
Joined: Tue Apr 15, 2025 5:18 pm America/New_York
Answers: 0

Re: Downloading NLDAS Primary Forcing Data L4 Hourly

by jreynolds » Wed Apr 30, 2025 1:21 pm America/New_York

I'm trying to download the files straight into RStudio since I am trying to download hourly weather data from March 2017 to April 2024

GES DISC - jschaperow
Subject Matter Expert
Subject Matter Expert
Posts: 8
Joined: Wed Dec 04, 2024 11:14 am America/New_York
Answers: 1
Has thanked: 1 time
Been thanked: 1 time

Re: Downloading NLDAS Primary Forcing Data L4 Hourly

by GES DISC - jschaperow » Thu May 01, 2025 12:32 pm America/New_York

If you have a list of links, you can download them straight into R using the httr or curl R packages. You may also be interested in the earthdatalogin package here: https://cran.r-project.org/web/packages/earthdatalogin/index.html.

If you need a reference for how to manipulate NetCDF files in R, this tutorial might be helpful: https://pjbartlein.github.io/REarthSysSci/netCDF.html.

We also have a relevant R "How-To" on the GES DISC website, but it is a bit out of date (the maptools package is no longer supported): https://disc.gsfc.nasa.gov/information/howto?keywords=r&title=How%20to%20Read%20Data%20in%20netCDF%20Format%20with%20R

If you are still stuck, feel free to reach out again, but it would be helpful for us if you could provide more details about what you are trying to do and where you are getting stuck. (e.g. method of access, error messages, etc.)

erdc_vespa
Posts: 1
Joined: Fri May 23, 2025 9:33 am America/New_York
Answers: 0

Re: Downloading NLDAS Primary Forcing Data L4 Hourly

by erdc_vespa » Fri May 23, 2025 9:33 am America/New_York

andrew.m.fisher wrote:
> The NLDAS_FORA0125_H Version 002 (GRIB files) are no longer available.
> Please use NLDAS_FORA0125_H Version 2.0 which is the same dataset but in
> netCDF format.
> https://disc.gsfc.nasa.gov/datasets/NLDAS_FORA0125_H_2.0/summary

Post Reply