How to download NLDAS Primary forcing data for one variable in specific region
Posted: Tue Apr 29, 2025 2:11 pm America/New_York
I'm needing to access data on shortwave radiation from a specific site in the years 2022-2024, but the GRIB-1 files stopped being updated in August 2024. Previously, I used an R package to download the data needed for that site within those dates, but now I'm trying to fill in the last couple months of 2024 with the new netCDF data.
I visited this site (https://disc.gsfc.nasa.gov/datasets/NLDAS_FORA0125_H_2.0/summary) and following a tutorial I clicked the Subset/Get Data button, used the GES DISC subsetter download method, specified the very small lat/long region coordinates, and selected the "Shortwave radiation flux downwards" variable. However, I'm having issues with 1. An extremely long list of download links, which I haven't tried using wget with yet, and 2. I tested downloading a couple files and opening them, but they only appear to contain metadata and no numbers I can actually use. How can I download data on shortwave radiation at a single site, and parse it into a useable dataframe in R?
Thank you in advance!
I visited this site (https://disc.gsfc.nasa.gov/datasets/NLDAS_FORA0125_H_2.0/summary) and following a tutorial I clicked the Subset/Get Data button, used the GES DISC subsetter download method, specified the very small lat/long region coordinates, and selected the "Shortwave radiation flux downwards" variable. However, I'm having issues with 1. An extremely long list of download links, which I haven't tried using wget with yet, and 2. I tested downloading a couple files and opening them, but they only appear to contain metadata and no numbers I can actually use. How can I download data on shortwave radiation at a single site, and parse it into a useable dataframe in R?
Thank you in advance!