can not download GMAO_FP data

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
lanzhiqishi1990
Posts: 3
Joined: Tue Dec 24, 2019 11:56 am America/New_York
Answers: 0

can not download GMAO_FP data

by lanzhiqishi1990 » Wed Oct 11, 2023 9:31 am America/New_York

Dear everyone,

could you help me for download this file, below? thanks.

Best, Binbin

https://oceandata.sci.gsfc.nasa.gov/ob/getfile/GMAO_FP.20200103T060000.MET.NRT.nc

Tags:

OB.DAAC - amscott
User Services
User Services
Posts: 354
Joined: Mon Jun 22, 2020 5:24 pm America/New_York
Answers: 1
Has thanked: 8 times
Been thanked: 3 times

Re: can not download GMAO_FP data

by OB.DAAC - amscott » Wed Oct 11, 2023 4:44 pm America/New_York

Using the 'Search Ancillary' tab on the file search api (https://oceandata.sci.gsfc.nasa.gov/api/file_search/), it doesn't appear that files are available before 2022-07-11 13:08:18. Here are the equivalent curl and wget statements:

Code: Select all

wget -q --post-data="results_as_file=1&sensor_id=0&dtid=104&sdate=1993-01-01 00:00:00&edate=2023-10-11 20:27:49&subType=1" -O - https://oceandata.sci.gsfc.nasa.gov/api/file_search

Code: Select all

curl -d "results_as_file=1&sensor_id=0&dtid=104&sdate=1993-01-01 00:00:00&edate=2023-10-11 20:27:49&subType=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
and a link to the direct download section (Quicklinks > Direct Data Access) on the Ocean Color website: https://oceandata.sci.gsfc.nasa.gov/directdataaccess/Ancillary/GLOBAL/2020/003/

Is there a more current file that could solve your needs?

OB ODPS - towens
Subject Matter Expert
Subject Matter Expert
Posts: 378
Joined: Fri Feb 05, 2021 9:17 am America/New_York
Answers: 0
Been thanked: 4 times

Re: can not download GMAO_FP data

by OB ODPS - towens » Wed Oct 11, 2023 10:31 pm America/New_York

The GMAO_FP MET data are used for near real time processing and are not permanently archived. If you are processing an earlier time period, you should be using the MERRA2-derived refined MET files

datatype_id=105
name=GEOS5M2MET

Tommy

lanzhiqishi1990
Posts: 3
Joined: Tue Dec 24, 2019 11:56 am America/New_York
Answers: 0

Re: can not download GMAO_FP data

by lanzhiqishi1990 » Thu Oct 12, 2023 11:57 am America/New_York

how could i download the file of "AURAOMI_24h" files


Best,Binbin

OB ODPS - towens
Subject Matter Expert
Subject Matter Expert
Posts: 378
Joined: Fri Feb 05, 2021 9:17 am America/New_York
Answers: 0
Been thanked: 4 times

Re: can not download GMAO_FP data

by OB ODPS - towens » Fri Oct 13, 2023 11:55 pm America/New_York

We stopped producing the AURAOMI files and now use the modeled O3 in MERRA2 met files.
datatype_id=105
name=GEOS5M2MET

Tommy

Post Reply